31 Mar
2022
31 Mar
'22
10:15 a.m.
On Wed, Mar 30, 2022 at 7:40 PM Mark Brown broonie@kernel.org wrote:
On Wed, Mar 30, 2022 at 04:45:19PM +0800, Judy Hsiao wrote:
snd_soc_dai_set_fmt(codec_dai,
SND_SOC_DAIFMT_CBS_CFS |
SND_SOC_DAIFMT_NB_NF |
SND_SOC_DAIFMT_I2S);
Please use _CBC_CFS, and this can be set in the dai_link as data.
Done. Use _CBC_CFS. As the original driver did not declare the dai_link structs separately. Just leave as it is. Thanks!