Searched refs:seq_client_load (Results 1 – 3 of 3) sorted by relevance
40 int seq_client_load[15] = {[0] = SNDRV_SEQ_CLIENT_DUMMY, [1 ... 14] = -1}; variable42 int seq_client_load[15] = {[0 ... 14] = -1}; variable61 module_param_array(seq_client_load, int, NULL, 0444);62 MODULE_PARM_DESC(seq_client_load, "The numbers of global (system) clients to load through kmod.");
104 extern int seq_client_load[15];
147 if (seq_client_load[idx] < 0) in snd_seq_client_use_ptr()149 if (seq_client_load[idx] == clientid) { in snd_seq_client_use_ptr()