Searched refs:ncontrol (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/ |
| H A D | control.c | 258 * @ncontrol: the initialization record 262 * template. When the access field of ncontrol is 0, it's assumed as in snd_ctl_new1() 267 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new *ncontrol, in snd_ctl_new1() 275 if (snd_BUG_ON(!ncontrol || !ncontrol->info)) in snd_ctl_new1() 278 count = ncontrol->count; in snd_ctl_new1() 282 access = ncontrol->access; in snd_ctl_new1() 299 kctl->id.iface = ncontrol->iface; in snd_ctl_new1() 300 kctl->id.device = ncontrol->device; in snd_ctl_new1() 301 kctl->id.subdevice = ncontrol in snd_ctl_new1() 260 snd_ctl_new1(const struct snd_kcontrol_new * ncontrol,void * private_data) snd_ctl_new1() argument [all...] |
| /linux/sound/usb/ |
| H A D | fcp.c | 324 const struct snd_kcontrol_new *ncontrol, in fcp_add_new_ctl() argument 346 kctl = snd_ctl_new1(ncontrol, elem); in fcp_add_new_ctl()
|
| H A D | mixer_scarlett.c | 810 const struct snd_kcontrol_new *ncontrol, in add_new_ctl() argument 838 kctl = snd_ctl_new1(ncontrol, elem); in add_new_ctl()
|
| H A D | mixer_us16x08.c | 1050 const struct snd_kcontrol_new *ncontrol, in add_new_ctl() argument 1075 kctl = snd_ctl_new1(ncontrol, elem); in add_new_ctl()
|
| H A D | mixer_scarlett2.c | 3190 const struct snd_kcontrol_new *ncontrol, in scarlett2_add_new_ctl() argument 3212 kctl = snd_ctl_new1(ncontrol, elem); in scarlett2_add_new_ctl()
|