Re: [PATCH v2 2/3] ASoC: SDCA: Remove sdca_function_data duplication

From: Charles Keepax

Date: Thu Apr 30 2026 - 08:05:09 EST


On Thu, Apr 30, 2026 at 07:55:30PM +0900, Mark Brown wrote:
> On Thu, Apr 30, 2026 at 11:21:19AM +0100, Charles Keepax wrote:
>
> > /* Parse the function */
> > - ret = sdca_parse_function(dev, peripheral,
> > - &peripheral->sdca_data.function[i],
> > - function_data);
> > + ret = sdca_parse_function(dev, peripheral, function_data);
>
> What sets up function_data->desc here?

Ah shoot, thanks again Mark. Sorry about that I will do a new
spin and try to be a little more careful. Overlooked that this
driver doesn't call sdca_dev_register_functions().

Thanks,
Charles