[alsa-devel] [PATCH] cmipci at 96kHz

Clemens Ladisch cladisch at fastmail.net
Tue Oct 30 09:44:12 CET 2007


Timofei V. Bondarenko wrote:
> This patch adds support for 88.2k, 96k, and 128k samplerates
> on cmi8738-55 chip.
> Analog playback works fine on all channels.
> Analog capture works well too, though the extra samples seems 
> interpolated by hardware.
> spdif playback and capture works fine.

> +		freq_ext = CM_CH0_SRATE_88K | CM_CH0_SRATE_96K;

I'd guess there should be a new symbol CM_CH0_SRATE_128K.

> +		case 88200:
> +			freq = 44100;
> +		case 96000:
> +			freq = 48000;
> +		case 128000:
> +			freq = 32000; /* not matter, 

Wouldn't it be simpler to divide freq by two in all three cases?


Regards,
Clemens


More information about the Alsa-devel mailing list