Re: [PATCH] ASoC: soc-core: Fix the DAI name getting.

2013-12-31 Thread Mark Brown
On Fri, Dec 20, 2013 at 02:39:51PM +0800, Xiubo Li wrote: > From "ASoC: make snd_soc_dai_link more symmetrical", can we see that > the name of CPU DAI maybe omitted. If the DAI name is omitted, try to > use the component name instead. Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: soc-core: Fix the DAI name getting.

2013-12-19 Thread Xiubo Li
>From "ASoC: make snd_soc_dai_link more symmetrical", can we see that the name of CPU DAI maybe omitted. If the DAI name is omitted, try to use the component name instead. Signed-off-by: Xiubo Li --- sound/soc/soc-core.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --gi