[alsa-devel] [PATCH] ALSA: hda - Add a quirk for MacBookPro 7, 1 with a CS4206 codec
From: Luke Yelavich luke.yelavich@canonical.com
BugLink: https://bugs.launchpad.net/bugs/647389
Add an SSID for MacBookPro 7,1 (10de,cb89) to use CS420X_MBP55.
Cc: stable@kernel.org Signed-off-by: Luke Yelavich luke.yelavich@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 */ };
participants (1)
-
Luke Yelavich