Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss.c50 static int register_proc(void);
53 static inline int register_proc(void) { return 0; } in register_proc() function
85 if ((rc = register_proc()) < 0) { in alsa_seq_oss_init()
284 register_proc(void) in register_proc() function