All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE
@ 2005-06-23 23:01 Martin Langer
  2005-06-24  7:08 ` Clemens Ladisch
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langer @ 2005-06-23 23:01 UTC (permalink / raw)
  To: alsa-devel

[-- 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);

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

* Re: [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE
  2005-06-23 23:01 [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE Martin Langer
@ 2005-06-24  7:08 ` Clemens Ladisch
  0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2005-06-24  7:08 UTC (permalink / raw)
  To: Martin Langer; +Cc: alsa-devel

Martin Langer wrote:
> The patch adds ...

Applied all three patches.


Thanks
Clemens



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

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

end of thread, other threads:[~2005-06-24  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-23 23:01 [PATCH] 1/3 miro: add firmware 0x07 which is pcm20 revE Martin Langer
2005-06-24  7:08 ` Clemens Ladisch

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.