Symbol: snd_soc_dapm_aif_out
drivers/staging/greybus/audio_codec.c
308
if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)) {
drivers/staging/greybus/audio_codec.c
326
} else if (w->id == snd_soc_dapm_aif_out) {
drivers/staging/greybus/audio_topology.c
1005
[snd_soc_dapm_aif_out] = SND_SOC_DAPM_AIF_OUT_E(NULL, NULL, 0,
drivers/staging/greybus/audio_topology.c
1116
case snd_soc_dapm_aif_out:
include/sound/soc-dapm.h
267
.id = snd_soc_dapm_aif_out, .name = wname, .sname = stname, \
include/sound/soc-dapm.h
272
.id = snd_soc_dapm_aif_out, .name = wname, .sname = stname, \
sound/soc/intel/atom/sst-atom-controls.c
1307
case snd_soc_dapm_aif_out:
sound/soc/intel/atom/sst-atom-controls.h
597
{ .id = snd_soc_dapm_aif_out, .name = wname, .sname = NULL, \
sound/soc/qcom/qdsp6/topology.c
921
case snd_soc_dapm_aif_out:
sound/soc/sdca/sdca_asoc.c
347
(*widget)->id = snd_soc_dapm_aif_out;
sound/soc/soc-dapm.c
149
[snd_soc_dapm_aif_out] = 12,
sound/soc/soc-dapm.c
2433
[snd_soc_dapm_aif_out] = "aif_out",
sound/soc/soc-dapm.c
3036
case snd_soc_dapm_aif_out:
sound/soc/soc-dapm.c
3857
case snd_soc_dapm_aif_out:
sound/soc/soc-dapm.c
88
[snd_soc_dapm_aif_out] = 5,
sound/soc/soc-topology.c
171
{SND_SOC_TPLG_DAPM_AIF_OUT, snd_soc_dapm_aif_out},
sound/soc/sof/ipc3-topology.c
2672
[snd_soc_dapm_aif_out] = {sof_ipc3_widget_setup_comp_host, sof_ipc3_widget_free_comp,
sound/soc/sof/ipc3-topology.c
419
if (swidget->id == snd_soc_dapm_aif_out)
sound/soc/sof/ipc4-topology.c
2092
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
2264
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
2466
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
3195
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
3984
[snd_soc_dapm_aif_out] = {sof_ipc4_widget_setup_pcm, sof_ipc4_widget_free_comp_pcm,
sound/soc/sof/ipc4-topology.c
722
case snd_soc_dapm_aif_out:
sound/soc/sof/sof-audio.c
982
type = snd_soc_dapm_aif_out;
sound/soc/sof/sof-audio.h
43
#define WIDGET_IS_AIF(id) ((id) == snd_soc_dapm_aif_in || (id) == snd_soc_dapm_aif_out)
sound/soc/sof/topology.c
1548
case snd_soc_dapm_aif_out:
sound/soc/sunxi/sun8i-codec.c
818
int stream = w->id == snd_soc_dapm_aif_out;