Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/
Dsound_core.c109 struct sound_unit struct
113 struct sound_unit *next; argument
162 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_o… in __sound_insert_unit()
215 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit()
219 struct sound_unit *p=*list; in __sound_remove_unit()
242 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit()
244 struct sound_unit *s = kmalloc(sizeof(*s), GFP_KERNEL); in sound_insert_unit()
298 static void sound_remove_unit(struct sound_unit **list, int unit) in sound_remove_unit()
300 struct sound_unit *p; in sound_remove_unit()
335 static struct sound_unit *chains[SOUND_STEP];
[all …]