From: Takashi Iwai Date: Tue, 5 Feb 2008 12:30:45 +0000 (+0100) Subject: hdspmixer - Fix Digiface channel map for ADAT speed mode 1 X-Git-Tag: v1.0.17rc1~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e56788b739718f1b07374a15d0ad39fc633e59c8;p=alsa-tools.git 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 --- diff --git a/hdspmixer/src/HDSPMixerCard.cxx b/hdspmixer/src/HDSPMixerCard.cxx index faed6fb..38548f1 100644 --- a/hdspmixer/src/HDSPMixerCard.cxx +++ b/hdspmixer/src/HDSPMixerCard.cxx @@ -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;