Home
last modified time | relevance | path

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

/linux/include/linux/firmware/cirrus/
H A Dwmfw.h22 #define WMFW_CTL_FLAG_VOLATILE 0x0004 macro
/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c82 if (in & WMFW_CTL_FLAG_VOLATILE) in wmfw_convert_flags()
/linux/drivers/firmware/cirrus/
H A 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/sound/soc/codecs/
H A Dwm_adsp.c533 if (in & WMFW_CTL_FLAG_VOLATILE) in wmfw_convert_flags()