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

/linux-master/sound/core/oss/
H A Dpcm_oss.c2062 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
2069 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
2072 if (psubstream) {
2073 err = snd_pcm_oss_make_ready(psubstream);
2082 if (psubstream) {
2083 runtime = psubstream->runtime;
2090 if (atomic_read(&psubstream->mmap_count))
2091 snd_pcm_oss_simulate_fill(psubstream,
2107 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL);
2144 struct snd_pcm_substream *psubstream local
2830 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
[all...]

Completed in 328 milliseconds