Searched refs:psubstream (Results 1 – 1 of 1) sorted by relevance
1981 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_set_trigger() local1988 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_set_trigger()1991 if (psubstream) { in snd_pcm_oss_set_trigger()1992 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0) in snd_pcm_oss_set_trigger()1999 if (psubstream) { in snd_pcm_oss_set_trigger()2000 runtime = psubstream->runtime; in snd_pcm_oss_set_trigger()2004 if (atomic_read(&psubstream->mmap_count)) in snd_pcm_oss_set_trigger()2005 snd_pcm_oss_simulate_fill(psubstream, in snd_pcm_oss_set_trigger()2018 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL); in snd_pcm_oss_set_trigger()2049 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; in snd_pcm_oss_get_trigger() local[all …]