diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sh/fsi-da7210.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
18 | struct snd_soc_dai *dai = rtd->codec_dai; | 18 | struct snd_soc_dai *dai = rtd->codec_dai; |
19 | 19 | ||
20 | return snd_soc_dai_set_fmt(dai, | 20 | return snd_soc_dai_set_fmt(dai, |
21 | SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | | 21 | SND_SOC_DAIFMT_I2S | |
22 | SND_SOC_DAIFMT_CBM_CFM); | 22 | SND_SOC_DAIFMT_CBM_CFM); |
23 | } | 23 | } |
24 | 24 | ||