From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Problem regarding CA0106 Date: Mon, 16 Jun 2008 12:38:28 +0200 Message-ID: References: <1213377513.27630.5.camel@temp-fallen> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D16072454A for ; Mon, 16 Jun 2008 12:38:28 +0200 (CEST) In-Reply-To: <1213377513.27630.5.camel@temp-fallen> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Travis Place Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Sat, 14 Jun 2008 03:18:33 +1000, Travis Place wrote: > > Just been speaking with a guy in #alsa about the problems with his "MSI > K8N Diamond MB" which has an onboard "SB Live 24bit" or "Audigy". > > While looking through ca0106_main.c in GIT, i saw the following section: > > /* MSI K8N Diamond Motherboard with onboard SB Live 24bit without AC97 > */ > /* SB0438 > * CTRL:CA0106-DAT > * ADC: WM8775SEDS > * DAC: CS4382-KQZ > */ > { .serial = 0x10091462, > .name = "MSI K8N Diamond MB [SB0438]", > .gpio_type = 2, > .i2c_adc = 1 } , > > For this guys sound to work, we had to change the serial line to: > > { .serial = 0x10091102, Does it mean that this number 1009:1102 is missing, or a wrong 1009:1462 entry matches with his hardware? In the former case, it happens often. We just need to add a new entry for the newer model. In the latter case, it's odd. thanks, Takashi