Home
last modified time | relevance | path

Searched refs:snd_soc_tplg_mixer_control (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/uapi/sound/
Dasoc.h392 struct snd_soc_tplg_mixer_control { struct
/linux-6.12.1/sound/soc/
Dsoc-topology.c645 struct snd_soc_tplg_mixer_control *mc; in soc_tplg_control_dmixer_create()
649 mc = (struct snd_soc_tplg_mixer_control *)tplg->pos; in soc_tplg_control_dmixer_create()
659 tplg->pos += sizeof(struct snd_soc_tplg_mixer_control) + le32_to_cpu(mc->priv.size); in soc_tplg_control_dmixer_create()
917 sizeof(struct snd_soc_tplg_mixer_control), in soc_tplg_dmixer_create()
/linux-6.12.1/sound/soc/qcom/qdsp6/
Dtopology.c1190 struct snd_soc_tplg_mixer_control *mc; in audioreach_control_load_mix()
1193 mc = container_of(hdr, struct snd_soc_tplg_mixer_control, hdr); in audioreach_control_load_mix()
/linux-6.12.1/sound/soc/sof/
Dtopology.c824 struct snd_soc_tplg_mixer_control *mc = in sof_control_load_volume()
825 container_of(hdr, struct snd_soc_tplg_mixer_control, hdr); in sof_control_load_volume()
/linux-6.12.1/sound/soc/intel/avs/
Dtopology.c1872 struct snd_soc_tplg_mixer_control *tmc; in avs_control_load()