forked from Minki/linux
ASoC: sh: fsi-da7210: remove unnecessary format settings
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
644a98453d
commit
e9d3f95159
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user