From: Vincent Pelletier <subdino2004@yahoo.fr>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] Correct detection of iBook G4 1420Mhz soundcard
Date: Tue, 06 Sep 2005 17:09:22 +0200 [thread overview]
Message-ID: <dfkbfd$q42$1@sea.gmane.org> (raw)
[-- 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 */
next reply other threads:[~2005-09-06 15:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-06 15:09 Vincent Pelletier [this message]
2005-09-07 12:29 ` [PATCH] Correct detection of iBook G4 1420Mhz soundcard Takashi Iwai
2005-09-07 13:24 ` Vincent Pelletier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='dfkbfd$q42$1@sea.gmane.org' \
--to=subdino2004@yahoo.fr \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.