Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A 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()
1095 struct snd_soc_tplg_mixer_control *mc; in soc_tplg_dapm_widget_dmixer_create()
1098 mc = (struct snd_soc_tplg_mixer_control *)tplg->pos; in soc_tplg_dapm_widget_dmixer_create()
1109 tplg->pos += sizeof(struct snd_soc_tplg_mixer_control) + in soc_tplg_dapm_widget_dmixer_create()
/openbmc/linux/include/uapi/sound/
H A Dasoc.h392 struct snd_soc_tplg_mixer_control { struct
/openbmc/linux/sound/soc/qcom/qdsp6/
H A 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()
/openbmc/linux/sound/soc/sof/
H A 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()
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c1632 struct snd_soc_tplg_mixer_control *tmc; in avs_control_load()