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

/linux-4.1.27/sound/soc/
H A Dsoc-pcm.c1112 struct snd_pcm_substream *fe_substream, *be_substream; dpcm_be_reparent() local
1129 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); dpcm_be_reparent()
1130 be_substream->runtime = fe_substream->runtime; dpcm_be_reparent()
1537 static int dpcm_fe_dai_startup(struct snd_pcm_substream *fe_substream) dpcm_fe_dai_startup() argument
1539 struct snd_soc_pcm_runtime *fe = fe_substream->private_data; dpcm_fe_dai_startup()
1540 struct snd_pcm_runtime *runtime = fe_substream->runtime; dpcm_fe_dai_startup()
1541 int stream = fe_substream->stream, ret = 0; dpcm_fe_dai_startup()
1545 ret = dpcm_be_dai_startup(fe, fe_substream->stream); dpcm_fe_dai_startup()
1554 ret = soc_pcm_open(fe_substream); dpcm_fe_dai_startup()
1562 dpcm_set_fe_runtime(fe_substream); dpcm_fe_dai_startup()
1569 dpcm_be_dai_startup_unwind(fe, fe_substream->stream); dpcm_fe_dai_startup()
2390 static int dpcm_fe_dai_open(struct snd_pcm_substream *fe_substream) dpcm_fe_dai_open() argument
2392 struct snd_soc_pcm_runtime *fe = fe_substream->private_data; dpcm_fe_dai_open()
2396 int stream = fe_substream->stream; dpcm_fe_dai_open()
2399 fe->dpcm[stream].runtime = fe_substream->runtime; dpcm_fe_dai_open()
2413 ret = dpcm_fe_dai_startup(fe_substream); dpcm_fe_dai_open()
2429 static int dpcm_fe_dai_close(struct snd_pcm_substream *fe_substream) dpcm_fe_dai_close() argument
2431 struct snd_soc_pcm_runtime *fe = fe_substream->private_data; dpcm_fe_dai_close()
2433 int stream = fe_substream->stream, ret; dpcm_fe_dai_close()
2436 ret = dpcm_fe_dai_shutdown(fe_substream); dpcm_fe_dai_close()
H A Dsoc-compress.c71 struct snd_pcm_substream *fe_substream = fe->pcm->streams[0].substream; soc_compr_open_fe() local
102 fe->dpcm[stream].runtime = fe_substream->runtime; soc_compr_open_fe()
415 struct snd_pcm_substream *fe_substream = fe->pcm->streams[0].substream; soc_compr_set_params_fe() local
443 memset(&fe->dpcm[fe_substream->stream].hw_params, 0, soc_compr_set_params_fe()

Completed in 238 milliseconds