From: Martin Langer <martin-langer@gmx.de>
To: alsa-devel@alsa-project.org
Subject: [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE
Date: Fri, 24 Jun 2005 01:01:56 +0200 [thread overview]
Message-ID: <20050623230156.GA3281@tuba> (raw)
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
The patch adds firmware version 0x07 to the list of PCM20 firmwares.
That 0x07 card is marked as revision E, which can be identified now.
Signed-off-by: Martin Langer <martin-langer@gmx.de>
[-- Attachment #2: miro_pcm20revE.patch --]
[-- Type: text/plain, Size: 613 bytes --]
--- alsa-driver/isa/opti9xx/miro.c.ORIGINAL Thu Jun 23 21:51:34 2005
+++ alsa-driver/isa/opti9xx/miro.c Thu Jun 23 21:53:35 2005
@@ -835,8 +835,16 @@
if ((miro->hardware == OPTi9XX_HW_82C924) &&
(miro->aci_vendor == 'm') &&
- (miro->aci_product == 'C'))
- model = "miroSOUND PCM20 radio";
+ (miro->aci_product == 'C')) {
+ switch(miro->aci_version) {
+ case 7:
+ model = "miroSOUND PCM20 radio (Rev. E)";
+ break;
+ default:
+ model = "miroSOUND PCM20 radio";
+ break;
+ }
+ }
snd_iprintf(buffer, "\nGeneral information:\n");
snd_iprintf(buffer, " model : %s\n", model);
next reply other threads:[~2005-06-23 22:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-23 23:01 Martin Langer [this message]
2005-06-24 7:08 ` [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE Clemens Ladisch
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=20050623230156.GA3281@tuba \
--to=martin-langer@gmx.de \
--cc=alsa-devel@alsa-project.org \
/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.