* [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
* Re: [PATCH] Correct detection of iBook G4 1420Mhz soundcard
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
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2005-09-07 12:29 UTC (permalink / raw)
To: Vincent Pelletier; +Cc: alsa-devel
At Tue, 06 Sep 2005 17:09:22 +0200,
Vincent Pelletier wrote:
>
> 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
Thanks, added to ALSA CVS tree.
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ 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.