summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Yelavich <themuso@ubuntu.com>2009-01-28 15:58:38 +1100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-02-02 09:53:27 -0800
commit15ab469f6c3b910b5ce1745aa3030f6aaf2c00d6 (patch)
treed2479804780df56d5e46ac2c3900288a48206c1d
parent4c007128d561afb90562578f35f52577acf3ebf1 (diff)
ALSA: hda - add another MacBook Pro 4, 1 subsystem ID
commit 2a88464ceb1bda2571f88902fd8068a6168e3f7b upstream. Add another MacBook Pro 4,1 SSID (106b:3800). It seems that latter revisions, (at least mine), have different IDs to earlier revisions. Signed-off-by: Luke Yelavich <themuso@ubuntu.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index befb6995347c..75101d8d89d3 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6780,6 +6780,7 @@ static int patch_alc882(struct hda_codec *codec)
case 0x106b00a4: /* MacbookPro4,1 */
case 0x106b2c00: /* Macbook Pro rev3 */
case 0x106b3600: /* Macbook 3.1 */
+ case 0x106b3800: /* MacbookPro4,1 - latter revision */
board_config = ALC885_MBP3;
break;
default: