Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/
Dsoc-topology.c714 struct snd_soc_tplg_mixer_control *mc; in soc_tplg_dmixer_create()
720 sizeof(struct snd_soc_tplg_mixer_control), in soc_tplg_dmixer_create()
724 mc = (struct snd_soc_tplg_mixer_control *)tplg->pos; in soc_tplg_dmixer_create()
734 tplg->pos += (sizeof(struct snd_soc_tplg_mixer_control) + in soc_tplg_dmixer_create()
1096 struct snd_soc_tplg_mixer_control *mc; in soc_tplg_dapm_widget_dmixer_create()
1099 mc = (struct snd_soc_tplg_mixer_control *)tplg->pos; in soc_tplg_dapm_widget_dmixer_create()
1110 tplg->pos += sizeof(struct snd_soc_tplg_mixer_control) + in soc_tplg_dapm_widget_dmixer_create()
/linux-6.6.21/include/uapi/sound/
Dasoc.h392 struct snd_soc_tplg_mixer_control { struct
/linux-6.6.21/sound/soc/qcom/qdsp6/
Dtopology.c1162 struct snd_soc_tplg_mixer_control *mc; in audioreach_control_load_mix()
1165 mc = container_of(hdr, struct snd_soc_tplg_mixer_control, hdr); in audioreach_control_load_mix()
/linux-6.6.21/sound/soc/sof/
Dtopology.c822 struct snd_soc_tplg_mixer_control *mc = in sof_control_load_volume()
823 container_of(hdr, struct snd_soc_tplg_mixer_control, hdr); in sof_control_load_volume()
/linux-6.6.21/sound/soc/intel/avs/
Dtopology.c1630 struct snd_soc_tplg_mixer_control *tmc; in avs_control_load()