Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216727
b: refs/heads/master
c: 1cc9e8f
h: refs/heads/master
i:
  216725: c8ab970
  216723: c7443b1
  216719: 18dc363
v: v3
  • Loading branch information
Charles authored and Takashi Iwai committed Oct 19, 2010
1 parent 0147059 commit 1db22db
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: c08d91695b2a3349254a62b60f03f7971bd90fa0
refs/heads/master: 1cc9e8f4c45999e6069f41521d9d391eeeccc3b3
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 @@ -5334,6 +5334,9 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
if (spec == NULL)
return -ENOMEM;

/* reset pin power-down; Windows may leave these bits after reboot */
snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7EC, 0);
snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
codec->no_trigger_sense = 1;
codec->spec = spec;
spec->linear_tone_beep = 1;
Expand Down

0 comments on commit 1db22db

Please sign in to comment.