Home
last modified time | relevance | path

Searched refs:psubstream (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
474 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in q6asm_dai_pcm_new()
475 if (psubstream) { in q6asm_dai_pcm_new()
477 &psubstream->dma_buffer); in q6asm_dai_pcm_new()
490 if (psubstream) in q6asm_dai_pcm_new()
491 snd_dma_free_pages(&psubstream->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
518 psubstream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_new()
519 if (psubstream) { in lpass_platform_pcm_new()
522 size, &psubstream->dma_buffer); in lpass_platform_pcm_new()
536 if (psubstream) in lpass_platform_pcm_new()
537 snd_dma_free_pages(&psubstream->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
2052 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger()
2055 if (psubstream) { in snd_pcm_oss_set_trigger()
2056 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0) in snd_pcm_oss_set_trigger()
2063 if (psubstream) { in snd_pcm_oss_set_trigger()
2064 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()
2071 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()
2072 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()
2088 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2125 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local
[all …]