]> git.alsa-project.org Git - alsa-tools.git/commitdiff
hdspmixer - Fix Digiface channel map for ADAT speed mode 1
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Feb 2008 12:30:45 +0000 (13:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 Feb 2008 12:30:45 +0000 (13:30 +0100)
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

hdspmixer/src/HDSPMixerCard.cxx

index faed6fb125d692b32e0b3650aa7692f1ef98fe95..38548f1ae9b60d9c5e01652541cfd9a386ea20a3 100644 (file)
@@ -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;