Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss.c49 static int register_proc(void);
52 static inline int register_proc(void) { return 0; } in register_proc() function
84 if ((rc = register_proc()) < 0) { in alsa_seq_oss_init()
279 register_proc(void) in register_proc() function