[From nobody Mon Jun 16 17:55:15 2008
Subject: Re: [alsa-devel] Problem regarding CA0106
From: Travis Place &lt;wishie@wishie.net&gt;
To: Takashi Iwai &lt;tiwai@suse.de&gt;
In-Reply-To: &lt;s5hve09psuz.wl%tiwai@suse.de&gt;
References: &lt;1213377513.27630.5.camel@temp-fallen&gt;
	&lt;s5hve09psuz.wl%tiwai@suse.de&gt;
Content-Type: text/plain; charset=utf-8
Message-Id: &lt;1213631528.4031.4.camel@temp-fallen&gt;
Mime-Version: 1.0
X-Mailer: Evolution 2.22.1.1 
Date: Tue, 17 Jun 2008 01:52:29 +1000
Content-Transfer-Encoding: 8bit

On Mon, 2008-06-16 at 12:38 +0200, Takashi Iwai wrote:
&gt; At Sat, 14 Jun 2008 03:18:33 +1000,
&gt; Travis Place wrote:
&gt; &gt; 
&gt; &gt; Just been speaking with a guy in #alsa about the problems with his &quot;MSI
&gt; &gt; K8N Diamond MB&quot; which has an onboard &quot;SB Live 24bit&quot; or &quot;Audigy&quot;.
&gt; &gt; 
&gt; &gt; While looking through ca0106_main.c in GIT, i saw the following section:
&gt; &gt; 
&gt; &gt; /* MSI K8N Diamond Motherboard with onboard SB Live 24bit without AC97
&gt; &gt; */
&gt; &gt; 	 /* SB0438
&gt; &gt; 	  * CTRL:CA0106-DAT
&gt; &gt; 	  * ADC: WM8775SEDS
&gt; &gt; 	  * DAC: CS4382-KQZ
&gt; &gt; 	  */
&gt; &gt; 	 { .serial = 0x10091462,
&gt; &gt; 	   .name   = &quot;MSI K8N Diamond MB [SB0438]&quot;,
&gt; &gt; 	   .gpio_type = 2,
&gt; &gt; 	   .i2c_adc = 1 } ,
&gt; &gt; 
&gt; &gt; For this guys sound to work, we had to change the serial line to:
&gt; &gt; 
&gt; &gt; 	 { .serial = 0x10091102,
&gt; 
&gt; Does it mean that this number 1009:1102 is missing, or a wrong
&gt; 1009:1462 entry matches with his hardware?
&gt; 
﻿Well, it appears to me (due to another report filed previously) that
the motherboard is a 'newer revision' and has a different ID for the
soundcard.

&gt; In the former case, it happens often.  We just need to add a new entry
&gt; for the newer model.  In the latter case, it's odd.
&gt; 

﻿I think that adding the new ID to the driver wont cause any immediate
problems. The old value (1009:1462) should remain, until we can confirm
it against another K8N Diamond motherboard (although im not sure how
common these boards are).

&gt; 
&gt; thanks,
&gt; 
&gt; Takashi
&gt; _______________________________________________
&gt; Alsa-devel mailing list
&gt; Alsa-devel@alsa-project.org
&gt; http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

Thanks,
Travis Place
]