Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_id (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/sound/
H A Dcontrol.h66 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 Dasound.h882 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 Demu10k1.h284 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 Dasound.h882 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 Demu10k1.h284 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 Dcontrol.c143 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 Dcontrol_compat.c51 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 Dctljack.c32 struct snd_ctl_elem_id sid; in get_available_index()
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h999 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 Dasound.h999 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 Dau88x0_mixer.c16 struct snd_ctl_elem_id id; in remove_ctl()
/OK3568_Linux_fs/kernel/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c146 struct snd_ctl_elem_id elem; in olpc_quirks()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_helper.c151 struct snd_ctl_elem_id id; in gbaudio_remove_controls()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dak4118.c270 struct snd_ctl_elem_id *id; in ak4118_irq_handler()
/OK3568_Linux_fs/kernel/sound/pci/ca0106/
H A Dca0106_mixer.c702 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 Dgusextreme.c198 struct snd_ctl_elem_id id1, id2; in snd_gusextreme_mixer()
H A Dinterwave.c492 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 Dgusmax.c131 struct snd_ctl_elem_id id1, id2; in snd_gusmax_mixer()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c127 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 Dpsc724.c180 struct snd_ctl_elem_id elem_id; in psc724_set_jack_state()
H A Djuli.c414 struct snd_ctl_elem_id sid = {0}; in ctl_find()
/OK3568_Linux_fs/kernel/sound/isa/
H A Dcmi8328.c149 struct snd_ctl_elem_id id1, id2; in snd_cmi8328_mixer()
H A Dsc6000.c460 struct snd_ctl_elem_id id1, id2; in snd_sc6000_mixer()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demufx.c636 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 Dbebob_maudio.c84 struct snd_ctl_elem_id *ctl_id_sync;

12