mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-08 13:30:01 -05:00
hdspmixer: Improve code coherency
Move channelmappings into one place (channelmap.h). Also, use "aes32" when referring to the card itself to avoid confusion and to be coherent with the remaining naming scheme. This work has mainly been done by Fredrik Lingvall. Signed-off-by: Fredrik Lingvall <fredrik.lingvall@gmail.com> Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0201fd1778
commit
9ea2fb1f88
8 changed files with 250 additions and 264 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#define HDSPeMADI 10
|
||||
#define HDSPeRayDAT 11
|
||||
#define HDSPeAIO 12
|
||||
#define HDSP_AES 13 /* both AES32 and HDSPeAES? */
|
||||
#define HDSP_AES 13 /* both HDSP AES32 and HDSPe AES */
|
||||
|
||||
#define HDSP_MAX_CHANNELS 64
|
||||
#define HDSP_MAX_DEST 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue