Searched refs:snd_ctl_new (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 186 * snd_ctl_new - create a new control instance with some elements 198 static int snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count, in snd_ctl_new() function 256 err = snd_ctl_new(&kctl, count, access, NULL); in snd_ctl_new1() 288 * Releases the control instance created via snd_ctl_new() 416 * Adds the control instance created via snd_ctl_new() or 1483 err = snd_ctl_new(&kctl, count, access, file); in snd_ctl_elem_add()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 221 * snd_ctl_new - create a new control instance with some elements 233 static int snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count, in snd_ctl_new() function 292 err = snd_ctl_new(&kctl, count, access, NULL); in snd_ctl_new1() 324 * Releases the control instance created via snd_ctl_new() 540 * Adds the control instance created via snd_ctl_new() or 1778 err = snd_ctl_new(&kctl, count, access, file); in snd_ctl_elem_add()
|
Completed in 7 milliseconds