Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/oss/
Dpcm_oss.c2032 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local
2039 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger()
2042 if (psubstream) { in snd_pcm_oss_set_trigger()
2043 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0) in snd_pcm_oss_set_trigger()
2050 if (psubstream) { in snd_pcm_oss_set_trigger()
2051 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()
2058 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()
2059 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()
2075 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2112 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local
[all …]
/Linux-v5.10/sound/soc/qcom/
Dlpass-platform.c793 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local
797 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_new()
798 if (psubstream) { in lpass_platform_pcm_new()
801 size, &psubstream->dma_buffer); in lpass_platform_pcm_new()
815 if (psubstream) in lpass_platform_pcm_new()
816 snd_dma_free_pages(&psubstream->dma_buffer); in lpass_platform_pcm_new()
/Linux-v5.10/sound/soc/qcom/qdsp6/
Dq6asm-dai.c1188 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local
1195 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in q6asm_dai_pcm_new()
1196 if (psubstream) { in q6asm_dai_pcm_new()
1198 &psubstream->dma_buffer); in q6asm_dai_pcm_new()
1211 if (psubstream) in q6asm_dai_pcm_new()
1212 snd_dma_free_pages(&psubstream->dma_buffer); in q6asm_dai_pcm_new()