Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_info.h18 int snd_seq_info_init(void);
21 static inline int snd_seq_info_init(void) { return 0; } in snd_seq_info_init() function
H A Dseq_info.c46 int __init snd_seq_info_init(void) in snd_seq_info_init() function
H A Dseq.c82 err = snd_seq_info_init(); in alsa_seq_init()