summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Eggleston <mark_r_eggleston@yahoo.co.uk>2009-01-31 17:57:54 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-31 17:57:54 +0100
commit3077e44c48242bb5867b41586f23aa8f6921073a (patch)
treea0549523b2becfc5dabd575f1c9414478a338989 /sound
parent42de55cb3b332e1430509a343b082731d7972b50 (diff)
ALSA: hda - Add support of iMac 24 Aluminium
Added the support for 24" Aluminium iMac (106b:3e00) Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 7884a4e07061..0040101f6150 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7012,6 +7012,7 @@ static int patch_alc882(struct hda_codec *codec)
break;
case 0x106b1000: /* iMac 24 */
case 0x106b2800: /* AppleTV */
+ case 0x106b3e00: /* iMac 24 Aluminium */
board_config = ALC885_IMAC24;
break;
case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */