[alsa-devel] [PATCH 1/2] ASoC: tlv320dac33: Revisit the FIFO Mode1 handling
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Jul 27 18:32:44 CEST 2010
On Tue, Jul 27, 2010 at 09:46:16AM +0300, Peter Ujfalusi wrote:
> Replace the hardwired latency definition with platform data
> parameter, and simplify the nSample parameter calculation.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi at nokia.com>
Acked-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
I did notice that the default changes from 20ms:
> -#define LATENCY_TIME_MS 20
> + if (!dac33->mode1_i2c_latency)
> + dac33->mode1_i2c_latency = 10000; /* 10ms */
to 10ms with the new code but that shouldn't be a problem.
More information about the Alsa-devel
mailing list