Searched refs:ncontrol (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol.c206 * @ncontrol: the initialization record
210 * template. When the access field of ncontrol is 0, it's assumed as
215 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new *ncontrol, argument
221 snd_assert(ncontrol != NULL, return NULL);
222 snd_assert(ncontrol->info != NULL, return NULL);
224 kctl.id.iface = ncontrol->iface;
225 kctl.id.device = ncontrol->device;
226 kctl.id.subdevice = ncontrol->subdevice;
227 if (ncontrol->name)
228 strlcpy(kctl.id.name, ncontrol
[all...]

Completed in 95 milliseconds