From: Sasha Khapyorsky <sashakh@gmail.com>
To: tiwai@suse.de
Cc: perex@suse.cz, alsa-devel@lists.sourceforge.net
Subject: [patch] hda/patch_si3054.c: support for Agere's HDA soft modem
Date: Sun, 22 Jan 2006 03:02:59 +0200 [thread overview]
Message-ID: <20060122010259.GA13628@khap> (raw)
Hello Takashi,
There are addition of Agere's modem IDs for patch_si3054.c. Reported in
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1733
Sasha.
This adds support for Agere's variant of Si3054/5 based HDA modem.
Signed-off-by: Sasha Khapyorsky <sashak@alsa-project.org>
Index: alsa-kernel/pci/hda/patch_si3054.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/hda/patch_si3054.c,v
retrieving revision 1.6
diff -u -p -r1.6 patch_si3054.c
--- alsa-kernel/pci/hda/patch_si3054.c 17 Nov 2005 14:57:47 -0000 1.6
+++ alsa-kernel/pci/hda/patch_si3054.c 11 Jan 2006 22:31:10 -0000
@@ -297,6 +297,7 @@ static int patch_si3054(struct hda_codec
struct hda_codec_preset snd_hda_preset_si3054[] = {
{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
+ { .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
{}
};
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
next reply other threads:[~2006-01-22 1:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-22 1:02 Sasha Khapyorsky [this message]
2006-01-23 15:31 ` [patch] hda/patch_si3054.c: support for Agere's HDA soft modem Takashi Iwai
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=20060122010259.GA13628@khap \
--to=sashakh@gmail.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=perex@suse.cz \
--cc=tiwai@suse.de \
/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.