Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157815
b: refs/heads/master
c: 15b4f29
h: refs/heads/master
i:
  157813: 3d61730
  157811: 690af04
  157807: 170ce2c
v: v3
  • Loading branch information
Takashi Iwai committed Jul 29, 2009
1 parent 3730a1b commit fb9619f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26a2798053519d766ddae1ca1b03c8295fddf1a8
refs/heads/master: 15b4f296fce683497ecc815b2f9b6f121fb3fef8
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4359,6 +4359,9 @@ static int stac92xx_init(struct hda_codec *codec)
stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
}
if (spec->auto_mic) {
/* initialize connection to analog input */
snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
AC_VERB_SET_CONNECT_SEL, 0);
if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
stac_issue_unsol_event(codec, spec->ext_mic.pin);
}
Expand Down

0 comments on commit fb9619f

Please sign in to comment.