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.c750 cs35l56->dsp.bin_mandatory = (load_firmware && cs35l56->fallback_fw_suffix); in cs35l56_dsp_download_and_power_up()
753 if ((ret == -ENOENT) && cs35l56->dsp.bin_mandatory) { in cs35l56_dsp_download_and_power_up()
756 cs35l56->dsp.bin_mandatory = false; in cs35l56_dsp_download_and_power_up()
H A Dwm_adsp.c1027 if (dsp->bin_mandatory && !fw.coeff.firmware) {