From: Kuninori Morimoto Date: Tue, 28 Dec 2010 05:55:45 +0000 (+0900) Subject: ASoC: sh: fsi-da7210: remove unnecessary format settings X-Git-Tag: accepted/tizen/common/20141203.182822~4454^2~1226^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9d3f95159005c42dcb3642a73a6bd751dceba78;p=platform%2Fkernel%2Flinux-arm64.git ASoC: sh: fsi-da7210: remove unnecessary format settings Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c index a6adb6e..e8df9da 100644 --- a/sound/soc/sh/fsi-da7210.c +++ b/sound/soc/sh/fsi-da7210.c @@ -18,7 +18,7 @@ static int fsi_da7210_init(struct snd_soc_pcm_runtime *rtd) struct snd_soc_dai *dai = rtd->codec_dai; return snd_soc_dai_set_fmt(dai, - SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM); }