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
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to