From: Peter Ujfalusi Date: Fri, 14 Sep 2012 12:05:56 +0000 (+0300) Subject: ASoC: omap-pcm, omap-dmic: Change the use of omap_pcm_dma_data->data_type X-Git-Tag: firefly_0821_release~3680^2~1589^2~52^2~49 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f05cc9dac99ac6403d057d2cccb3c754714d2f32;p=firefly-linux-kernel-4.4.55.git ASoC: omap-pcm, omap-dmic: Change the use of omap_pcm_dma_data->data_type Instead of the OMAP DMA data type definition the data_type will be used to specify the number of bits the DMA word should be configured or 0 in case when based on the stream's format the omap-pcm can decide the needed DMA word size. This feature is needed for the omap-hdmi where the sDMA need to be configured for 32bit word type regardless of the audio format used. Signed-off-by: Peter Ujfalusi Tested-by: Janusz Krzysztofik Signed-off-by: Mark Brown --- diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index b19464697ac8..095176738fd6 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c @@ -34,7 +34,6 @@ #include #include