Searched refs:seq_client_load (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/sound/core/seq/
H A Dseq.c40 int seq_client_load[15] = {[0] = SNDRV_SEQ_CLIENT_DUMMY, [1 ... 14] = -1}; variable
42 int seq_client_load[15] = {[0 ... 14] = -1}; variable
63 module_param_array(seq_client_load, int, NULL, 0444);
64 MODULE_PARM_DESC(seq_client_load, "The numbers of global (system) clients to load through kmod.");
H A Dseq_clientmgr.h101 extern int seq_client_load[15];
H A Dseq_clientmgr.c162 if (seq_client_load[idx] < 0) snd_seq_client_use_ptr()
164 if (seq_client_load[idx] == clientid) { snd_seq_client_use_ptr()
/linux-4.1.27/sound/pci/
H A Dazt3328.c105 * seq_default_timer_card=0 seq_client_load=1 seq_default_timer_device=0

Completed in 171 milliseconds