diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/om_3d7k_wm8753.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/om_3d7k_wm8753.c b/sound/soc/s3c24xx/om_3d7k_wm8753.c index 840ac8fc19e..01435ff4f4a 100644 --- a/sound/soc/s3c24xx/om_3d7k_wm8753.c +++ b/sound/soc/s3c24xx/om_3d7k_wm8753.c @@ -100,7 +100,7 @@ static int om_3d7K_hifi_hw_params(struct snd_pcm_substream *substream, /* set codec DAI configuration */ ret = snd_soc_dai_set_fmt(codec_dai, - SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_LEFT_J | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBM_CFM); if (ret < 0) goto err; |