Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-pcm.c1227 struct snd_pcm_substream *be_substream; in dpcm_be_connect() local
1239 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_connect()
1241 if (!fe_substream->pcm->nonatomic && be_substream->pcm->nonatomic) { in dpcm_be_connect()
1246 if (fe_substream->pcm->nonatomic && !be_substream->pcm->nonatomic) { in dpcm_be_connect()
1248 be_substream->pcm->nonatomic = 1; in dpcm_be_connect()
1277 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1283 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1284 if (!be_substream) in dpcm_be_reparent()
1297 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1579 struct snd_pcm_substream *be_substream in dpcm_be_dai_stop() local
1624 struct snd_pcm_substream *be_substream; dpcm_be_dai_startup() local
1860 struct snd_pcm_substream *be_substream = dpcm_apply_symmetry() local
1957 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_free() local
2016 struct snd_pcm_substream *be_substream; dpcm_be_dai_hw_params() local
2134 struct snd_pcm_substream *be_substream; dpcm_be_dai_trigger() local
2438 struct snd_pcm_substream *be_substream = dpcm_be_dai_prepare() local
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-pcm.c1150 struct snd_pcm_substream *fe_substream, *be_substream; in dpcm_be_reparent() local
1156 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1157 if (!be_substream) in dpcm_be_reparent()
1170 be_substream->runtime = fe_substream->runtime; in dpcm_be_reparent()
1431 struct snd_pcm_substream *be_substream = in dpcm_be_dai_startup_unwind() local
1445 soc_pcm_close(be_substream); in dpcm_be_dai_startup_unwind()
1446 be_substream->runtime = NULL; in dpcm_be_dai_startup_unwind()
1460 struct snd_pcm_substream *be_substream = in dpcm_be_dai_startup() local
1463 if (!be_substream) { in dpcm_be_dai_startup()
1489 be_substream in dpcm_be_dai_startup()
1513 struct snd_pcm_substream *be_substream = dpcm_be_dai_startup() local
1757 struct snd_pcm_substream *be_substream = dpcm_apply_symmetry() local
1836 struct snd_pcm_substream *be_substream = dpcm_be_dai_shutdown() local
1900 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_free() local
1969 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_params() local
2016 struct snd_pcm_substream *be_substream = dpcm_be_dai_hw_params() local
2097 struct snd_pcm_substream *be_substream = dpcm_be_dai_trigger() local
2328 struct snd_pcm_substream *be_substream = dpcm_be_dai_prepare() local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpcm.c1449 struct snd_pcm_substream *be_substream; in avs_component_hda_open() local
1455 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open()
1456 substream->runtime->private_data = be_substream->runtime->private_data; in avs_component_hda_open()

Completed in 8 milliseconds