Hi!

DAC volume control for Audiophile2496 has been broken with the changes for
Delta410 support. This one reenables it.

--- CVS/alsa/alsa-kernel/pci/ice1712/ak4524.c   2002-11-15 21:25:24.000000000 +0100
+++ alsa/alsa-kernel/pci/ice1712/ak4524.c       2002-11-22 18:09:22.000000000 +0100
@@ -81,7 +81,7 @@
                udelay(1);
        }
 
-       if (ak->type == SND_AK4524) {
+       if ((ak->type == SND_AK4524) || (ak->type == SND_AK4528)) {
                if ((addr != 0x04 && addr != 0x05) || (data & 0x80) == 0)
                        ak->images[chip][addr] = data;
                else

And now to the routing behaviour on my Audiophile2496.
Try this one:
[H/W Out 1] <- [Digital Mix L]
[H/W Out 2] <- [S/PDIF In ...] or [H/W In ..,]

And what you really get ist this:
[H/W Out 1] <- [Digital Mix L]
[H/W Out 2] <- [PCM Out 2]

Only if you put both "H/W Outs" on "S/PDIF In L/R" you get the S/PDIF input.
I am not familiar with the envy24 hardware but I don't think this is 
the right behaviour.

  ciao
    gerhard


-------------------------------------------------------
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