mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ALSA: hda/sigmatel - remove unused variable 'stac9200_core_init'
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> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
7da20788d3
commit
31fa571c01
1 changed files with 0 additions and 9 deletions
|
@ -975,15 +975,6 @@ static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
|
||||||
return 0;
|
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[] = {
|
static const struct hda_verb stac9200_eapd_init[] = {
|
||||||
/* set dac0mux for dac converter */
|
/* set dac0mux for dac converter */
|
||||||
{0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
|
{0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue