Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109393
b: refs/heads/master
c: ee979a1
h: refs/heads/master
i:
  109391: bd0b0a2
v: v3
  • Loading branch information
Takashi Iwai committed Sep 2, 2008
1 parent 290f06d commit ec07fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 24fb9173815045ab3f85a670d7df8af5af6ff3be
refs/heads/master: ee979a143cfd999adea8a9e272649a3cd9ec84bc
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -14782,6 +14782,11 @@ static int alc662_parse_auto_config(struct hda_codec *codec)
if (codec->vendor_id == 0x10ec0663)
spec->init_verbs[spec->num_init_verbs++] =
alc663_auto_init_verbs;

err = alc_auto_add_mic_boost(codec);
if (err < 0)
return err;

spec->mixers[spec->num_mixers] = alc662_capture_mixer;
spec->num_mixers++;
return 1;
Expand Down

0 comments on commit ec07fdc

Please sign in to comment.