Lines Matching refs:sound_unit
114 struct sound_unit struct
118 struct sound_unit *next; argument
175 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_o… in __sound_insert_unit()
228 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit()
232 struct sound_unit *p=*list; in __sound_remove_unit()
255 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit()
257 struct sound_unit *s = kmalloc(sizeof(*s), GFP_KERNEL); in sound_insert_unit()
310 static void sound_remove_unit(struct sound_unit **list, int unit) in sound_remove_unit()
312 struct sound_unit *p; in sound_remove_unit()
347 static struct sound_unit *chains[SOUND_STEP];
561 static struct sound_unit *__look_for_unit(int chain, int unit) in __look_for_unit()
563 struct sound_unit *s; in __look_for_unit()
579 struct sound_unit *s; in soundcore_open()