Skip to content

Commit

Permalink
[ALSA] Correct detection of iBook G4 1420Mhz soundcard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent Pelletier authored and Jaroslav Kysela committed Sep 12, 2005
1 parent a4f508b commit 821690c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/ppc/pmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 821690c

Please sign in to comment.