hdspmixer: Add support for RME RPM

This patch adds support for the RME RPM devices. It's mostly based on
Florian Faber's previous patch against hdspmixer 1.0.23,
forwarded-ported to the current hdspmixer code.

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 2011-07-28 23:45:46 +02:00 committed by Takashi Iwai
parent cb40769c93
commit 53bcd9d16c
8 changed files with 63 additions and 0 deletions

View file

@ -78,6 +78,18 @@ char dest_map_ds[8] = {
0, 2, 8, 10, 16, 18, 24, 26
};
/* RPM */
char dest_map_rpm[3] = {
0, 2, 4
};
char channel_map_rpm[26] = {
0, 1, 2, 3, 4, 5, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1
};
// HDSP 9652
char dest_map_h9652_ss[13] = {