Searched refs:snd_ctl_elem_id (Results 1 – 2 of 2) sorted by relevance
| /include/sound/ |
| 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_i… 142 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, int active); 144 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id); 161 struct snd_ctl_elem_id id = {}; in snd_ctl_find_id_mixer() 186 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i… in snd_ctl_get_ioffnum() 198 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioff() [all …]
|
| /include/uapi/sound/ |
| A D | asound.h | 1121 struct snd_ctl_elem_id { struct 1135 struct snd_ctl_elem_id __user *pids; /* R: IDs */ argument 1140 struct snd_ctl_elem_id id; /* W: element ID */ 1169 struct snd_ctl_elem_id id; /* W: element ID */ 1205 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id) 1206 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id) 1210 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id) 1248 struct snd_ctl_elem_id id;
|
Completed in 12 milliseconds