Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111075
b: refs/heads/master
c: 669faba
h: refs/heads/master
i:
  111073: e1001a5
  111071: 175f30c
v: v3
  • Loading branch information
Clive Messer authored and Jaroslav Kysela committed Oct 10, 2008
1 parent fb9ae25 commit 8e4c60d
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: 19c009aad0ddeaa6a4ba41577022301f18d43afa
refs/heads/master: 669faba27f2f7b04b9228d20e30e7f584f0becd5
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 @@ -6667,7 +6667,8 @@ static int patch_alc882(struct hda_codec *codec)
break;
default:
/* ALC889A is handled better as ALC888-compatible */
if (codec->revision_id == 0x100103) {
if (codec->revision_id == 0x100101 ||
codec->revision_id == 0x100103) {
alc_free(codec);
return patch_alc883(codec);
}
Expand Down Expand Up @@ -16317,6 +16318,8 @@ struct hda_codec_preset snd_hda_preset_realtek[] = {
{ .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
{ .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
{ .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc883 },
{ .id = 0x10ec0885, .rev = 0x100101, .name = "ALC889A",
.patch = patch_alc882 }, /* should be patch_alc883() in future */
{ .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A",
.patch = patch_alc882 }, /* should be patch_alc883() in future */
{ .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
Expand Down

0 comments on commit 8e4c60d

Please sign in to comment.