Re: [PATCH 3/9] ASoC: test-component: use new of_graph functions

2024-08-07 Thread Tomi Valkeinen
On 06/08/2024 07:58, Kuninori Morimoto wrote: Current test-component.c is using for_each_endpoint_of_node() for parsing, but it should use "port" base loop instead of "endpoint", because properties are "port" base, instead of "endpoint". The subject of the patch makes this sound like it's just

[PATCH 3/9] ASoC: test-component: use new of_graph functions

2024-08-05 Thread Kuninori Morimoto
Current test-component.c is using for_each_endpoint_of_node() for parsing, but it should use "port" base loop instead of "endpoint", because properties are "port" base, instead of "endpoint". Signed-off-by: Kuninori Morimoto --- sound/soc/generic/test-component.c | 2 +- 1 file changed, 1 insert