Message ID | 20171215151100.6BEE544006B@finisterre.ee.mobilebroadband |
---|---|
State | Accepted |
Commit | cb2cf0de1174701b7c8c0285a0f398b9f2d30d8e |
Headers | show |
Series | Applied "ASoC: soc-core: care Codec <-> Codec case by non_legacy_dai_naming" to the asoc tree | expand |
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 90f1122d91c4..b9ca939fd05c 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1945,7 +1945,9 @@ int snd_soc_runtime_set_dai_fmt(struct snd_soc_pcm_runtime *rtd, } /* Flip the polarity for the "CPU" end of a CODEC<->CODEC link */ - if (cpu_dai->codec) { + /* the component which has non_legacy_dai_naming is Codec */ + if (cpu_dai->codec || + cpu_dai->component->driver->non_legacy_dai_naming) { unsigned int inv_dai_fmt; inv_dai_fmt = dai_fmt & ~SND_SOC_DAIFMT_MASTER_MASK;