Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/
Dpm.c17 int ipc_cmd, ctrl_type; in sof_restore_kcontrols() local
30 ipc_cmd = SOF_IPC_COMP_SET_VALUE; in sof_restore_kcontrols()
33 ipc_cmd, ctrl_type, in sof_restore_kcontrols()
38 ipc_cmd = SOF_IPC_COMP_SET_DATA; in sof_restore_kcontrols()
41 ipc_cmd, ctrl_type, in sof_restore_kcontrols()
Dtopology.c47 int ipc_cmd; member
1815 wdata[i].ipc_cmd = SOF_IPC_COMP_SET_VALUE; in sof_get_control_data()
1819 wdata[i].ipc_cmd = SOF_IPC_COMP_SET_DATA; in sof_get_control_data()
1938 wdata[i].ipc_cmd, in sof_process_load()
3117 int ipc_cmd, ctrl_type; in snd_sof_cache_kcontrol_val() local
3127 ipc_cmd = SOF_IPC_COMP_GET_VALUE; in snd_sof_cache_kcontrol_val()
3131 ipc_cmd = SOF_IPC_COMP_GET_DATA; in snd_sof_cache_kcontrol_val()
3141 ipc_cmd, ctrl_type, in snd_sof_cache_kcontrol_val()
Dipc.c627 u32 ipc_cmd, in snd_sof_ipc_set_get_comp_data() argument
657 cdata->rhdr.hdr.cmd = SOF_IPC_GLB_COMP_MSG | ipc_cmd; in snd_sof_ipc_set_get_comp_data()
Dsof-priv.h535 struct snd_sof_control *scontrol, u32 ipc_cmd,