Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 – 2 of 2) sorted by relevance

/sound/soc/intel/skylake/
Dskl-sst.c278 char *mod_name, int mod_id) in skl_fill_module_table() argument
285 ret = request_firmware(&fw, mod_name, ctx->dev); in skl_fill_module_table()
288 mod_name, ret); in skl_fill_module_table()
414 char mod_name[64]; /* guid str = 32 chars + 4 hyphens */ in skl_load_module() local
416 snprintf(mod_name, sizeof(mod_name), "intel/dsp_fw_%pUL.bin", guid); in skl_load_module()
420 module_entry = skl_fill_module_table(ctx, mod_name, mod_id); in skl_load_module()
Dskl-sst-dsp.h150 int (*load_mod)(struct sst_dsp *ctx, u16 mod_id, u8 *mod_name);