From: David Woodhouse Date: Thu, 18 Sep 2008 20:37:13 +0000 (-0700) Subject: ALSA: hda - Add PCI subsystem ID for MacBookPro4,1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9c95c43de81d5556237fbc82c4e90403dfe468db;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git ALSA: hda - Add PCI subsystem ID for MacBookPro4,1 This seems to work if I tell it that it's a mbp3. Not sure if there are actually any differences. Signed-off-by: David Woodhouse Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 5c80a27bfc8a..6ada0e3436a0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6659,6 +6659,7 @@ static int patch_alc882(struct hda_codec *codec) board_config = ALC885_IMAC24; break; case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ + case 0x106b00a4: /* MacbookPro4,1 */ case 0x106b2c00: /* Macbook Pro rev3 */ case 0x106b3600: /* Macbook 3.1 */ board_config = ALC885_MBP3;