Home
last modified time | relevance | path

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

/sound/
Dsound_core.c587 const struct file_operations *new_fops = NULL; in soundcore_open() local
600 new_fops = fops_get(s->unit_fops); in soundcore_open()
601 if (preclaim_oss && !new_fops) { in soundcore_open()
627 new_fops = fops_get(s->unit_fops); in soundcore_open()
629 if (new_fops) { in soundcore_open()
639 file->f_op = new_fops; in soundcore_open()