Symbol: snd_soc_dpcm_get_substream
include/sound/soc-dpcm.h
119
snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
sound/soc/fsl/fsl_asrc_dma.c
177
substream_be = snd_soc_dpcm_get_substream(be, stream);
sound/soc/intel/avs/pcm.c
1734
be_substream = snd_soc_dpcm_get_substream(be, dir);
sound/soc/soc-pcm.c
1313
fe_substream = snd_soc_dpcm_get_substream(fe, stream);
sound/soc/soc-pcm.c
1314
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
1358
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
1371
fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream);
sound/soc/soc-pcm.c
1381
struct snd_pcm_substream *substream = snd_soc_dpcm_get_substream(fe, stream);
sound/soc/soc-pcm.c
1432
if (!snd_soc_dpcm_get_substream(be, stream))
sound/soc/soc-pcm.c
1565
struct snd_pcm_substream *fe_substream = snd_soc_dpcm_get_substream(fe, stream);
sound/soc/soc-pcm.c
1644
snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
1681
struct snd_pcm_substream *fe_substream = snd_soc_dpcm_get_substream(fe, stream);
sound/soc/soc-pcm.c
1691
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
1921
snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
2018
snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
2084
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
2130
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
2197
be_substream = snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
2476
snd_soc_dpcm_get_substream(be, stream);
sound/soc/soc-pcm.c
3004
EXPORT_SYMBOL_GPL(snd_soc_dpcm_get_substream);
sound/soc/soc-pcm.c
325
snd_soc_dpcm_get_substream(fe, stream);
sound/soc/sof/intel/hda-dai-ops.c
35
fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir);