mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-28 01:40:18 -05:00
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:
parent
cb40769c93
commit
53bcd9d16c
8 changed files with 63 additions and 0 deletions
|
|
@ -709,6 +709,10 @@ void HDSPMixerWindow::restoreDefaults(int card)
|
|||
maxdest[0] = 14;
|
||||
maxdest[1] = 8;
|
||||
break;
|
||||
case RPM:
|
||||
chnls[0] = chnls[1] = 6;
|
||||
maxdest[0] = maxdest[1] = 3;
|
||||
break;
|
||||
case H9652:
|
||||
chnls[0] = 26;
|
||||
chnls[1] = 14;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue