| /OK3568_Linux_fs/kernel/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_i… 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 *i… in snd_ctl_get_ioffnum() 151 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i… in snd_ctl_get_ioffidx() 157 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioff() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | asound.h | 882 struct snd_ctl_elem_id { struct 896 struct snd_ctl_elem_id *pids; /* R: IDs */ argument 901 struct snd_ctl_elem_id id; /* W: element ID */ 934 struct snd_ctl_elem_id id; /* W: element ID */ 971 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 972 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 976 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1011 struct snd_ctl_elem_id id;
|
| H A D | emu10k1.h | 284 struct snd_ctl_elem_id id; /* full control ID definition */ 297 struct snd_ctl_elem_id id; 317 struct snd_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | asound.h | 882 struct snd_ctl_elem_id { struct 896 struct snd_ctl_elem_id *pids; /* R: IDs */ argument 901 struct snd_ctl_elem_id id; /* W: element ID */ 934 struct snd_ctl_elem_id id; /* W: element ID */ 971 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 972 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 976 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1011 struct snd_ctl_elem_id id;
|
| H A D | emu10k1.h | 284 struct snd_ctl_elem_id id; /* full control ID definition */ 297 struct snd_ctl_elem_id id; 317 struct snd_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | control.c | 143 struct snd_ctl_elem_id *id) in snd_ctl_notify() 343 struct snd_ctl_elem_id id; in __snd_ctl_add_replace() 465 struct snd_ctl_elem_id id; in snd_ctl_remove() 490 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id() 518 struct snd_ctl_elem_id *id) in snd_ctl_remove_user_ctl() 560 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id() 607 int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, in snd_ctl_rename_id() 608 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() 667 struct snd_ctl_elem_id *id) in snd_ctl_find_id() 723 struct snd_ctl_elem_id id; 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()
|
| /OK3568_Linux_fs/kernel/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 */ argument 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;
|
| /OK3568_Linux_fs/kernel/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 */ argument 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;
|
| /OK3568_Linux_fs/kernel/sound/pci/au88x0/ |
| H A D | au88x0_mixer.c | 16 struct snd_ctl_elem_id id; in remove_ctl()
|
| /OK3568_Linux_fs/kernel/sound/pci/cs5535audio/ |
| H A D | cs5535audio_olpc.c | 146 struct snd_ctl_elem_id elem; in olpc_quirks()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | audio_helper.c | 151 struct snd_ctl_elem_id id; in gbaudio_remove_controls()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | ak4118.c | 270 struct snd_ctl_elem_id *id; in ak4118_irq_handler()
|
| /OK3568_Linux_fs/kernel/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 702 struct snd_ctl_elem_id id; in remove_ctl() 711 struct snd_ctl_elem_id sid; in ctl_find()
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gusextreme.c | 198 struct snd_ctl_elem_id id1, id2; in snd_gusextreme_mixer()
|
| H A D | interwave.c | 492 struct snd_ctl_elem_id id1, id2; in snd_interwave_mixer() 710 struct snd_ctl_elem_id id1, id2; in snd_interwave_probe()
|
| H A D | gusmax.c | 131 struct snd_ctl_elem_id id1, id2; in snd_gusmax_mixer()
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | aloop.c | 127 struct snd_ctl_elem_id active_id; 128 struct snd_ctl_elem_id format_id; 129 struct snd_ctl_elem_id rate_id; 130 struct snd_ctl_elem_id channels_id;
|
| /OK3568_Linux_fs/kernel/sound/pci/ice1712/ |
| H A D | psc724.c | 180 struct snd_ctl_elem_id elem_id; in psc724_set_jack_state()
|
| H A D | juli.c | 414 struct snd_ctl_elem_id sid = {0}; in ctl_find()
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | cmi8328.c | 149 struct snd_ctl_elem_id id1, id2; in snd_cmi8328_mixer()
|
| H A D | sc6000.c | 460 struct snd_ctl_elem_id id1, id2; in snd_sc6000_mixer()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emufx.c | 636 struct snd_ctl_elem_id *id = (struct snd_ctl_elem_id *)_id; in snd_emu10k1_look_for_ctl() 742 struct snd_ctl_elem_id *gctl_id; in snd_emu10k1_verify_controls() 765 gctl_id = (struct snd_ctl_elem_id *)&gctl->id; in snd_emu10k1_verify_controls() 809 struct snd_ctl_elem_id *gctl_id; in snd_emu10k1_add_controls() 830 gctl_id = (struct snd_ctl_elem_id *)&gctl->id; in snd_emu10k1_add_controls() 930 struct snd_ctl_elem_id *id; in snd_emu10k1_list_controls()
|
| /OK3568_Linux_fs/kernel/sound/firewire/bebob/ |
| H A D | bebob_maudio.c | 84 struct snd_ctl_elem_id *ctl_id_sync;
|