Searched refs:psubstream (Results 1 – 3 of 3) sorted by relevance
2060 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local2067 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 = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local[all …]
790 struct snd_pcm_substream *psubstream, *csubstream; in lpass_platform_pcm_new() local794 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()
1195 struct snd_pcm_substream *psubstream, *csubstream; in q6asm_dai_pcm_new() local1202 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()