mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
hdspmixer: Add RME HDSPe AES and AES32 support.
Code provided by Fredrik Lingvall <fredrik.lingvall@gmail.com> It seems the PCIe (AES) and PCI (AES32) versions behave the same, so we can kill two birds with one stone. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
cef20c040c
commit
69991756aa
6 changed files with 52 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#define HDSPeMADI 10
|
||||
#define HDSPeRayDAT 11
|
||||
#define HDSPeAIO 12
|
||||
#define HDSP_AES 13 /* both AES32 and HDSPeAES? */
|
||||
|
||||
#define HDSP_MAX_CHANNELS 64
|
||||
#define HDSP_MAX_DEST 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue