From: Kuninori Morimoto Date: Tue, 28 Dec 2010 05:55:45 +0000 (+0900) Subject: ASoC: sh: fsi-da7210: remove unnecessary format settings X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e9d3f95159005c42dcb3642a73a6bd751dceba78;p=linux-beck.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 a6adb6e43250..e8df9da92f71 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); }