• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/

Lines Matching refs:pcm_file

1620 	struct snd_pcm_file *pcm_file;
1626 pcm_file = file->private_data;
1627 substream1 = pcm_file->substream;
2081 struct snd_pcm_file *pcm_file;
2093 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL);
2094 if (pcm_file == NULL) {
2098 pcm_file->substream = substream;
2101 substream->file = pcm_file;
2104 file->private_data = pcm_file;
2105 *rpcm_file = pcm_file;
2130 struct snd_pcm_file *pcm_file;
2148 err = snd_pcm_open_file(file, pcm, stream, &pcm_file);
2185 struct snd_pcm_file *pcm_file;
2187 pcm_file = file->private_data;
2188 substream = pcm_file->substream;
2194 kfree(pcm_file);
2744 struct snd_pcm_file *pcm_file;
2746 pcm_file = file->private_data;
2751 return snd_pcm_playback_ioctl1(file, pcm_file->substream, cmd,
2758 struct snd_pcm_file *pcm_file;
2760 pcm_file = file->private_data;
2765 return snd_pcm_capture_ioctl1(file, pcm_file->substream, cmd,
2798 struct snd_pcm_file *pcm_file;
2803 pcm_file = file->private_data;
2804 substream = pcm_file->substream;
2821 struct snd_pcm_file *pcm_file;
2826 pcm_file = file->private_data;
2827 substream = pcm_file->substream;
2850 struct snd_pcm_file *pcm_file;
2858 pcm_file = iocb->ki_filp->private_data;
2859 substream = pcm_file->substream;
2884 struct snd_pcm_file *pcm_file;
2892 pcm_file = iocb->ki_filp->private_data;
2893 substream = pcm_file->substream;
2921 struct snd_pcm_file *pcm_file;
2927 pcm_file = file->private_data;
2929 substream = pcm_file->substream;
2959 struct snd_pcm_file *pcm_file;
2965 pcm_file = file->private_data;
2967 substream = pcm_file->substream;
3245 struct snd_pcm_file * pcm_file;
3249 pcm_file = file->private_data;
3250 substream = pcm_file->substream;
3256 if (pcm_file->no_compat_mmap)
3260 if (pcm_file->no_compat_mmap)
3271 struct snd_pcm_file * pcm_file;
3276 pcm_file = file->private_data;
3277 substream = pcm_file->substream;