j
k
j a
j l
On Tue, May 31, 2016 at 09:01:34AM +0000, Kuninori Morimoto wrote:
if (!card->name) card->name = card->dai_link->name;
card->name = card->dai_link->name;
This will unconditionally defererence dai_link but it's optional - we can have analogue only cards.
Attachments:
Back to the thread
Back to the list