aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 276073060576..3ac0112566b1 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -4350,7 +4350,8 @@ static int stac92xx_init(struct hda_codec *codec)
4350 hda_nid_t nid = cfg->hp_pins[i]; 4350 hda_nid_t nid = cfg->hp_pins[i];
4351 enable_pin_detect(codec, nid, STAC_HP_EVENT); 4351 enable_pin_detect(codec, nid, STAC_HP_EVENT);
4352 } 4352 }
4353 if (cfg->line_out_type == AUTO_PIN_LINE_OUT) { 4353 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4354 cfg->speaker_outs > 0) {
4354 /* enable pin-detect for line-outs as well */ 4355 /* enable pin-detect for line-outs as well */
4355 for (i = 0; i < cfg->line_outs; i++) { 4356 for (i = 0; i < cfg->line_outs; i++) {
4356 hda_nid_t nid = cfg->line_out_pins[i]; 4357 hda_nid_t nid = cfg->line_out_pins[i];