Skip to content

Commit

Permalink
ALSA: hda/ca0132 - quirk for Alienware 17 2015
Browse files Browse the repository at this point in the history
The Alienware 17 (2015) has the same card and pin configuration of the
Alienware 15, so the same quirks must be applied.

Signed-off-by: Gabriele Martino <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
pierinz authored and tiwai committed Dec 9, 2015
1 parent 9a81123 commit 5328e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ static const struct hda_pintbl alienware_pincfgs[] = {
};

static const struct snd_pci_quirk ca0132_quirks[] = {
SND_PCI_QUIRK(0x1028, 0x0685, "Alienware 15", QUIRK_ALIENWARE),
SND_PCI_QUIRK(0x1028, 0x0685, "Alienware 15 2015", QUIRK_ALIENWARE),
SND_PCI_QUIRK(0x1028, 0x0688, "Alienware 17 2015", QUIRK_ALIENWARE),
{}
};

Expand Down

0 comments on commit 5328e1e

Please sign in to comment.