diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-08-15 05:57:53 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-08-15 05:57:53 -0400 |
commit | 7570ef18349d4f3a9336397952b05ec3e95ec4b7 (patch) | |
tree | 8873dd1417748d5e994d0085d14b25f5433a1c3e /sound | |
parent | 667067d8980249a71ccf82a55202fff2cd1cd54f (diff) |
ALSA: hda - Add missing num_adc_nids definition for IDT92HD8xxx
The previous fix removed the definition of num_adc_nids wrongly, and
this resulted in the missing input-source control. Now readded again.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 7d33e0a76c1e..eb9ca6f7a77d 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5297,6 +5297,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) | |||
5297 | spec->mux_nids = stac92hd83xxx_mux_nids; | 5297 | spec->mux_nids = stac92hd83xxx_mux_nids; |
5298 | spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids); | 5298 | spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids); |
5299 | spec->adc_nids = stac92hd83xxx_adc_nids; | 5299 | spec->adc_nids = stac92hd83xxx_adc_nids; |
5300 | spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids); | ||
5300 | spec->pwr_nids = stac92hd83xxx_pwr_nids; | 5301 | spec->pwr_nids = stac92hd83xxx_pwr_nids; |
5301 | spec->pwr_mapping = stac92hd83xxx_pwr_mapping; | 5302 | spec->pwr_mapping = stac92hd83xxx_pwr_mapping; |
5302 | spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids); | 5303 | spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids); |