aboutsummaryrefslogtreecommitdiffstats
path: root/sound/ppc/pmac.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-12-01 11:19:41 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:30:13 +0100
commit481ba7727fa08deb389b5a2e550e04df24d3f37d (patch)
treebe530b7fef0eb9a54bddb6dd05365c0a4354915d /sound/ppc/pmac.c
parent[ALSA] au88x0: Remove unneeded call to pci_dma_supported() (diff)
downloadlinux-dev-481ba7727fa08deb389b5a2e550e04df24d3f37d.tar.xz
linux-dev-481ba7727fa08deb389b5a2e550e04df24d3f37d.zip
[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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/ppc/pmac.c')
-rw-r--r--sound/ppc/pmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c
index d70292cd1775..9b2b00fdc1ae 100644
--- a/sound/ppc/pmac.c
+++ b/sound/ppc/pmac.c
@@ -986,7 +986,6 @@ static int __init snd_pmac_detect(struct snd_pmac *chip)
chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */
break;
case 0x3a:
- case 0x40:
chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
chip->model = PMAC_TOONIE;
chip->can_byte_swap = 0; /* FIXME: check this */