ALSA: ice1724: remove unused array
authorStefan Agner <stefan@agner.ch>
Sun, 17 Jun 2018 13:46:29 +0000 (15:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Jun 2018 15:39:56 +0000 (17:39 +0200)
commit01655193c2da12510af8a8b66b56da5e13ce1f91
treef6923af464e149f76023bcad1163dacb316ca902
parenta57a46b93244a0a916b894d8b2ca2a6cfe1904d3
ALSA: ice1724: remove unused array

This fixes a warning seen with clang:

sound/pci/ice1712/prodigy_hifi.c:321:28: warning: variable 'wm_vol' is not
      needed and will not be emitted [-Wunneeded-internal-declaration]
static const unsigned char wm_vol[256] = {
                           ^

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/prodigy_hifi.c