All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct detection of iBook G4 1420Mhz soundcard
@ 2005-09-06 15:09 Vincent Pelletier
  2005-09-07 12:29 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Pelletier @ 2005-09-06 15:09 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

Hi.
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.

I made this diff against linux kernel 2.6.13-mm1, the file is in dir
/audio/ppc .

Vincent Pelletier

[-- Attachment #2: pmac.c.diff --]
[-- Type: text/plain, Size: 349 bytes --]

--- pmac.c	2005-08-29 01:41:01.000000000 +0200
+++ pmac.c.new	2005-09-06 16:52:59.000000000 +0200
@@ -988,6 +988,7 @@ static int __init snd_pmac_detect(pmac_t
 		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 */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-07 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 15:09 [PATCH] Correct detection of iBook G4 1420Mhz soundcard Vincent Pelletier
2005-09-07 12:29 ` Takashi Iwai
2005-09-07 13:24   ` Vincent Pelletier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.