[alsa-devel] [PATCH][RFC] ASoC: simple-card-utils: fixup asoc_simple_card_get_dai_id() ID method

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Fri Dec 14 01:16:28 CET 2018


Hi Tony

Thank you for testing

> > This patch fixup it as
> > 
> > 	if (driver has specified DAI ID)
> > 		use it as DAI ID
> > 	else if (OF graph endpoint has reg)
> > 		use it as DAI ID
> > 	else if (OF graph port has reg)
> > 		use it as DAI ID
> > 	else
> > 		use endpoint count as DAI ID
> 
> Yup I tested this instead of the earlier 1/7 patch
> and things work nice for me. I also commented out
> reg properties from the codec end and the mapping
> worked fine. So please feel free to add:
> 
> Tested-by: Tony Lindgren <tony at atomide.com>

Good !!
Thank you, again !!
I will re-post it as v3 patch-set

Best regards
---
Kuninori Morimoto


More information about the Alsa-devel mailing list