summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-09-19 15:21:17 +0200
committerJaroslav Kysela <perex@suse.cz>2005-10-07 14:45:54 +0200
commit1e8bdcaf82268ac713cbbaffc14801147be42ae7 (patch)
tree87177d8d9d28dac71b25b4e221f2d949d2c55307 /sound
parent5a2a68f5a1dab785d60a4575f48af5b15ab6328d (diff)
downloadlinux-0-day-1e8bdcaf82268ac713cbbaffc14801147be42ae7.tar.gz
linux-0-day-1e8bdcaf82268ac713cbbaffc14801147be42ae7.tar.xz
[ALSA] Add iBook 1.33GHz support
PPC PMAC driver Added the support of iBook 1.33GHz. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/ppc/pmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c
index e35b48d29c452..392b2abd9f13c 100644
--- a/sound/ppc/pmac.c
+++ b/sound/ppc/pmac.c
@@ -988,6 +988,7 @@ static int __init snd_pmac_detect(pmac_t *chip)
case 0x33:
case 0x29:
case 0x24:
+ case 0x50:
case 0x5c:
chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
chip->model = PMAC_SNAPPER;