diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index c36c1c0f9574..0b00110a5a02 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5184,7 +5184,7 @@ again: | |||
5184 | if (spec->dinput_mux) | 5184 | if (spec->dinput_mux) |
5185 | spec->private_dimux.num_items += spec->num_dmics - ndmic_nids; | 5185 | spec->private_dimux.num_items += spec->num_dmics - ndmic_nids; |
5186 | 5186 | ||
5187 | err = stac92xx_parse_auto_config(codec, 0x21, 0x23); | 5187 | err = stac92xx_parse_auto_config(codec, 0x21, 0); |
5188 | if (!err) { | 5188 | if (!err) { |
5189 | if (spec->board_config < 0) { | 5189 | if (spec->board_config < 0) { |
5190 | printk(KERN_WARNING "hda_codec: No auto-config is " | 5190 | printk(KERN_WARNING "hda_codec: No auto-config is " |