All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support for MSI K8N v1.0 onboard CA0106 based soundcard
@ 2008-06-17 18:44 Travis Place
  2008-06-19  9:55 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Travis Place @ 2008-06-17 18:44 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai

NOTE: The Exact model number of the card onboard is unknown to me
(SB0438). Not sure how I am to find this information either. For the
time being, i have just used the same model as seems to be on the other
(updated?) version of the motherboard.


Changelog: Add support for the MSI K8N Diamond Motherboard (version 1.0)
onboard CA0106 soundcard.


--- ca0106_main.c       2008-06-18 04:24:05.000000000 +1000
+++ ca0106_main.c.wishie        2008-06-18 04:39:26.000000000 +1000
@@ -249,6 +249,10 @@
           .name   = "MSI K8N Diamond MB [SB0438]",
           .gpio_type = 2,
           .i2c_adc = 1 } ,
+         { .serial = 0x10091102,
+           .name   = "MSI K8N Diamond MB version 1.0 [SB0438]",
+           .gpio_type = 2,
+           .i2c_adc = 1 } ,
         /* Shuttle XPC SD31P which has an onboard Creative Labs
          * Sound Blaster Live! 24-bit EAX
          * high-definition 7.1 audio processor".

Signed-off-by: Travis Place <wishie@wishie.net>

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

* Re: [PATCH] Support for MSI K8N v1.0 onboard CA0106 based soundcard
  2008-06-17 18:44 [PATCH] Support for MSI K8N v1.0 onboard CA0106 based soundcard Travis Place
@ 2008-06-19  9:55 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-06-19  9:55 UTC (permalink / raw)
  To: Travis Place; +Cc: alsa-devel

At Wed, 18 Jun 2008 04:44:35 +1000,
Travis Place wrote:
> 
> NOTE: The Exact model number of the card onboard is unknown to me
> (SB0438). Not sure how I am to find this information either. For the
> time being, i have just used the same model as seems to be on the other
> (updated?) version of the motherboard.

Oh sorry I already added a similar entry but forgot to notify.


thanks,

Takashi

> 
> 
> Changelog: Add support for the MSI K8N Diamond Motherboard (version 1.0)
> onboard CA0106 soundcard.
> 
> 
> --- ca0106_main.c       2008-06-18 04:24:05.000000000 +1000
> +++ ca0106_main.c.wishie        2008-06-18 04:39:26.000000000 +1000
> @@ -249,6 +249,10 @@
>            .name   = "MSI K8N Diamond MB [SB0438]",
>            .gpio_type = 2,
>            .i2c_adc = 1 } ,
> +         { .serial = 0x10091102,
> +           .name   = "MSI K8N Diamond MB version 1.0 [SB0438]",
> +           .gpio_type = 2,
> +           .i2c_adc = 1 } ,
>          /* Shuttle XPC SD31P which has an onboard Creative Labs
>           * Sound Blaster Live! 24-bit EAX
>           * high-definition 7.1 audio processor".
> 
> Signed-off-by: Travis Place <wishie@wishie.net>
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2008-06-19  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17 18:44 [PATCH] Support for MSI K8N v1.0 onboard CA0106 based soundcard Travis Place
2008-06-19  9:55 ` Takashi Iwai

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.