Re: Re: [PATCH v4 08/23] ASoC: soc-core: Fix component name_prefix parsing

From: Sameer Pujar
Date: Tue Jun 30 2020 - 08:57:12 EST




On 6/30/2020 4:15 PM, Mark Brown wrote:
On Sat, Jun 27, 2020 at 10:23:30AM +0530, Sameer Pujar wrote:
The "prefix" can be defined in DAI link node or it can be specified as
part of the component node itself. Currently "sound-name-prefix" defined
in a component is not taking effect. Actually the property is not getting
parsed. It can be fixed by parsing "sound-name-prefix" property whenever
"prefix" is missing in DAI link Codec node.
Any fixes should go at the start of a series so they can be applied as
such without needing to pull in the rest of the series.

OK. I will re-order the patches accordingly in the next revision.