Home
last modified time | relevance | path

Searched refs:snd_soc_tplg_bytes_control (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/
Dsoc-topology.c479 struct snd_soc_tplg_bytes_control *be; in soc_tplg_kcontrol_bind_io()
482 be = container_of(hdr, struct snd_soc_tplg_bytes_control, hdr); in soc_tplg_kcontrol_bind_io()
837 struct snd_soc_tplg_bytes_control *be; in soc_tplg_control_dbytes_create()
841 be = (struct snd_soc_tplg_bytes_control *)tplg->pos; in soc_tplg_control_dbytes_create()
851 tplg->pos += (sizeof(struct snd_soc_tplg_bytes_control) + le32_to_cpu(be->priv.size)); in soc_tplg_control_dbytes_create()
883 sizeof(struct snd_soc_tplg_bytes_control), in soc_tplg_dbytes_create()
/linux-6.12.1/include/uapi/sound/
Dasoc.h437 struct snd_soc_tplg_bytes_control { struct
/linux-6.12.1/sound/soc/sof/
Dtopology.c926 struct snd_soc_tplg_bytes_control *control = in sof_control_load_bytes()
927 container_of(hdr, struct snd_soc_tplg_bytes_control, hdr); in sof_control_load_bytes()