diff options
author | Luke Yelavich <themuso@ubuntu.com> | 2009-02-23 13:00:33 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-16 17:52:49 -0700 |
commit | 680e9398245ae6d34419624cfa716b13dd2bb0b7 (patch) | |
tree | 29f0a6993416993d632c7fbb5b686b271154394b /sound | |
parent | 25ccc3009c9715ed86b5bde05416863dc4e25c56 (diff) |
ALSA: hda - add another MacBook Pro 3,1 SSID
commit 2d4663816064fabb68935f920bbd7ccdc7f9392d upstream.
Reference: Ubuntu bug #33245
https://bugs.launchpad.net/bugs/332456
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index db9c702a390b..3b5c6c20b5f5 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6630,6 +6630,7 @@ static int patch_alc882(struct hda_codec *codec) case 0x106b2800: /* AppleTV */ board_config = ALC885_IMAC24; break; + case 0x106b00a0: /* MacBookPro3,1 - Another revision */ case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ case 0x106b2c00: /* Macbook Pro rev3 */ case 0x106b3600: /* Macbook 3.1 */ |