[LAD] [RME - hdsp] Multiface/Digiface/RPM detection

Fons Adriaensen fons at linuxaudio.org
Fri Jul 29 08:05:46 UTC 2011


On Fri, Jul 29, 2011 at 12:43:02AM +0200, Adrian Knoth wrote:

> ...
> 
> Nope, it was correct. I got confused by bytes-vs-4byte-offsets to the
> iobase.
> 
> So, control2Reg is right, the logic is right, too.
> 
> Only HDSP_VERSION_BIT seems wrong here, try
> 
>    HDSP_VERSION_BIT | HDSP_S_LOAD
> 
> instead. Or change
> 
> #define HDSP_VERSION_BIT        0x100
> 
> to
> 
> #define HDSP_VERSION_BIT        (0x100 | HDSP_S_LOAD)
> 
> Still pure guesswork.

If you can send me the complete driver source so I just have
to do make and make install I could probably try it out during
the weekend. But the amount of time I can spend on it is limited.

-- 
FA




More information about the Linux-audio-dev mailing list