Symbol: SND_SOC_DAPM_DIR_OUT
drivers/staging/greybus/audio_helper.c
12
for ((dir) = SND_SOC_DAPM_DIR_IN; (dir) <= SND_SOC_DAPM_DIR_OUT; \
drivers/staging/greybus/audio_helper.c
84
list_del(&path->list_node[SND_SOC_DAPM_DIR_OUT]);
include/sound/soc-dapm.h
608
#define SND_SOC_DAPM_EP_SINK SND_SOC_DAPM_DIR_TO_EP(SND_SOC_DAPM_DIR_OUT)
include/sound/soc-dapm.h
751
snd_soc_dapm_widget_for_each_path(w, SND_SOC_DAPM_DIR_OUT, p)
include/trace/events/asoc.h
14
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
include/trace/events/asoc.h
16
TRACE_DEFINE_ENUM(SND_SOC_DAPM_DIR_OUT);
sound/soc/intel/avs/pcm.c
52
dir = is_fe ? SND_SOC_DAPM_DIR_OUT : SND_SOC_DAPM_DIR_IN;
sound/soc/intel/avs/pcm.c
54
dir = is_fe ? SND_SOC_DAPM_DIR_IN : SND_SOC_DAPM_DIR_OUT;
sound/soc/soc-dapm.c
1320
dir = SND_SOC_DAPM_DIR_OUT;
sound/soc/soc-dapm.c
1555
return dapm_is_connected_ep(widget, list, SND_SOC_DAPM_DIR_OUT,
sound/soc/soc-dapm.c
1610
dapm_invalidate_paths_ep(w, SND_SOC_DAPM_DIR_OUT);
sound/soc/soc-dapm.c
2838
list_del(&path->list_node[SND_SOC_DAPM_DIR_OUT]);
sound/soc/soc-dapm.c
300
dapm_widget_invalidate_paths(w, SND_SOC_DAPM_DIR_OUT);
sound/soc/soc-dapm.c
331
if (p->sink->endpoints[SND_SOC_DAPM_DIR_OUT] != 0)
sound/soc/soc-dapm.c
4076
if (WARN_ON(list_empty(&w->edges[SND_SOC_DAPM_DIR_OUT]) ||
sound/soc/soc-dapm.c
646
path->node[SND_SOC_DAPM_DIR_OUT] = wsink;
sound/soc/soc-dapm.c
67
SND_SOC_DAPM_DIR_OUT : SND_SOC_DAPM_DIR_IN)
sound/soc/soc-dapm.c
70
for ((dir) = SND_SOC_DAPM_DIR_IN; (dir) <= SND_SOC_DAPM_DIR_OUT; \
sound/soc/soc-pcm.c
1471
if (dir == SND_SOC_DAPM_DIR_OUT)