Symbol: snd_soc_dai_get_widget
include/sound/soc-dai.h
499
#define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK)
include/sound/soc-dai.h
500
#define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE)
sound/soc/codecs/hda.c
138
snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream));
sound/soc/intel/atom/sst-atom-controls.c
1330
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream);
sound/soc/intel/avs/boards/nau8825.c
237
snd_soc_dai_get_widget(codec_dai, stream)->active)
sound/soc/intel/avs/pcm.c
1593
snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream));
sound/soc/intel/avs/pcm.c
47
struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction);
sound/soc/mediatek/common/mtk-dsp-sof-common.c
201
struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir);
sound/soc/mediatek/mt8189/mt8189-dai-pcm.c
230
snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK);
sound/soc/mediatek/mt8189/mt8189-dai-pcm.c
232
snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE);
sound/soc/meson/axg-tdm-interface.c
412
if (!snd_soc_dai_get_widget(dai, stream))
sound/soc/soc-dapm.c
1612
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream);
sound/soc/soc-dapm.c
3065
w = snd_soc_dai_get_widget(dai, dir);
sound/soc/soc-dapm.c
4521
cpu = snd_soc_dai_get_widget(cpu_dai, stream_cpu);
sound/soc/soc-dapm.c
4522
codec = snd_soc_dai_get_widget(codec_dai, stream_codec);
sound/soc/soc-dapm.c
4549
w = snd_soc_dai_get_widget(dai, stream);
sound/soc/soc-pcm.c
1555
w = snd_soc_dai_get_widget(dai, stream);
sound/soc/soc-pcm.c
1641
struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(dai, stream);
sound/soc/sof/intel/hda-dai-ops.c
133
w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai-ops.c
305
w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai-ops.c
382
w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai-ops.c
517
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
246
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
378
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
499
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
600
w = snd_soc_dai_get_widget(dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
619
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
64
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda-dai.c
679
w = snd_soc_dai_get_widget(cpu_dai, hdac_stream(hext_stream)->direction);
sound/soc/sof/intel/hda-dai.c
72
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream);
sound/soc/sof/intel/hda.c
65
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, params_data->substream->stream);
sound/soc/sof/intel/hda.c
83
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, free_data->substream->stream);
sound/soc/sof/ipc4-pcm.c
822
struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, dir);
sound/soc/sof/topology.c
1125
if (!snd_soc_dai_get_widget(cpu_dai, stream)) {
sound/soc/sof/topology.c
1177
if (snd_soc_dai_get_widget(cpu_dai, stream) == w) {