Home
last modified time | relevance | path

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

/linux-6.14.4/sound/core/seq/
Dseq_clientmgr.c109 static struct snd_seq_client *client_use_ptr(int clientid, bool load_module) in client_use_ptr() function
174 return client_use_ptr(clientid, false); in snd_seq_client_use_ptr()
182 return client_use_ptr(clientid, IS_ENABLED(CONFIG_MODULES)); in client_load_and_use_ptr()