diff options
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/fsi-ak4642.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c index 56cd34223100..a722a4c661ff 100644 --- a/sound/soc/sh/fsi-ak4642.c +++ b/sound/soc/sh/fsi-ak4642.c | |||
@@ -26,7 +26,8 @@ static int fsi_ak4642_dai_init(struct snd_soc_pcm_runtime *rtd) | |||
26 | struct snd_soc_dai *dai = rtd->codec_dai; | 26 | struct snd_soc_dai *dai = rtd->codec_dai; |
27 | int ret; | 27 | int ret; |
28 | 28 | ||
29 | ret = snd_soc_dai_set_fmt(dai, SND_SOC_DAIFMT_CBM_CFM); | 29 | ret = snd_soc_dai_set_fmt(dai, SND_SOC_DAIFMT_LEFT_J | |
30 | SND_SOC_DAIFMT_CBM_CFM); | ||
30 | if (ret < 0) | 31 | if (ret < 0) |
31 | return ret; | 32 | return ret; |
32 | 33 | ||