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:
Adrian Knoth 2014-01-04 21:38:23 +01:00 committed by Takashi Iwai
parent 772fbde91c
commit f3c2688f9d
6 changed files with 96 additions and 74 deletions

View file

@ -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];