At Thu, 28 Jul 2011 23:45:45 +0200, Adrian Knoth wrote:
Hi!
Here's a series of recent work on RME RPM support. Confirmed to be working by our one and only user so far. ;)
As soon as alsa-lib supports the RPM (it's a single define), I'll drop the temporary define in both, hdsploader and hdspmixer.
RPM users: note that the current kernel code seems to be broken and does not correctly detect your RPM box. More magic could be added to hdsploader to provide a temporary workaround.
OK, applied now all three patches. The drop can be done later.
thanks,
Takashi
Cheers
Adrian Knoth (3): hdspmixer: Add support for RME RPM hdsploader: Add support for RME RPM hdsploader: Temporary define for RPM
hdsploader/hdsploader.c | 7 +++++++ hdspmixer/src/HDSPMixerCard.cxx | 11 +++++++++++ hdspmixer/src/HDSPMixerCard.h | 5 +++++ hdspmixer/src/HDSPMixerOutput.cxx | 15 +++++++++++++++ hdspmixer/src/HDSPMixerSelector.cxx | 7 +++++++ hdspmixer/src/HDSPMixerWindow.cxx | 4 ++++ hdspmixer/src/channelmap.cxx | 12 ++++++++++++ hdspmixer/src/channelmap.h | 5 +++++ hdspmixer/src/hdspmixer.cxx | 4 ++++ 9 files changed, 70 insertions(+), 0 deletions(-)
-- 1.7.5.4