diff mbox series

[-next] ALSA: hda/sigmatel - remove unused variable 'stac9200_core_init'

Message ID 20190813144323.50624-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ALSA: hda/sigmatel - remove unused variable 'stac9200_core_init' | expand

Commit Message

Yue Haibing Aug. 13, 2019, 2:43 p.m. UTC
sound/pci/hda/patch_sigmatel.c:981:30: warning:
 stac9200_core_init 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>
---
 sound/pci/hda/patch_sigmatel.c | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Takashi Iwai Aug. 13, 2019, 3:44 p.m. UTC | #1
On Tue, 13 Aug 2019 16:43:23 +0200,
YueHaibing wrote:
> 
> sound/pci/hda/patch_sigmatel.c:981:30: warning:
>  stac9200_core_init 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>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 0d9b627..894f3f5 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -975,15 +975,6 @@  static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
 	return 0;
 }
 
-/*
- */
-
-static const struct hda_verb stac9200_core_init[] = {
-	/* set dac0mux for dac converter */
-	{ 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
-	{}
-};
-
 static const struct hda_verb stac9200_eapd_init[] = {
 	/* set dac0mux for dac converter */
 	{0x07, AC_VERB_SET_CONNECT_SEL, 0x00},