Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-topology.c470 struct snd_soc_tplg_bytes_control *be; in soc_tplg_kcontrol_bind_io()
473 be = container_of(hdr, struct snd_soc_tplg_bytes_control, hdr); in soc_tplg_kcontrol_bind_io()
829 struct snd_soc_tplg_bytes_control *be; in soc_tplg_control_dbytes_create()
833 be = (struct snd_soc_tplg_bytes_control *)tplg->pos; in soc_tplg_control_dbytes_create()
843 tplg->pos += (sizeof(struct snd_soc_tplg_bytes_control) + le32_to_cpu(be->priv.size)); in soc_tplg_control_dbytes_create()
875 sizeof(struct snd_soc_tplg_bytes_control), in soc_tplg_dbytes_create()
/linux-6.15/include/uapi/sound/
H A Dasoc.h437 struct snd_soc_tplg_bytes_control { struct
/linux-6.15/sound/soc/sof/
H A Dtopology.c930 struct snd_soc_tplg_bytes_control *control = in sof_control_load_bytes()
931 container_of(hdr, struct snd_soc_tplg_bytes_control, hdr); in sof_control_load_bytes()