1
0

ASoC: Intel: Skylake: Use the fw name from ACPI mach table

The firmware name is hard coded which doesnt allow to load
different platforms for various platforms so get this name from
available machine table and pass it to dsp context for loading

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Este cometimento está contido em:
Vinod Koul
2015-11-05 21:34:15 +05:30
cometido por Mark Brown
ascendente 40c3ac46a4
cometimento aecf6fd878
5 ficheiros modificados com 9 adições e 4 eliminações

Ver ficheiro

@@ -96,7 +96,7 @@ int skl_init_dsp(struct skl *skl)
}
ret = skl_sst_dsp_init(bus->dev, mmio_base, irq,
loader_ops, &skl->skl_sst);
skl->fw_name, loader_ops, &skl->skl_sst);
if (ret < 0)
return ret;