Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dseq_device.h58 void snd_seq_device_load_drivers(void);
60 #define snd_seq_device_load_drivers() macro
/openbmc/linux/sound/core/
H A Dseq_device.c130 void snd_seq_device_load_drivers(void) in snd_seq_device_load_drivers() function
135 EXPORT_SYMBOL(snd_seq_device_load_drivers);
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c153 snd_seq_device_load_drivers(); in snd_seq_client_use_ptr()