Home
last modified time | relevance | path

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

/linux/include/linux/firmware/cirrus/
H A Dwmfw.h23 #define WMFW_CTL_FLAG_WRITEABLE 0x0002 macro
/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c80 if (in & WMFW_CTL_FLAG_WRITEABLE) in wmfw_convert_flags()
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c486 ctl->flags & WMFW_CTL_FLAG_WRITEABLE ? 'W' : '-', in cs_dsp_debugfs_read_controls_show()
806 if (ctl->flags && !(ctl->flags & WMFW_CTL_FLAG_WRITEABLE)) in cs_dsp_coeff_write_ctrl()
1358 WMFW_CTL_FLAG_WRITEABLE | in cs_dsp_parse_coeff()
1369 WMFW_CTL_FLAG_WRITEABLE | in cs_dsp_parse_coeff()
/linux/sound/soc/codecs/
H A Dwm_adsp.c531 if (in & WMFW_CTL_FLAG_WRITEABLE) in wmfw_convert_flags()