From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] Support for MSI K8N v1.0 onboard CA0106 based soundcard Date: Thu, 19 Jun 2008 11:55:44 +0200 Message-ID: References: <1213728275.13759.3.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 mx1.suse.de (mx1.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 2A3162459F for ; Thu, 19 Jun 2008 11:55:45 +0200 (CEST) In-Reply-To: <1213728275.13759.3.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 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 > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >