Skip to content

Commit

Permalink
ASoC: sh: fsi-da7210: remove unnecessary format settings
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jan 2, 2011
1 parent 644a984 commit e9d3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/fsi-da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e9d3f95

Please sign in to comment.