mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-25 06:59:53 -05:00
hdspmixer: Add support for RME AIO AEB boards
AIO allows to connect Analogue Extension Boards (4in/4out). Provide those channels in hdspmixer, too. The channel maps were copied from the driver, hence the changed casing in the comments. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
772fbde91c
commit
f3c2688f9d
6 changed files with 96 additions and 74 deletions
|
|
@ -112,12 +112,12 @@ extern char channel_map_raydat_qs[HDSPM_MAX_CHANNELS];
|
|||
|
||||
// HDSPe AIO
|
||||
|
||||
extern char dest_map_aio_ss[8];
|
||||
extern char dest_map_aio_ss[10];
|
||||
|
||||
|
||||
extern char dest_map_aio_ds[6];
|
||||
extern char dest_map_aio_ds[8];
|
||||
|
||||
extern char dest_map_aio_qs[5];
|
||||
extern char dest_map_aio_qs[7];
|
||||
|
||||
extern char channel_map_aio_in_ss[HDSPM_MAX_CHANNELS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue