ALSA: ac97: remove unused variable 'snd_ac97_controls_master_mono'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 9 Aug 2019 09:01:13 +0000 (17:01 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2019 09:28:43 +0000 (11:28 +0200)
commitcc911c2251f07470f8e085ec8ff670e6bdd56add
treebf8782ab5b95462c11544879944b0cf806d382d1
parent2ba2101fd6f45875b83000d2a1eb290b9eda19de
ALSA: ac97: remove unused variable 'snd_ac97_controls_master_mono'

sound/pci/ac97/ac97_codec.c:599:38: warning:
 snd_ac97_controls_master_mono defined but not used [-Wunused-const-variable=]

It is never used, so can be removed.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ac97/ac97_codec.c