/kernel/linux/linux-5.10/include/sound/ |
H A D | control.h | 66 struct snd_ctl_elem_id id; 85 struct snd_ctl_elem_id id; 117 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id); 124 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id); 125 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id); 126 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, 129 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id); 145 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioffnum() 151 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | control.h | 72 struct snd_ctl_elem_id id; 91 struct snd_ctl_elem_id id; 131 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id); 139 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id); 140 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id); 142 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, int active); 145 struct snd_kcontrol *snd_ctl_find_id_locked(struct snd_card *card, const struct snd_ctl_elem_id *id); 146 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id); 163 struct snd_ctl_elem_id i in snd_ctl_find_id_mixer() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 711 struct snd_ctl_elem_id { struct 724 struct snd_ctl_elem_id __user *pids; 728 struct snd_ctl_elem_id id; 760 struct snd_ctl_elem_id id; 795 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 796 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 800 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 828 struct snd_ctl_elem_id id;
|
H A D | emu10k1.h | 228 struct snd_ctl_elem_id id; 239 struct snd_ctl_elem_id id; 255 struct snd_ctl_elem_id __user *gpr_del_controls;
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 144 struct snd_ctl_elem_id *id) in snd_ctl_notify() 344 struct snd_ctl_elem_id id; in __snd_ctl_add_replace() 466 struct snd_ctl_elem_id id; in snd_ctl_remove() 491 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id() 519 struct snd_ctl_elem_id *id) in snd_ctl_remove_user_ctl() 561 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id() 608 int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, in snd_ctl_rename_id() 609 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() 668 struct snd_ctl_elem_id *id) in snd_ctl_find_id() 724 struct snd_ctl_elem_id i in snd_ctl_elem_list() [all...] |
H A D | control_compat.c | 51 struct snd_ctl_elem_id id; // the size of struct is same 144 struct snd_ctl_elem_id id; 159 struct snd_ctl_elem_id id; 171 static int get_ctl_type(struct snd_card *card, struct snd_ctl_elem_id *id, in get_ctl_type()
|
H A D | ctljack.c | 32 struct snd_ctl_elem_id sid; in get_available_index()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 153 struct snd_ctl_elem_id *id) in snd_ctl_notify() 207 struct snd_ctl_elem_id id = kctl->id; in snd_ctl_notify_one() 373 const struct snd_ctl_elem_id *id) in elem_id_matches() 389 static unsigned long get_ctl_id_hash(const struct snd_ctl_elem_id *id) in get_ctl_id_hash() 408 struct snd_ctl_elem_id id = kcontrol->id; in add_hash_entries() 431 struct snd_ctl_elem_id id = kcontrol->id; in remove_hash_entries() 467 struct snd_ctl_elem_id id; in __snd_ctl_add_replace() 638 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id() 666 struct snd_ctl_elem_id *id) in snd_ctl_remove_user_ctl() 705 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *i [all...] |
H A D | control_compat.c | 51 struct snd_ctl_elem_id id; // the size of struct is same 141 struct snd_ctl_elem_id id; 156 struct snd_ctl_elem_id id; 168 static int get_ctl_type(struct snd_card *card, struct snd_ctl_elem_id *id, in get_ctl_type()
|
H A D | ctljack.c | 32 struct snd_ctl_elem_id sid; in get_available_index()
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 999 struct snd_ctl_elem_id { struct 1013 struct snd_ctl_elem_id __user *pids; /* R: IDs */ 1018 struct snd_ctl_elem_id id; /* W: element ID */ 1047 struct snd_ctl_elem_id id; /* W: element ID */ 1083 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 1084 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 1088 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1123 struct snd_ctl_elem_id id;
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 999 struct snd_ctl_elem_id { struct 1013 struct snd_ctl_elem_id __user *pids; /* R: IDs */ 1018 struct snd_ctl_elem_id id; /* W: element ID */ 1047 struct snd_ctl_elem_id id; /* W: element ID */ 1083 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 1084 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 1088 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1123 struct snd_ctl_elem_id id;
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 1098 struct snd_ctl_elem_id { struct 1112 struct snd_ctl_elem_id __user *pids; /* R: IDs */ 1117 struct snd_ctl_elem_id id; /* W: element ID */ 1146 struct snd_ctl_elem_id id; /* W: element ID */ 1182 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 1183 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 1187 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1225 struct snd_ctl_elem_id id;
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 1098 struct snd_ctl_elem_id { struct 1112 struct snd_ctl_elem_id __user *pids; /* R: IDs */ 1117 struct snd_ctl_elem_id id; /* W: element ID */ 1146 struct snd_ctl_elem_id id; /* W: element ID */ 1182 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 1183 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 1187 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1225 struct snd_ctl_elem_id id;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 792 struct snd_ctl_elem_id { struct 805 struct snd_ctl_elem_id __user * pids; 809 struct snd_ctl_elem_id id; 837 struct snd_ctl_elem_id id; 871 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 872 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 876 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 904 struct snd_ctl_elem_id id;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 792 struct snd_ctl_elem_id { struct 805 struct snd_ctl_elem_id __user * pids; 809 struct snd_ctl_elem_id id; 837 struct snd_ctl_elem_id id; 871 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 872 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 876 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 904 struct snd_ctl_elem_id id;
|
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0_mixer.c | 16 struct snd_ctl_elem_id id; in remove_ctl()
|
/kernel/linux/linux-6.6/sound/pci/au88x0/ |
H A D | au88x0_mixer.c | 16 struct snd_ctl_elem_id id; in remove_ctl()
|
/kernel/linux/linux-5.10/sound/pci/cs5535audio/ |
H A D | cs5535audio_olpc.c | 146 struct snd_ctl_elem_id elem; in olpc_quirks()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_helper.c | 151 struct snd_ctl_elem_id id; in gbaudio_remove_controls()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_helper.c | 151 struct snd_ctl_elem_id id; in gbaudio_remove_controls()
|
/kernel/linux/linux-6.6/sound/pci/cs5535audio/ |
H A D | cs5535audio_olpc.c | 146 struct snd_ctl_elem_id elem; in olpc_quirks()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ak4118.c | 270 struct snd_ctl_elem_id *id; in ak4118_irq_handler()
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gusmax.c | 131 struct snd_ctl_elem_id id1, id2; in snd_gusmax_mixer()
|
H A D | gusextreme.c | 198 struct snd_ctl_elem_id id1, id2; in snd_gusextreme_mixer()
|