]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: fsl: Drop formats limitation for imx-pcm-dma.c
authorNicolin Chen <Guangyu.Chen@freescale.com>
Thu, 24 Apr 2014 11:33:07 +0000 (19:33 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:49 +0000 (21:16 -0600)
commite4ff1960ce986910473f3539cb52dedf41fda11b
tree52ece784b767c036d1dd954cdf769283884fcf3d
parent87e89932c8485ff7d51e2ff3ccd499b8b054d569
ASoC: fsl: Drop formats limitation for imx-pcm-dma.c

Now ASoC core is getting the intersection of supported formats not only
from CPU and CODEC dai's but also from DMA's. However, there should be
no specific width limitation from SDMA side.

So drop it. Otherwise, we would only support S16_LE format for all i.MX
platforms.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit e9ffb5ba4de17f14ca592e06a397c85541a72c7d)
sound/soc/fsl/imx-pcm-dma.c