diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-27 03:13:45 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 07:41:43 -0400 |
commit | f3911c5ab93e4295938b2013104d2986ea601454 (patch) | |
tree | 3c3bafda0707075a63720c25938cd9122f9390cf /sound/pci | |
parent | 95fe5f2cec831d73ee93227810ab95d05ced3416 (diff) |
ALSA: hda: appletv support
The AppleTV needs the same handling as the 24" iMac.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci')
-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 dedd51d55401..2ff617d066c3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6656,6 +6656,7 @@ static int patch_alc882(struct hda_codec *codec) | |||
6656 | board_config = ALC885_MACPRO; | 6656 | board_config = ALC885_MACPRO; |
6657 | break; | 6657 | break; |
6658 | case 0x106b1000: /* iMac 24 */ | 6658 | case 0x106b1000: /* iMac 24 */ |
6659 | case 0x106b2800: /* AppleTV */ | ||
6659 | board_config = ALC885_IMAC24; | 6660 | board_config = ALC885_IMAC24; |
6660 | break; | 6661 | break; |
6661 | case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ | 6662 | case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */ |