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>
This commit is contained in:
Vinod Koul
2015-11-05 21:34:15 +05:30
committed by Mark Brown
orang tua 40c3ac46a4
melakukan aecf6fd878
5 mengubah file dengan 9 tambahan dan 4 penghapusan

Melihat File

@@ -68,6 +68,8 @@ struct skl {
struct skl_dsp_resource resource;
struct list_head ppl_list;
const char *fw_name;
};
#define skl_to_ebus(s) (&(s)->ebus)