• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/

Lines Matching refs:pcm_file

1573 	struct snd_pcm_file *pcm_file;
1579 pcm_file = file->private_data;
1580 substream1 = pcm_file->substream;
2049 struct snd_pcm_file *pcm_file;
2061 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL);
2062 if (pcm_file == NULL) {
2066 pcm_file->substream = substream;
2069 substream->file = pcm_file;
2072 file->private_data = pcm_file;
2074 *rpcm_file = pcm_file;
2103 struct snd_pcm_file *pcm_file;
2121 err = snd_pcm_open_file(file, pcm, stream, &pcm_file);
2158 struct snd_pcm_file *pcm_file;
2160 pcm_file = file->private_data;
2161 substream = pcm_file->substream;
2167 kfree(pcm_file);
2725 struct snd_pcm_file *pcm_file;
2727 pcm_file = file->private_data;
2732 return snd_pcm_playback_ioctl1(file, pcm_file->substream, cmd,
2739 struct snd_pcm_file *pcm_file;
2741 pcm_file = file->private_data;
2746 return snd_pcm_capture_ioctl1(file, pcm_file->substream, cmd,
2779 struct snd_pcm_file *pcm_file;
2784 pcm_file = file->private_data;
2785 substream = pcm_file->substream;
2803 struct snd_pcm_file *pcm_file;
2808 pcm_file = file->private_data;
2809 substream = pcm_file->substream;
2828 struct snd_pcm_file *pcm_file;
2836 pcm_file = iocb->ki_filp->private_data;
2837 substream = pcm_file->substream;
2863 struct snd_pcm_file *pcm_file;
2871 pcm_file = iocb->ki_filp->private_data;
2872 substream = pcm_file->substream;
2896 struct snd_pcm_file *pcm_file;
2902 pcm_file = file->private_data;
2904 substream = pcm_file->substream;
2935 struct snd_pcm_file *pcm_file;
2941 pcm_file = file->private_data;
2943 substream = pcm_file->substream;
3255 struct snd_pcm_file * pcm_file;
3259 pcm_file = file->private_data;
3260 substream = pcm_file->substream;
3267 if (pcm_file->no_compat_mmap)
3271 if (pcm_file->no_compat_mmap)
3282 struct snd_pcm_file * pcm_file;
3286 pcm_file = file->private_data;
3287 substream = pcm_file->substream;
3417 struct snd_pcm_file *pcm_file = file->private_data;
3418 struct snd_pcm_substream *substream = pcm_file->substream;