Home
last modified time | relevance | path

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

/linux-6.15/sound/core/oss/
H A Dpcm_oss.c2069 csubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_set_trigger()
2076 if (csubstream) { in snd_pcm_oss_set_trigger()
2077 err = snd_pcm_oss_make_ready(csubstream); in snd_pcm_oss_set_trigger()
2111 if (csubstream) { in snd_pcm_oss_set_trigger()
2112 runtime = csubstream->runtime; in snd_pcm_oss_set_trigger()
2133 err = snd_pcm_kernel_ioctl(csubstream, cmd, NULL); in snd_pcm_oss_set_trigger()
2150 if (csubstream && csubstream->runtime && csubstream->runtime->oss.trigger) in snd_pcm_oss_get_trigger()
2847 if (csubstream != NULL) { in snd_pcm_oss_poll()
2848 struct snd_pcm_runtime *runtime = csubstream->runtime; in snd_pcm_oss_poll()
2851 scoped_guard(pcm_stream_lock_irq, csubstream) { in snd_pcm_oss_poll()
[all …]