Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2086 if (psubstream) { in snd_pcm_oss_set_trigger()
2087 err = snd_pcm_oss_make_ready(psubstream); in snd_pcm_oss_set_trigger()
2096 if (psubstream) { in snd_pcm_oss_set_trigger()
2097 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()
2104 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()
2105 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()
2163 if (psubstream && psubstream->runtime && psubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()
2853 if (psubstream != NULL) { in snd_pcm_oss_poll()
2856 snd_pcm_stream_lock_irq(psubstream); in snd_pcm_oss_poll()
2859 snd_pcm_oss_playback_ready(psubstream))) in snd_pcm_oss_poll()
[all …]