From 520e69296766f63956608fc0ad8f3d987b5d153c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 15 Aug 2009 11:57:53 +0200 Subject: [PATCH] --- yaml --- r: 157853 b: refs/heads/master c: 7570ef18349d4f3a9336397952b05ec3e95ec4b7 h: refs/heads/master i: 157851: 49d6d7dee6f1fc805195fe0e2e0705dfce76ab3d v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bacae96691c6..92850bdca6a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 667067d8980249a71ccf82a55202fff2cd1cd54f +refs/heads/master: 7570ef18349d4f3a9336397952b05ec3e95ec4b7 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 7d33e0a76c1e..eb9ca6f7a77d 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -5297,6 +5297,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) spec->mux_nids = stac92hd83xxx_mux_nids; spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids); spec->adc_nids = stac92hd83xxx_adc_nids; + spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids); spec->pwr_nids = stac92hd83xxx_pwr_nids; spec->pwr_mapping = stac92hd83xxx_pwr_mapping; spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);