diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-09-19 15:21:17 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-10-07 14:45:54 +0200 |
commit | 1e8bdcaf82268ac713cbbaffc14801147be42ae7 (patch) | |
tree | 87177d8d9d28dac71b25b4e221f2d949d2c55307 /sound | |
parent | 5a2a68f5a1dab785d60a4575f48af5b15ab6328d (diff) |
[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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index e35b48d29c45..392b2abd9f13 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; |