diff options
Diffstat (limited to 'sound/ppc/pmac.c')
-rw-r--r-- | sound/ppc/pmac.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index 3bf5f069a03d..32d94754acf8 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c | |||
@@ -986,7 +986,13 @@ static int __init snd_pmac_detect(pmac_t *chip) | |||
986 | chip->num_freqs = ARRAY_SIZE(tumbler_freqs); | 986 | chip->num_freqs = ARRAY_SIZE(tumbler_freqs); |
987 | chip->model = PMAC_SNAPPER; | 987 | chip->model = PMAC_SNAPPER; |
988 | chip->can_byte_swap = 0; /* FIXME: check this */ | 988 | chip->can_byte_swap = 0; /* FIXME: check this */ |
989 | chip->control_mask = MASK_IEPC | 0x11; /* disable IEE */ | 989 | chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */ |
990 | break; | ||
991 | case 0x3a: | ||
992 | chip->num_freqs = ARRAY_SIZE(tumbler_freqs); | ||
993 | chip->model = PMAC_TOONIE; | ||
994 | chip->can_byte_swap = 0; /* FIXME: check this */ | ||
995 | chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */ | ||
990 | break; | 996 | break; |
991 | } | 997 | } |
992 | } | 998 | } |