Home
last modified time | relevance | path

Searched refs:WMFW_CTL_FLAG_VOLATILE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/firmware/cirrus/
Dwmfw.h22 #define WMFW_CTL_FLAG_VOLATILE 0x0004 macro
/linux-6.12.1/sound/pci/hda/
Dhda_cs_dsp_ctl.c82 if (in & WMFW_CTL_FLAG_VOLATILE) in wmfw_convert_flags()
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c483 ctl->flags & WMFW_CTL_FLAG_VOLATILE ? 'V' : '-', in cs_dsp_debugfs_read_controls_show()
812 if (ctl->flags & WMFW_CTL_FLAG_VOLATILE) { in cs_dsp_coeff_write_ctrl()
914 if (ctl->flags & WMFW_CTL_FLAG_VOLATILE) { in cs_dsp_coeff_read_ctrl()
966 if (ctl->flags & WMFW_CTL_FLAG_VOLATILE) in cs_dsp_coeff_init_control_caches()
992 if (ctl->set && !(ctl->flags & WMFW_CTL_FLAG_VOLATILE)) { in cs_dsp_coeff_sync_controls()
1357 WMFW_CTL_FLAG_VOLATILE | in cs_dsp_parse_coeff()
1368 WMFW_CTL_FLAG_VOLATILE | in cs_dsp_parse_coeff()
1378 WMFW_CTL_FLAG_VOLATILE | in cs_dsp_parse_coeff()
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c533 if (in & WMFW_CTL_FLAG_VOLATILE) in wmfw_convert_flags()