>> > you mean 0xb? I have one that works on 0.9.0rc5, but wont work on
>> 0.9.4/todays cvs.
>>
>> That's surprising. Does the matrix mixer work with 0.9.0rc5 ?
>
> Yes its fine. But I though it was only the 9652 that had a matrix mixer
> problem...
>
> Justin
>

I've just had a look at the 0.9.0rc5 driver code. Either your card is not
a 0xb version, either you're using a patched 0.9.0rc5:

(from the snd_hdsp_create() function)

        switch (rev & 0xff) {
        case 0xa:
                /* hdsp_initialize_firmware() will reset this */
                hdsp->card_name = "RME Hammerfall DSP";
                break;

        default:
                return -ENODEV;
        }



If you patched your driver (e.g. adding a 0xb case to the rev switch) then
this means the rev 0xb cards can work with the old firmware, which
surprises me a lot. I remember trying once a rev 0xb card a couple of
months ago. I used it in combination with my 0xa card to test Adat and
S/PDIF external sync. I forced it to initialize with the old firmware, but
IIRC the matrix mixer was broken.

Thomas





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to