Searched refs:csubstream (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 2060 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local 2068 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger() 2074 if (csubstream) { in snd_pcm_oss_set_trigger() 2075 if ((err = snd_pcm_oss_make_ready(csubstream)) < 0) in snd_pcm_oss_set_trigger() 2108 if (csubstream) { in snd_pcm_oss_set_trigger() 2109 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger() 2130 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger() 2140 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local 2144 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger() 2147 if (csubstream in snd_pcm_oss_get_trigger() 2827 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; snd_pcm_oss_poll() local [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 2076 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local 2084 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger() 2091 if (csubstream) { in snd_pcm_oss_set_trigger() 2092 err = snd_pcm_oss_make_ready(csubstream); in snd_pcm_oss_set_trigger() 2126 if (csubstream) { in snd_pcm_oss_set_trigger() 2127 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger() 2148 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger() 2158 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local 2162 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_get_trigger() 2165 if (csubstream in snd_pcm_oss_get_trigger() 2845 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; snd_pcm_oss_poll() local [all...] |
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | lpass-platform.c | 790 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local 805 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in lpass_platform_pcm_new() 806 if (csubstream) { in lpass_platform_pcm_new() 809 size, &csubstream->dma_buffer); in lpass_platform_pcm_new()
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 1195 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local 1212 csubstream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in q6asm_dai_pcm_new() 1213 if (csubstream) { in q6asm_dai_pcm_new() 1215 &csubstream->dma_buffer); in q6asm_dai_pcm_new()
|
Completed in 10 milliseconds