Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/
Dsoc-topology.c701 struct snd_soc_tplg_enum_control *ec) in soc_tplg_denum_create_texts()
737 struct snd_soc_tplg_enum_control *ec) in soc_tplg_denum_create_values()
768 struct snd_soc_tplg_enum_control *ec; in soc_tplg_control_denum_create()
772 ec = (struct snd_soc_tplg_enum_control *)tplg->pos; in soc_tplg_control_denum_create()
782 tplg->pos += (sizeof(struct snd_soc_tplg_enum_control) + le32_to_cpu(ec->priv.size)); in soc_tplg_control_denum_create()
951 sizeof(struct snd_soc_tplg_enum_control), in soc_tplg_denum_create()
/linux-6.12.1/include/uapi/sound/
Dasoc.h414 struct snd_soc_tplg_enum_control { struct
/linux-6.12.1/sound/soc/sof/
Dtopology.c904 struct snd_soc_tplg_enum_control *ec = in sof_control_load_enum()
905 container_of(hdr, struct snd_soc_tplg_enum_control, hdr); in sof_control_load_enum()