diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-06-26 14:42:51 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-27 08:51:05 +0200 |
commit | c7e0757a461db87157bbf92c4f5afda87cbe05f6 (patch) | |
tree | 7e271490acd9ee3016d73f56b54bbceaf6e00622 /sound | |
parent | 90b9e47671d561fdf2802aac4ac749b6c86405e0 (diff) | |
download | op-kernel-dev-c7e0757a461db87157bbf92c4f5afda87cbe05f6.zip op-kernel-dev-c7e0757a461db87157bbf92c4f5afda87cbe05f6.tar.gz |
ALSA: hda - Add MacBook 3.1 support
MacBook 3.1 is compatible with model=mbp3.
Added the codec SSID 10b6:3600.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4edde60..c7d4bbb 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6519,8 +6519,9 @@ static int patch_alc882(struct hda_codec *codec) case 0x106b1000: /* iMac 24 */ board_config = ALC885_IMAC24; break; - case 0x106b00a1: /* Macbook */ + case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ case 0x106b2c00: /* Macbook Pro rev3 */ + case 0x106b3600: /* Macbook 3.1 */ board_config = ALC885_MBP3; break; default: |