Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc3-control.c59 if (cdata->cmd == SOF_CTRL_CMD_BINARY) { in sof_ipc3_set_get_kcontrol_data()
551 if (cdata->cmd == SOF_CTRL_CMD_BINARY) { in sof_ipc3_control_update()
616 case SOF_CTRL_CMD_BINARY: in sof_ipc3_control_update()
646 case SOF_CTRL_CMD_BINARY: in sof_ipc3_control_update()
H A Dipc4-control.c659 if (header.numid != SOF_CTRL_CMD_BINARY) { in sof_ipc4_volsw_setup()
752 header.numid = SOF_CTRL_CMD_BINARY; in sof_ipc4_control_update()
H A Dipc3-topology.c878 case SOF_CTRL_CMD_BINARY: in sof_get_control_data()
1792 cdata->cmd = SOF_CTRL_CMD_BINARY; in sof_ipc3_control_load_bytes()
/linux/include/sound/sof/
H A Dcontrol.h79 SOF_CTRL_CMD_BINARY, /**< maps to ALSA binary style controls */ enumerator