[alsa-devel] [PATCH] ALSA: hda - Add a quirk for MacBookPro 7, 1 with a CS4206 codec

Luke Yelavich themuso at ubuntu.com
Tue Oct 5 03:08:17 CEST 2010


From: Luke Yelavich <luke.yelavich at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/647389

Add an SSID for MacBookPro 7,1 (10de,cb89) to use CS420X_MBP55.

Cc: stable at kernel.org
Signed-off-by: Luke Yelavich <luke.yelavich at canonical.com>
---
 sound/pci/hda/patch_cirrus.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
index 5c00106..d9a3dbc 100644
--- a/sound/pci/hda/patch_cirrus.c
+++ b/sound/pci/hda/patch_cirrus.c
@@ -1140,6 +1140,7 @@ static const char *cs420x_models[CS420X_MODELS] = {
 static struct snd_pci_quirk cs420x_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x10de, 0x0ac0, "MacBookPro 5,3", CS420X_MBP53),
 	SND_PCI_QUIRK(0x10de, 0xcb79, "MacBookPro 5,5", CS420X_MBP55),
+	SND_PCI_QUIRK(0x10de, 0xcb89, "MacBookPro 7,1", CS420X_MBP55),
 	SND_PCI_QUIRK(0x8086, 0x7270, "IMac 27 Inch", CS420X_IMAC27),
 	{} /* terminator */
 };
-- 
1.7.1



More information about the Alsa-devel mailing list