Home
last modified time | relevance | path

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

/sound/soc/qcom/
Dlpass-platform.c505 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local
521 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in lpass_platform_pcm_new()
522 if (csubstream) { in lpass_platform_pcm_new()
525 size, &csubstream->dma_buffer); in lpass_platform_pcm_new()
/sound/core/oss/
Dpcm_oss.c2031 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local
2039 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()
2045 if (csubstream) { in snd_pcm_oss_set_trigger()
2046 if ((err = snd_pcm_oss_make_ready(csubstream)) < 0) in snd_pcm_oss_set_trigger()
2079 if (csubstream) { in snd_pcm_oss_set_trigger()
2080 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()
2101 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2111 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local
2115 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger()
2118 if (csubstream && csubstream->runtime && csubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()
[all …]
/sound/soc/qcom/qdsp6/
Dq6asm-dai.c805 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local
823 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in q6asm_dai_pcm_new()
824 if (csubstream) { in q6asm_dai_pcm_new()
826 &csubstream->dma_buffer); in q6asm_dai_pcm_new()