Searched refs:coeff_filename (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | cs35l56_hda.c | 469 char **coeff_filename) in cs35l56_hda_request_firmware_files() argument 505 coeff_firmware, coeff_filename, in cs35l56_hda_request_firmware_files() 510 coeff_firmware, coeff_filename, in cs35l56_hda_request_firmware_files() 547 char *coeff_filename) in cs35l56_hda_release_firmware_files() argument 553 kfree(coeff_filename); in cs35l56_hda_release_firmware_files() 576 char *coeff_filename = NULL; in cs35l56_hda_fw_load() local 612 &coeff_firmware, &coeff_filename); in cs35l56_hda_fw_load() 638 coeff_firmware, coeff_filename, "misc"); in cs35l56_hda_fw_load() 647 if (coeff_filename) in cs35l56_hda_fw_load() 648 dev_dbg(cs35l56->base.dev, "Loaded Coefficients: %s\n", coeff_filename); in cs35l56_hda_fw_load() [all …]
|
| H A D | cs35l41_hda.c | 222 char **coeff_filename) in cs35l41_request_firmware_files_spkid() argument 268 coeff_filename, in cs35l41_request_firmware_files_spkid() 289 coeff_filename, in cs35l41_request_firmware_files_spkid() 307 char **coeff_filename) in cs35l41_fallback_firmware_file() argument 339 char **coeff_filename) in cs35l41_request_firmware_files() argument 345 coeff_firmware, coeff_filename); in cs35l41_request_firmware_files() 394 coeff_firmware, coeff_filename); in cs35l41_request_firmware_files() 559 char *coeff_filename = NULL; in cs35l41_init_dsp() local 576 &coeff_firmware, &coeff_filename); in cs35l41_init_dsp() 581 if (coeff_filename) { in cs35l41_init_dsp() [all …]
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | wm_adsp.c | 719 char *coeff_filename) in wm_adsp_release_firmware_files() argument 727 kfree(coeff_filename); in wm_adsp_release_firmware_files() 793 char **coeff_filename) in wm_adsp_request_firmware_files() argument 900 char *coeff_filename = NULL; in wm_adsp1_event() local 909 &coeff_firmware, &coeff_filename); in wm_adsp1_event() 915 coeff_firmware, coeff_filename, in wm_adsp1_event() 920 coeff_firmware, coeff_filename); in wm_adsp1_event() 999 char *coeff_filename = NULL; in wm_adsp_power_up() local 1005 &coeff_firmware, &coeff_filename); in wm_adsp_power_up() 1012 coeff_firmware, coeff_filename, in wm_adsp_power_up() [all …]
|
| /linux-6.15/include/linux/firmware/cirrus/ |
| H A D | cs_dsp.h | 227 const struct firmware *coeff_firmware, const char *coeff_filename, 232 const struct firmware *coeff_firmware, const char *coeff_filename,
|
| /linux-6.15/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 2412 const struct firmware *coeff_firmware, const char *coeff_filename, in cs_dsp_adsp1_power_up() argument 2455 ret = cs_dsp_load_coeff(dsp, coeff_firmware, coeff_filename); in cs_dsp_adsp1_power_up() 2706 const struct firmware *coeff_firmware, const char *coeff_filename, in cs_dsp_power_up() argument 2735 ret = cs_dsp_load_coeff(dsp, coeff_firmware, coeff_filename); in cs_dsp_power_up()
|