Commit 481ba772 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] powermac - Revert the last addition for 17' powerbook

Modules: PPC PMAC driver

The last addition of 17' powerbook support seems buggy
(it's not Toonie indeed).  Removed again.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 58da3a23
...@@ -986,7 +986,6 @@ static int __init snd_pmac_detect(struct snd_pmac *chip) ...@@ -986,7 +986,6 @@ static int __init snd_pmac_detect(struct snd_pmac *chip)
chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */ chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */
break; break;
case 0x3a: case 0x3a:
case 0x40:
chip->num_freqs = ARRAY_SIZE(tumbler_freqs); chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
chip->model = PMAC_TOONIE; chip->model = PMAC_TOONIE;
chip->can_byte_swap = 0; /* FIXME: check this */ chip->can_byte_swap = 0; /* FIXME: check this */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment