Searched refs:be_substream (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/
H A Dsoc-pcm.c1243 struct snd_pcm_substream *be_substream; local
1255 be_substream = snd_soc_dpcm_get_substream(be, stream);
1257 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) {
1262 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) {
1264 be_substream->pcm->nonatomic = 1;
1293 struct snd_pcm_substream *fe_substream, *be_substream; local
1299 be_substream = snd_soc_dpcm_get_substream(be, stream);
1300 if (!be_substream)
1313 be_substream->runtime = fe_substream->runtime;
1595 struct snd_pcm_substream *be_substream local
1640 struct snd_pcm_substream *be_substream; local
1878 struct snd_pcm_substream *be_substream = local
1975 struct snd_pcm_substream *be_substream = local
2034 struct snd_pcm_substream *be_substream; local
2152 struct snd_pcm_substream *be_substream; local
2456 struct snd_pcm_substream *be_substream = local
[all...]
/linux-master/sound/soc/intel/avs/
H A Dpcm.c1562 struct snd_pcm_substream *be_substream; local
1568 be_substream = snd_soc_dpcm_get_substream(be, dir);
1569 substream->runtime->private_data = be_substream->runtime->private_data;

Completed in 183 milliseconds