Searched refs:snd_ctl_file (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/sound/ |
D | control.h | 58 struct snd_ctl_file *owner; /* locked */ 91 struct snd_ctl_file { struct 104 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 107 struct snd_ctl_file * control,
|
/linux-2.6.39/sound/core/ |
D | control.c | 51 struct snd_ctl_file *ctl; in snd_ctl_open() 98 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 116 struct snd_ctl_file *ctl; in snd_ctl_release() 144 struct snd_ctl_file *ctl; in snd_ctl_notify() 435 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 611 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 701 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 739 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() 806 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write() 840 static int snd_ctl_elem_write_user(struct snd_ctl_file *file, in snd_ctl_elem_write_user() [all …]
|
D | control_compat.c | 92 static int snd_ctl_elem_info_compat(struct snd_ctl_file *ctl, in snd_ctl_elem_info_compat() 310 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 337 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 396 struct snd_ctl_file *ctl; in snd_ctl_ioctl_compat()
|
D | hwdep.c | 264 struct snd_ctl_file * control, in snd_hwdep_control_ioctl()
|
D | pcm.c | 88 struct snd_ctl_file *control, in snd_pcm_control_ioctl() 815 struct snd_ctl_file *kctl; in snd_pcm_attach_substream()
|
D | rawmidi.c | 374 struct snd_ctl_file *kctl; in snd_rawmidi_open() 821 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|