Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_clientmgr.h89 static inline void snd_seq_client_unref(struct snd_seq_client *client) in snd_seq_client_unref() function
94 DEFINE_FREE(snd_seq_client, struct snd_seq_client *, if (!IS_ERR_OR_NULL(_T)) snd_seq_client_unref(…
H A Dseq_clientmgr.c2490 snd_seq_client_unref(cptr); in snd_seq_kernel_client_put()