Home
last modified time | relevance | path

Searched refs:fe_substream (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/
H A Dsoc-pcm.c1302 struct snd_pcm_substream *fe_substream; in dpcm_be_connect()
1313 fe_substream = snd_soc_dpcm_get_substream(fe, stream); in dpcm_be_connect()
1316 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) in dpcm_be_connect()
1321 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1333 snd_pcm_stream_lock_irq(fe_substream); in dpcm_be_connect()
1336 snd_pcm_stream_unlock_irq(fe_substream); in dpcm_be_reparent()
1352 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent()
1371 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_disconnect()
1372 be_substream->runtime = fe_substream->runtime; in dpcm_be_disconnect()
1565 struct snd_pcm_substream *fe_substream in dpcm_add_paths()
1290 struct snd_pcm_substream *fe_substream; dpcm_be_connect() local
1340 struct snd_pcm_substream *fe_substream, *be_substream; dpcm_be_reparent() local
1553 struct snd_pcm_substream *fe_substream = snd_soc_dpcm_get_substream(fe, stream); dpcm_add_paths() local
1669 struct snd_pcm_substream *fe_substream = snd_soc_dpcm_get_substream(fe, stream); dpcm_be_dai_startup() local
1890 dpcm_apply_symmetry(struct snd_pcm_substream * fe_substream,int stream) dpcm_apply_symmetry() argument
1938 dpcm_fe_dai_startup(struct snd_pcm_substream * fe_substream) dpcm_fe_dai_startup() argument
2723 dpcm_fe_dai_cleanup(struct snd_pcm_substream * fe_substream) dpcm_fe_dai_cleanup() argument
2738 dpcm_fe_dai_close(struct snd_pcm_substream * fe_substream) dpcm_fe_dai_close() argument
2752 dpcm_fe_dai_open(struct snd_pcm_substream * fe_substream) dpcm_fe_dai_open() argument
[all...]
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c30 struct snd_pcm_substream *fe_substream; in hda_check_fes() local
35 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
36 fe_hstream = fe_substream->runtime->private_data; in hda_check_fes()