Searched refs:psubstream (Results 1 – 1 of 1) sorted by relevance
2071 if (psubstream) { in snd_pcm_oss_set_trigger()2072 err = snd_pcm_oss_make_ready(psubstream); in snd_pcm_oss_set_trigger()2081 if (psubstream) { in snd_pcm_oss_set_trigger()2082 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()2089 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()2090 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()2106 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger()2148 if (psubstream && psubstream->runtime && psubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()2837 if (psubstream != NULL) { in snd_pcm_oss_poll()2840 scoped_guard(pcm_stream_lock_irq, psubstream) { in snd_pcm_oss_poll()[all …]