[alsa-devel] [alsa-cvslog] alsa-tools: hdspmixer - Fix Digiface channel map for ADAT speed mode 1

Thierry Vignaud tvignaud at mandriva.com
Tue Feb 5 14:44:26 CET 2008


Takashi Iwai <tiwai at 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;


More information about the Alsa-devel mailing list