OSDN Git Service

ASoC: fsl_sai: Make Synchronous and Asynchronous modes exclusive
authorNicolin Chen <nicoleotsuka@gmail.com>
Fri, 8 Aug 2014 10:41:19 +0000 (18:41 +0800)
committerMark Brown <broonie@linaro.org>
Sat, 16 Aug 2014 22:06:23 +0000 (17:06 -0500)
commitce7344a4ebabe90e064d3e087727f45624cdc942
tree7fc1b1e7364173fe1eb8eb25d69b794f6c43a65d
parent08fdf65e37d560581233e06a659f73deeb3766f9
ASoC: fsl_sai: Make Synchronous and Asynchronous modes exclusive

The previous patch (ASoC: fsl_sai: Add asynchronous mode support) added
new Device Tree bindings for Asynchronous and Synchronous modes support.
However, these two shall not be present at the same time.

So this patch just simply makes them exclusive so as to avoid incorrect
Device Tree binding usage.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/fsl-sai.txt
sound/soc/fsl/fsl_sai.c