Searched refs:pcm_file (Results 1 – 2 of 2) sorted by relevance
2252 struct snd_pcm_file *pcm_file; in snd_pcm_link() local2264 pcm_file = f.file->private_data; in snd_pcm_link()2265 substream1 = pcm_file->substream; in snd_pcm_link()2766 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local2774 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()2775 if (pcm_file == NULL) { in snd_pcm_open_file()2779 pcm_file->substream = substream; in snd_pcm_open_file()2782 file->private_data = pcm_file; in snd_pcm_open_file()2876 struct snd_pcm_file *pcm_file; in snd_pcm_release() local2878 pcm_file = file->private_data; in snd_pcm_release()[all …]
571 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl_compat() local575 pcm_file = file->private_data; in snd_pcm_ioctl_compat()576 if (! pcm_file) in snd_pcm_ioctl_compat()578 substream = pcm_file->substream; in snd_pcm_ioctl_compat()587 pcm_file->no_compat_mmap = 1; in snd_pcm_ioctl_compat()