Searched refs:snd_ctl_file (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | control.h | 60 struct snd_ctl_file *owner; /* locked */ 99 struct snd_ctl_file { struct 111 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 114 struct snd_ctl_file * control,
|
/kernel/linux/linux-5.10/sound/core/ |
D | control.c | 40 struct snd_ctl_file *ctl; in snd_ctl_open() 90 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 108 struct snd_ctl_file *ctl; in snd_ctl_release() 146 struct snd_ctl_file *ctl; in snd_ctl_notify() 198 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 517 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 694 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 962 struct snd_ctl_file *ctl) in __snd_ctl_elem_info() 993 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 1010 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() [all …]
|
D | control_compat.c | 79 static int snd_ctl_elem_info_compat(struct snd_ctl_file *ctl, in snd_ctl_elem_info_compat() 318 static int ctl_elem_write_user(struct snd_ctl_file *file, in ctl_elem_write_user() 354 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 367 static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, in snd_ctl_elem_write_user_x32() 375 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 439 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 | 84 struct snd_ctl_file *control, in snd_pcm_control_ioctl()
|
D | rawmidi.c | 922 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59938 @@ -1443,7 +1443,7 @@ static int snd_ctl_elem_add(struct snd_ctl_file *file,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 364650 @@ -1288,7 +1288,7 @@ static int snd_ctl_elem_add(struct snd_ctl_file *file,
|