At Mon, 7 Feb 2011 18:55:24 +0100, Adrian Knoth wrote:
Hi!
Here's another round of patches for hdspmixer. They add support for the RME AES and RME AES32 cards (same ID, only difference is PCIe vs. PCI).
Also includes some minor style fixes and formerly missing commas.
Applied now. Thanks!
Takashi
Cheers
Adrian Knoth (2): hdspmixer: Add RME HDSPe AES and AES32 support. hdspmixer: Style and purity fixes for name arrays.
hdspmixer/src/HDSPMixerCard.cxx | 22 ++++++ hdspmixer/src/HDSPMixerOutput.cxx | 7 ++ hdspmixer/src/HDSPMixerSelector.cxx | 124 +++++++++++++++++++--------------- hdspmixer/src/HDSPMixerWindow.cxx | 10 +++ hdspmixer/src/defines.h | 1 + hdspmixer/src/hdspmixer.cxx | 4 + 6 files changed, 113 insertions(+), 55 deletions(-)
-- 1.7.2.3