summaryrefslogtreecommitdiff
path: root/sound/ppc/pmac.c
diff options
context:
space:
mode:
authorVincent Pelletier <subdino2004@yahoo.fr>2005-09-07 11:28:14 (GMT)
committerJaroslav Kysela <perex@suse.cz>2005-09-12 08:42:12 (GMT)
commit821690cdc82e4090ef6f91947f76a231fad5cbb1 (patch)
tree302b9b52cd26fa36db209b7510fc5dfd70e64c2a /sound/ppc/pmac.c
parenta4f508b27c6b32d15c923b119b3e90a2d6a9500f (diff)
downloadlinux-821690cdc82e4090ef6f91947f76a231fad5cbb1.tar.xz
[ALSA] Correct detection of iBook G4 1420Mhz soundcard
PPC PMAC driver Here is a patch to correct detection of the soundcard on my iBook model (bought really recently). Without that fix, there were only andui in the headphone, and the mixer was totaly non functional. 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, 1 insertions, 0 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c
index c89e82e..9774e56 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 0x5c:
chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
chip->model = PMAC_SNAPPER;
chip->can_byte_swap = 0; /* FIXME: check this */