Re: [PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()

2016-07-05 Thread Kuninori Morimoto
Hi Mark > > Please let me know if your favored style is name format should be > > handled on each sound card, not in utils.c > > I can arrange it. > > I'd definitely prefer to limit the usage of DPCM in generic code so > keeping it in the card seems safer. As you wish !! I will do it in next

Re: [PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()

2016-07-05 Thread Mark Brown
On Tue, Jul 05, 2016 at 12:24:54AM +, Kuninori Morimoto wrote: > Please let me know if your favored style is name format should be > handled on each sound card, not in utils.c > I can arrange it. I'd definitely prefer to limit the usage of DPCM in generic code so keeping it in the card seems

Re: [PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()

2016-07-04 Thread Kuninori Morimoto
Hi Mark > From: Kuninori Morimoto > > Current simple-card is creating dai_link->name / dai_link->stream_name. > These are based on CPU + Codec name. > It can be "fe.CPU" or "be.Codec" if it was DPCM. > This patch adds simple card common function for it. > >

[PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()

2016-06-30 Thread Kuninori Morimoto
From: Kuninori Morimoto Current simple-card is creating dai_link->name / dai_link->stream_name. These are based on CPU + Codec name. It can be "fe.CPU" or "be.Codec" if it was DPCM. This patch adds simple card common function for it. Signed-off-by: Kuninori