Searched refs:pcm_oss_file (Results 1 – 1 of 1) sorted by relevance
2392 if (!pcm_oss_file) in snd_pcm_oss_release_file()2399 kfree(pcm_oss_file); in snd_pcm_oss_release_file()2417 pcm_oss_file = kzalloc(sizeof(*pcm_oss_file), GFP_KERNEL); in snd_pcm_oss_open_file()2418 if (pcm_oss_file == NULL) in snd_pcm_oss_open_file()2448 if (!pcm_oss_file->streams[0] && !pcm_oss_file->streams[1]) { in snd_pcm_oss_open_file()2453 file->private_data = pcm_oss_file; in snd_pcm_oss_open_file()2455 *rpcm_oss_file = pcm_oss_file; in snd_pcm_oss_open_file()2566 pcm_oss_file = file->private_data; in snd_pcm_oss_release()2574 snd_pcm_oss_sync(pcm_oss_file); in snd_pcm_oss_release()2590 pcm_oss_file = file->private_data; in snd_pcm_oss_ioctl()[all …]