Searched refs:psubstream (Results 1 - 4 of 4) sorted by relevance
/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 794 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_new() 795 if (psubstream) { in lpass_platform_pcm_new() 798 size, &psubstream->dma_buffer); in lpass_platform_pcm_new() 812 if (psubstream) in lpass_platform_pcm_new() 813 snd_dma_free_pages(&psubstream->dma_buffer); in lpass_platform_pcm_new()
|
/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 2067 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger() 2070 if (psubstream) { in snd_pcm_oss_set_trigger() 2071 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0) in snd_pcm_oss_set_trigger() 2078 if (psubstream) { in snd_pcm_oss_set_trigger() 2079 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger() 2086 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger() 2087 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger() 2103 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger() 2140 struct snd_pcm_substream *psubstream in snd_pcm_oss_get_trigger() local 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 2083 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger() 2086 if (psubstream) { in snd_pcm_oss_set_trigger() 2087 err = snd_pcm_oss_make_ready(psubstream); in snd_pcm_oss_set_trigger() 2096 if (psubstream) { in snd_pcm_oss_set_trigger() 2097 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger() 2104 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger() 2105 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger() 2121 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger() 2158 struct snd_pcm_substream *psubstream in snd_pcm_oss_get_trigger() local 2845 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; snd_pcm_oss_poll() local [all...] |
/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 1202 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in q6asm_dai_pcm_new() 1203 if (psubstream) { in q6asm_dai_pcm_new() 1205 &psubstream->dma_buffer); in q6asm_dai_pcm_new() 1218 if (psubstream) in q6asm_dai_pcm_new() 1219 snd_dma_free_pages(&psubstream->dma_buffer); in q6asm_dai_pcm_new()
|
Completed in 12 milliseconds