[alsa-devel] [hdspm: Add RME RayDAT/AIO 0/2] Reworked support for RayDAT/AIO
Hi!
Finally, here's the patch that adds RME RayDAT and AIO support to hdpsm. Code was taken from Florian Faber's
http://wiki.linuxproaudio.org/index.php/Driver:hdspe
revision (2010-12-25) and heavily modified to (almost) comply with the coding style.
I also enabled S/PDIF input and augmented the code to allow for all period sizes between 64 and 4096 samples on RayDATs/AIOs.
As pointed out by Takashi earlier this month, this version now doesn't use typedefs or enums in ioctl structs.
Obviously, the patch is extremely long, it adds MMAP access, support for the additional TCO hardware module, more MIDI ports and probably a lot more.
Cheers
PS: This is the third version of the patch, now without conflicting ioctls (hopefully) and without static arrays in the header file.
Adrian Knoth (2): ALSA: Add support for RME RayDAT and AIO ALSA: Add RayDAT and AIO strings to Kconfig
include/sound/hdspm.h | 349 ++++- sound/pci/Kconfig | 6 +- sound/pci/rme9652/hdspm.c | 4231 +++++++++++++++++++++++++++++++++------------ 3 files changed, 3427 insertions(+), 1159 deletions(-)
Inform users about the newly added support for RayDAT and AIO.
Signed-off-by: Adrian Knoth adi@drcomp.erfurt.thur.de
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 9823d59..1fb3e24 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -572,13 +572,13 @@ comment "Don't forget to add built-in firmwares for HDSP driver" depends on SND_HDSP=y
config SND_HDSPM - tristate "RME Hammerfall DSP MADI" + tristate "RME Hammerfall DSP MADI/RayDAT/AIO" select SND_HWDEP select SND_RAWMIDI select SND_PCM help - Say Y here to include support for RME Hammerfall DSP MADI - soundcards. + Say Y here to include support for RME Hammerfall DSP MADI, + RayDAT and AIO soundcards.
To compile this driver as a module, choose M here: the module will be called snd-hdspm.
participants (1)
-
Adrian Knoth