Searched refs:alt_tplg_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c3720 char alt_tplg_name[64]; local
3722 snprintf(alt_tplg_name, sizeof(alt_tplg_name), "%s-tplg.bin",
3725 skl->tplg_name, ret, alt_tplg_name);
3727 ret = request_firmware(&fw, alt_tplg_name, bus->dev);
3732 alt_tplg_name, ret);

Completed in 126 milliseconds