summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2013-08-12 14:41:57 +0200
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2013-09-09 12:54:46 +0200
commitb081ed549adcc9c3a5b422db874eaef7518a87dd (patch)
tree7e7bcd22ee98cf861f562c2a94b494888c39d55e
parent0a77e568eb3203f238770278200ca00a0e1d1302 (diff)
downloadlinux-b081ed549adcc9c3a5b422db874eaef7518a87dd.tar.gz
linux-b081ed549adcc9c3a5b422db874eaef7518a87dd.tar.xz
ASoC: imx-mc1378: change to i2s as default protocolv3.11/topic/mc13xxx
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
-rw-r--r--sound/soc/fsl/imx-mc13783.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c
index e555cd554730..93480da9bc4d 100644
--- a/sound/soc/fsl/imx-mc13783.c
+++ b/sound/soc/fsl/imx-mc13783.c
@@ -27,7 +27,7 @@
#include "imx-ssi.h"
#include "imx-audmux.h"
-#define FMT_SSI (SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_NB_NF | \
+#define FMT_SSI (SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | \
SND_SOC_DAIFMT_CBM_CFM)
static int imx_mc13783_hifi_hw_params(struct snd_pcm_substream *substream,