Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216722
b: refs/heads/master
c: 2df0351
h: refs/heads/master
v: v3
  • Loading branch information
Daniel T Chen authored and Takashi Iwai committed Oct 14, 2010
1 parent 9413c71 commit 7a57079
Show file tree
Hide file tree
Showing 2 changed files with 9 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: bdd9ef24cd343c508ed93f1e08f30d4db595b754
refs/heads/master: 2df03514de41f3bbb5623f2e7f2bf594e49cb2ec
8 changes: 8 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -19233,10 +19233,17 @@ static void alc662_auto_init(struct hda_codec *codec)
}

enum {
ALC662_FIXUP_ASPIRE,
ALC662_FIXUP_IDEAPAD,
};

static const struct alc_fixup alc662_fixups[] = {
[ALC662_FIXUP_ASPIRE] = {
.pins = (const struct alc_pincfg[]) {
{ 0x15, 0x99130112 }, /* subwoofer */
{ }
}
},
[ALC662_FIXUP_IDEAPAD] = {
.pins = (const struct alc_pincfg[]) {
{ 0x17, 0x99130112 }, /* subwoofer */
Expand All @@ -19246,6 +19253,7 @@ static const struct alc_fixup alc662_fixups[] = {
};

static struct snd_pci_quirk alc662_fixup_tbl[] = {
SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
{}
Expand Down

0 comments on commit 7a57079

Please sign in to comment.