mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer - Fix Digiface channel map for ADAT speed mode 1
Fixed the channel map for ADAT speed mode 1 (rate > 48000). ALSA bug#3732 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3732
This commit is contained in:
parent
8c8cf18353
commit
e56788b739
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ void HDSPMixerCard::adjustSettings() {
|
|||
break;
|
||||
case 1:
|
||||
channels = 14;
|
||||
channel_map = channel_map_ds;
|
||||
channel_map = meter_map_ds;
|
||||
dest_map = dest_map_ds;
|
||||
meter_map = meter_map_ds;
|
||||
lineouts = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue