23 Apr
2020
23 Apr
'20
12:48 p.m.
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@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.