ASoC: fsl: imx-ssi: fix probe on imx31
authorPhilippe Rétornaz <philippe.retornaz@epfl.ch>
Tue, 1 Oct 2013 12:36:10 +0000 (14:36 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 7 Oct 2013 10:17:44 +0000 (11:17 +0100)
On imx31 with mc13783 codec the FIQ is not necessary and not enabled
as DMA transfer is available.
Change the probe() function to fail only if both FIQ and DMA are not
available.

Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found