Takashi Iwai tiwai@suse.de writes:
changeset: 365:9d1e48f8dd5d tag: tip user: tiwai date: Tue Feb 05 13:30:45 2008 +0100 files: hdspmixer/src/HDSPMixerCard.cxx description: 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
Will you move the 1.0.16 tag so that it got included in final release?
diff -r 7f30f325ab54 -r 9d1e48f8dd5d hdspmixer/src/HDSPMixerCard.cxx --- a/hdspmixer/src/HDSPMixerCard.cxx Tue Feb 05 10:08:12 2008 +0100 +++ b/hdspmixer/src/HDSPMixerCard.cxx Tue Feb 05 13:30:45 2008 +0100 @@ -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;