Searched defs:snd_monitor_file (Results 1 – 1 of 1) sorted by relevance
25 struct snd_monitor_file { struct26 struct file *file;27 const struct file_operations *disconnected_f_op;28 struct list_head shutdown_list; /* still need to shutdown */29 struct list_head list; /* link of monitor files */
Completed in 4 milliseconds