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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c391 volatile struct snd_pcm_mmap_control *control;
393 struct snd_pcm_mmap_control scontrol;
H A Dpcm.c904 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control));
941 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)));
H A Dpcm_native.c2445 volatile struct snd_pcm_mmap_control *control;
2451 if (copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control)))
3046 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, function
3055 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)))
3071 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, function
3273 return snd_pcm_mmap_control(substream, file, area);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h419 struct snd_pcm_mmap_control { struct
435 struct snd_pcm_mmap_control control;
H A Dpcm.h317 struct snd_pcm_mmap_control *control;

Completed in 174 milliseconds