Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133125
b: refs/heads/master
c: b959144
h: refs/heads/master
i:
  133123: cf856c5
v: v3
  • Loading branch information
Takashi Iwai committed Mar 16, 2009
1 parent 0c80645 commit 937c101
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8dbed0f095263b9ced5bd2e6d54743a7fa13f1b
refs/heads/master: b9591448e5160ccd353d8547ade018cfdf2b3e09
5 changes: 4 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -16951,7 +16951,10 @@ static int patch_alc662(struct hda_codec *codec)

if (!spec->cap_mixer)
set_capture_mixer(spec);
set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
if (codec->vendor_id == 0x10ec0662)
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
else
set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);

spec->vmaster_nid = 0x02;

Expand Down

0 comments on commit 937c101

Please sign in to comment.