On Thu, 4 Sep 2003 20:12:38 +0200 (CEST), Jaroslav Kysela wrote:

        /* FIXME: C-Media chips have no PCM volume!! */
        if (/*ac97->id == 0x434d4941 ||*/
            ac97->id == 0x434d4942 ||
            ac97->id == 0x434d4961)
Line 1368:
snd_ac97_write_cache(ac97, AC97_PCM, 0x9f1f); //(Mute)

should be:
snd_ac97_write_cache(ac97, AC97_PCM, 0x0); //(Unmute)

In accordance with CMI9739 6CH Audio Codec SPEC_Ver12.pdf

No PCM volume, but it should be unmute, is it?



Yours sincerely,
                Max V. Mozok
-----------------------------------------------------------------------------------------
E-mail: elephant[AT]os2.kiev.ua




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to