Home
last modified time | relevance | path

Searched refs:bin_mandatory (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm_adsp_fw_find_test.c30 bool bin_mandatory; member
123 dsp->bin_mandatory = params->bin_mandatory; in wm_adsp_fw_find_test_pick_file()
1160 .alsa_name = "amp1", .bin_mandatory = true,
1167 .alsa_name = "amp1", .bin_mandatory = true,
1173 .alsa_name = "amp1", .wmfw_optional = true, .bin_mandatory = true,
H A Dcs35l56.c795 cs35l56->dsp.bin_mandatory = (load_firmware && cs35l56->fallback_fw_suffix); in cs35l56_patch()
798 if ((ret == -ENOENT) && cs35l56->dsp.bin_mandatory) { in cs35l56_patch()
801 cs35l56->dsp.bin_mandatory = false; in cs35l56_patch()
H A Dwm_adsp.c1030 if (dsp->bin_mandatory && !fw.coeff.firmware) { in wm_adsp_boot_work()