mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Add support for RME MADI, RayDAT and AIO
Merged the work by Florian Faber that's distributed separately as hdspmixer64. Code taken from http://wiki.linuxproaudio.org/index.php/App:hdspmixer_64 Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6af3047947
commit
e24e56795e
20 changed files with 651 additions and 187 deletions
|
|
@ -24,8 +24,12 @@
|
|||
/* Uncomment this to make the setup window non-modal */
|
||||
//#define NON_MODAL_SETUP 1
|
||||
|
||||
#define HDSP_MAX_CHANNELS 26
|
||||
#define HDSP_MAX_DEST 14
|
||||
#define HDSPeMADI 10
|
||||
#define HDSPeRayDAT 11
|
||||
#define HDSPeAIO 12
|
||||
|
||||
#define HDSP_MAX_CHANNELS 64
|
||||
#define HDSP_MAX_DEST 32
|
||||
|
||||
#define STRIP_WIDTH 36
|
||||
#define FULLSTRIP_HEIGHT 253
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue