ASoC: Intel: boards: Update to modern clocking terminology
[linux-2.6-microblaze.git] / sound / soc / intel / boards / cht_bsw_rt5672.c
index 9509b6e..26eb8ad 100644 (file)
@@ -300,7 +300,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
        ret = snd_soc_dai_set_fmt(asoc_rtd_to_cpu(rtd, 0),
                                  SND_SOC_DAIFMT_I2S     |
                                  SND_SOC_DAIFMT_NB_NF   |
-                                 SND_SOC_DAIFMT_CBS_CFS);
+                                 SND_SOC_DAIFMT_CBC_CFC);
        if (ret < 0) {
                dev_err(rtd->dev, "can't set format to I2S, err %d\n", ret);
                return ret;