[PATCH v2 1/3] ASoC: Intel: Skylake: Add alternative topology binary name

Cezary Rojewski cezary.rojewski at intel.com
Thu Apr 23 12:48:02 CEST 2020


On 2020-04-22 14:05, Mateusz Gorski wrote:
> Add alternative topology binary file name based on used machine driver
> and fallback to use this name after failed attempt to load topology file
> with name based on NHLT.
> This change addresses multiple issues with current mechanism, for
> example - there are devices without NHLT table, and that currently
> results in tplg_name being empty.
> 
> Signed-off-by: Mateusz Gorski <mateusz.gorski at linux.intel.com>
> ---
> 
> Changes in v2:
> - added <sound/soc-acpi.h> include
> - machine driver name is now read from different field
> 

> @@ -3575,6 +3588,9 @@ int skl_tplg_init(struct snd_soc_component *component, struct hdac_bus *bus)
>   		}
>   	}
>   
> +component_load:
> +
> +
>   	/*
>   	 * The complete tplg for SKL is loaded as index 0, we don't use
>   	 * any other index
> 

Looks like double newline after 'component_load' slipped through my 
eyes. Please fix it.


More information about the Alsa-devel mailing list