From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: VIA 8233A, 8235 with ALC650 codec Date: Thu, 20 Feb 2003 10:06:09 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <200302200619.HAA23828@www6.pobox.sk> Mime-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <200302200619.HAA23828@www6.pobox.sk> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: p z oooo Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Thu, 20 Feb 2003 07:19:03 +0100, p z oooo wrote: > > I tink, there is still small bug (I think) - via82xx.c > > else > /* slot mapping: 3,4,6,9,7,8 */ > val = 0x4000; > snd_ac97_update_bits(chip->ac97, AC97_ALC650_MULTICH, 0xc000, val); > > is this correct ??? > val = 0x4000; (I think, that there should be 0xc000) 0xc000 is the mask and 0x4000 is the bit to set. the bit 15 seems no meaning, so it should be ok. Takashi ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge