Re: [PATCH 07/11] ASoC: SOF: core: Skip firmware test for undefined fw_name

From: Péter Ujfalusi
Date: Thu Dec 14 2023 - 06:35:37 EST




On 14/12/2023 13:29, Cristian Ciocaltea wrote:
>> diff --git a/sound/soc/sof/fw-file-profile.c b/sound/soc/sof/fw-file-profile.c
>> index 138a1ca2c4a8..7b91c9551ada 100644
>> --- a/sound/soc/sof/fw-file-profile.c
>> +++ b/sound/soc/sof/fw-file-profile.c
>> @@ -89,6 +89,15 @@ static int sof_test_topology_file(struct device *dev,
>> return ret;
>> }
>>
>> +static bool sof_platform_uses_generic_loader(struct snd_sof_dev *sdev)
>> +{
>> + if (sdev->pdata->desc->ops->load_firmware == snd_sof_load_firmware_raw ||
>> + sdev->pdata->desc->ops->load_firmware == snd_sof_load_firmware_memcpy)
>> + return true;
>> +
>> + return false;
>> +}
>
> I would drop the conditional and simply return.

What do you mean? We need to check if the platform is using either type
of the generic load_firmware helper (the _memcpy is calling the _raw to
load the file).

--
Péter