28 Feb
2014
28 Feb
'14
5:31 a.m.
Hi Mark
* see
* fmt_single_name()
* fmt_multiple_name()
*/
- dai_link->cpu_dai_name = NULL;
Why do this by overwriting rather than at the point where the variable gets assigned?
Do you mean why I did it end of asoc_simple_card_parse_of() ? Because this cpu_dai_name itself is used for dai_link->name, dai_link->stream_name; This patch set NULL after that.