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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c1893 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
1900 psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
1903 if (psubstream) {
1904 if ((err = snd_pcm_oss_make_ready(psubstream)) < 0)
1911 if (psubstream) {
1912 runtime = psubstream->runtime;
1916 if (atomic_read(&psubstream->mmap_count))
1917 snd_pcm_oss_simulate_fill(psubstream, runtime->hw_ptr_interrupt);
1929 err = snd_pcm_kernel_ioctl(psubstream, cmd, NULL);
1960 struct snd_pcm_substream *psubstream local
2614 struct snd_pcm_substream *psubstream = NULL, *csubstream = NULL; local
[all...]

Completed in 35 milliseconds