Searched refs:pcm_file (Results 1 – 2 of 2) sorted by relevance
1984 struct snd_pcm_file *pcm_file; in snd_pcm_link() local1996 pcm_file = f.file->private_data; in snd_pcm_link()1997 substream1 = pcm_file->substream; in snd_pcm_link()2490 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local2498 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()2499 if (pcm_file == NULL) { in snd_pcm_open_file()2503 pcm_file->substream = substream; in snd_pcm_open_file()2506 file->private_data = pcm_file; in snd_pcm_open_file()2600 struct snd_pcm_file *pcm_file; in snd_pcm_release() local2602 pcm_file = file->private_data; in snd_pcm_release()[all …]
640 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl_compat() local644 pcm_file = file->private_data; in snd_pcm_ioctl_compat()645 if (! pcm_file) in snd_pcm_ioctl_compat()647 substream = pcm_file->substream; in snd_pcm_ioctl_compat()656 pcm_file->no_compat_mmap = 1; in snd_pcm_ioctl_compat()