Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/oss/
Dpcm_oss.c2051 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local
2058 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger()
2061 if (psubstream) { in snd_pcm_oss_set_trigger()
2062 err = snd_pcm_oss_make_ready(psubstream); in snd_pcm_oss_set_trigger()
2071 if (psubstream) { in snd_pcm_oss_set_trigger()
2072 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()
2079 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()
2080 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()
2096 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2133 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local
[all …]