Home
last modified time | relevance | path

Searched refs:csubstream (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/qcom/qdsp6/
Dq6asm-dai.c466 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local
484 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in q6asm_dai_pcm_new()
485 if (csubstream) { in q6asm_dai_pcm_new()
487 &csubstream->dma_buffer); in q6asm_dai_pcm_new()
/Linux-v4.19/sound/soc/qcom/
Dlpass-platform.c513 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local
529 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in lpass_platform_pcm_new()
530 if (csubstream) { in lpass_platform_pcm_new()
533 size, &csubstream->dma_buffer); in lpass_platform_pcm_new()
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c2045 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local
2053 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()
2059 if (csubstream) { in snd_pcm_oss_set_trigger()
2060 if ((err = snd_pcm_oss_make_ready(csubstream)) < 0) in snd_pcm_oss_set_trigger()
2093 if (csubstream) { in snd_pcm_oss_set_trigger()
2094 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()
2115 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2125 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local
2129 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger()
2132 if (csubstream && csubstream->runtime && csubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()
[all …]