Home
last modified time | relevance | path

Searched refs:new_fops (Results 1 – 1 of 1) sorted by relevance

/sound/
Dsound_core.c516 const struct file_operations *new_fops = NULL; in soundcore_open() local
531 new_fops = fops_get(s->unit_fops); in soundcore_open()
532 if (!new_fops) { in soundcore_open()
546 new_fops = fops_get(s->unit_fops); in soundcore_open()
548 if (new_fops) { in soundcore_open()
558 file->f_op = new_fops; in soundcore_open()