Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154520
b: refs/heads/master
c: 1d955eb
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 29, 2009
1 parent 415417e commit 14937ec
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 684a88429c5ab04d8b1894de9a1ef62de6f601b7
refs/heads/master: 1d955ebd4db7961dc4e772a23288b3d5c6f191be
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -12463,6 +12463,8 @@ static int alc268_parse_auto_config(struct hda_codec *codec)
if (err < 0)
return err;

alc_ssid_check(codec, 0x15, 0x1b, 0x14);

return 1;
}

Expand Down Expand Up @@ -13371,6 +13373,8 @@ static int alc269_parse_auto_config(struct hda_codec *codec)
if (!spec->cap_mixer && !spec->no_analog)
set_capture_mixer(spec);

alc_ssid_check(codec, 0x15, 0x1b, 0x14);

return 1;
}

Expand Down

0 comments on commit 14937ec

Please sign in to comment.