19 May
2023
19 May
'23
1:12 a.m.
Hi Amadeusz
{ struct snd_soc_dai_link *dai_link = rtd->dai_link; struct snd_soc_dai *cpu_dai;
- int tmp_playback = 0;
- int tmp_capture = 0; int i;
Maybe name it something more descriptive, like "has_playback" and "has_capture", I think it would make core more readable in context?
Thanks, will do in v2 patch
Thank you for your help !!
Best regards --- Kuninori Morimoto