Home
last modified time | relevance | path

Searched refs:SOF_CTRL_CMD_BINARY (Results 1 – 3 of 3) 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()
531 if (cdata->cmd == SOF_CTRL_CMD_BINARY) { in snd_sof_update_control()
587 case SOF_CTRL_CMD_BINARY: in sof_ipc3_control_update()
617 case SOF_CTRL_CMD_BINARY: in sof_ipc3_control_update()
H A Dipc3-topology.c870 case SOF_CTRL_CMD_BINARY: in sof_get_control_data()
1784 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