From: Takashi Iwai Date: Mon, 19 Sep 2005 13:21:17 +0000 (+0200) Subject: [ALSA] Add iBook 1.33GHz support X-Git-Tag: v2.6.14-rc4~25^2~14 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1e8bdcaf82268ac713cbbaffc14801147be42ae7;p=linux-2.6-omap-h63xx.git [ALSA] Add iBook 1.33GHz support PPC PMAC driver Added the support of iBook 1.33GHz. Signed-off-by: Takashi Iwai --- diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index e35b48d29c4..392b2abd9f1 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;