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:
Takashi Iwai 2008-02-05 13:30:45 +01:00
parent 8c8cf18353
commit e56788b739

View 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;