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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dak4114.c151 if (chip->kctls[0])
479 ak4114->kctls[idx] = NULL;
491 ak4114->kctls[idx] = kctl;
504 if (!ak4114->kctls[0])
509 &ak4114->kctls[0]->id);
512 &ak4114->kctls[1]->id);
515 &ak4114->kctls[2]->id);
518 &ak4114->kctls[3]->id);
523 &ak4114->kctls[4]->id);
527 &ak4114->kctls[
[all...]
H A Dak4113.c148 if (chip->kctls[0])
519 ak4113->kctls[idx] = kctl;
575 &ak4113->kctls[0]->id);
578 &ak4113->kctls[1]->id);
581 &ak4113->kctls[2]->id);
584 &ak4113->kctls[3]->id);
589 &ak4113->kctls[4]->id);
593 &ak4113->kctls[6]->id);
596 &ak4113->kctls[8]->id);
600 &ak4113->kctls[
[all...]
H A Dak4117.c436 ak4117->kctls[idx] = kctl;
482 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id);
484 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id);
486 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id);
488 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id);
492 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[4]->id);
495 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[6]->id);
497 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[8]->id);
500 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[9]->id);
502 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dak4113.h292 struct snd_kcontrol *kctls[AK4113_CONTROLS]; member in struct:ak4113
H A Dak4114.h175 struct snd_kcontrol *kctls[AK4114_CONTROLS]; member in struct:ak4114
H A Dak4117.h166 struct snd_kcontrol *kctls[AK4117_CONTROLS]; member in struct:ak4117
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_via.c139 struct snd_array kctls; member in struct:via_spec
451 snd_array_init(&spec->kctls, sizeof(*knew), 32);
452 knew = snd_array_new(&spec->kctls);
470 snd_array_init(&spec->kctls, sizeof(*knew), 32);
471 knew = snd_array_new(&spec->kctls);
485 if (spec->kctls.list) {
486 struct snd_kcontrol_new *kctl = spec->kctls.list;
488 for (i = 0; i < spec->kctls.used; i++)
491 snd_array_free(&spec->kctls);
2568 if (spec->kctls
[all...]
H A Dpatch_sigmatel.c306 struct snd_array kctls; member in struct:sigmatel_spec
2735 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2736 knew = snd_array_new(&spec->kctls);
2744 spec->kctls.alloced--;
3910 if (spec->kctls.list)
3911 spec->mixers[spec->num_mixers++] = spec->kctls.list;
4020 if (spec->kctls.list)
4021 spec->mixers[spec->num_mixers++] = spec->kctls.list;
4433 if (spec->kctls.list) {
4434 struct snd_kcontrol_new *kctl = spec->kctls
[all...]
H A Dpatch_analog.c70 struct snd_array kctls; member in struct:ad198x_spec
461 if (spec->kctls.list) {
462 struct snd_kcontrol_new *kctl = spec->kctls.list;
464 for (i = 0; i < spec->kctls.used; i++)
467 snd_array_free(&spec->kctls);
2678 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2679 knew = snd_array_new(&spec->kctls);
3042 if (spec->kctls.list)
3043 spec->mixers[spec->num_mixers++] = spec->kctls.list;
H A Dpatch_realtek.c363 struct snd_array kctls; member in struct:alc_spec
3924 if (spec->kctls.list) {
3925 struct snd_kcontrol_new *kctl = spec->kctls.list;
3927 for (i = 0; i < spec->kctls.used; i++)
3930 snd_array_free(&spec->kctls);
4721 snd_array_init(&spec->kctls, sizeof(*knew), 32);
4722 knew = snd_array_new(&spec->kctls);
5106 if (spec->kctls.list)
5107 add_mixer(spec, spec->kctls.list);
6695 if (!spec->kctls
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctmixer.c239 static struct snd_kcontrol *kctls[2] = {NULL}; variable in typeref:struct:snd_kcontrol
390 &kctls[1]->id);
395 &kctls[0]->id);
628 kctls[0] = kctl; break;
630 kctls[1] = kctl; break;

Completed in 235 milliseconds