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
311
(*widget)->id = snd_soc_dapm_aif_out;
sound/soc/soc-dapm.c
145
[snd_soc_dapm_aif_out] = 12,
sound/soc/soc-dapm.c
2423
[snd_soc_dapm_aif_out] = "aif_out",
sound/soc/soc-dapm.c
3023
case snd_soc_dapm_aif_out:
sound/soc/soc-dapm.c
3842
case snd_soc_dapm_aif_out:
sound/soc/soc-dapm.c
86
[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
2664
[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
2061
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
2233
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
2432
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
3141
case snd_soc_dapm_aif_out:
sound/soc/sof/ipc4-topology.c
3930
[snd_soc_dapm_aif_out] = {sof_ipc4_widget_setup_pcm, sof_ipc4_widget_free_comp_pcm,
sound/soc/sof/ipc4-topology.c
703
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
1536
case snd_soc_dapm_aif_out:
sound/soc/sunxi/sun8i-codec.c
818
int stream = w->id == snd_soc_dapm_aif_out;