Searched defs:snd_pcm_group (Results 1 – 1 of 1) sorted by relevance
433 struct snd_pcm_group { /* keep linked substreams */ struct434 spinlock_t lock;435 struct mutex mutex;436 struct list_head substreams;437 refcount_t refs;
Completed in 9 milliseconds