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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c1961 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
1968 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
1971 if (psubstream) {
1972 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0)
1979 if (psubstream) {
1980 runtime = psubstream->runtime;
1984 if (atomic_read(&psubstream->mmap_count))
1985 snd_pcm_oss_simulate_fill(psubstream,
1998 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL);
2029 struct snd_pcm_substream *psubstream local
2701 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
[all...]

Completed in 22 milliseconds