kctls 211 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c const struct snd_kcontrol_new *kctls) kctls 216 drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c err = snd_ctl_add(chip->card, snd_ctl_new1(&kctls[i], chip)); kctls 286 include/sound/ak4113.h struct snd_kcontrol *kctls[AK4113_CONTROLS]; kctls 169 include/sound/ak4114.h struct snd_kcontrol *kctls[AK4114_CONTROLS]; kctls 159 include/sound/ak4117.h struct snd_kcontrol *kctls[AK4117_CONTROLS]; kctls 503 sound/i2c/other/ak4113.c ak4113->kctls[idx] = kctl; kctls 559 sound/i2c/other/ak4113.c &ak4113->kctls[0]->id); kctls 562 sound/i2c/other/ak4113.c &ak4113->kctls[1]->id); kctls 565 sound/i2c/other/ak4113.c &ak4113->kctls[2]->id); kctls 568 sound/i2c/other/ak4113.c &ak4113->kctls[3]->id); kctls 573 sound/i2c/other/ak4113.c &ak4113->kctls[4]->id); kctls 577 sound/i2c/other/ak4113.c &ak4113->kctls[6]->id); kctls 580 sound/i2c/other/ak4113.c &ak4113->kctls[8]->id); kctls 584 sound/i2c/other/ak4113.c &ak4113->kctls[9]->id); kctls 587 sound/i2c/other/ak4113.c &ak4113->kctls[10]->id); kctls 590 sound/i2c/other/ak4113.c &ak4113->kctls[11]->id); kctls 476 sound/i2c/other/ak4114.c ak4114->kctls[idx] = NULL; kctls 488 sound/i2c/other/ak4114.c ak4114->kctls[idx] = kctl; kctls 502 sound/i2c/other/ak4114.c if (!ak4114->kctls[0]) kctls 507 sound/i2c/other/ak4114.c &ak4114->kctls[0]->id); kctls 510 sound/i2c/other/ak4114.c &ak4114->kctls[1]->id); kctls 513 sound/i2c/other/ak4114.c &ak4114->kctls[2]->id); kctls 516 sound/i2c/other/ak4114.c &ak4114->kctls[3]->id); kctls 521 sound/i2c/other/ak4114.c &ak4114->kctls[4]->id); kctls 525 sound/i2c/other/ak4114.c &ak4114->kctls[9]->id); kctls 528 sound/i2c/other/ak4114.c &ak4114->kctls[10]->id); kctls 532 sound/i2c/other/ak4114.c &ak4114->kctls[11]->id); kctls 535 sound/i2c/other/ak4114.c &ak4114->kctls[12]->id); kctls 538 sound/i2c/other/ak4114.c &ak4114->kctls[13]->id); kctls 541 sound/i2c/other/ak4114.c &ak4114->kctls[14]->id); kctls 428 sound/i2c/other/ak4117.c ak4117->kctls[idx] = kctl; kctls 474 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id); kctls 476 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id); kctls 478 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id); kctls 480 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id); kctls 484 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[4]->id); kctls 487 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[6]->id); kctls 489 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[8]->id); kctls 492 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[9]->id); kctls 494 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[10]->id); kctls 496 sound/i2c/other/ak4117.c snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[11]->id); kctls 226 sound/pci/ctxfi/ctmixer.c static struct snd_kcontrol *kctls[2] = {NULL}; kctls 489 sound/pci/ctxfi/ctmixer.c &kctls[1]->id); kctls 494 sound/pci/ctxfi/ctmixer.c &kctls[0]->id); kctls 724 sound/pci/ctxfi/ctmixer.c kctls[0] = kctl; break; kctls 726 sound/pci/ctxfi/ctmixer.c kctls[1] = kctl; break; kctls 39 sound/pci/hda/hda_generic.c snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); kctls 62 sound/pci/hda/hda_generic.c struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls); kctls 78 sound/pci/hda/hda_generic.c if (spec->kctls.list) { kctls 79 sound/pci/hda/hda_generic.c struct snd_kcontrol_new *kctl = spec->kctls.list; kctls 81 sound/pci/hda/hda_generic.c for (i = 0; i < spec->kctls.used; i++) kctls 84 sound/pci/hda/hda_generic.c snd_array_free(&spec->kctls); kctls 2690 sound/pci/hda/hda_generic.c snd_array_for_each(&spec->kctls, i, kctl) { kctls 5209 sound/pci/hda/hda_generic.c if (spec->kctls.used) { kctls 5210 sound/pci/hda/hda_generic.c err = snd_hda_add_new_ctls(codec, spec->kctls.list); kctls 160 sound/pci/hda/hda_generic.h struct snd_array kctls; kctls 553 sound/pci/hda/patch_conexant.c snd_array_for_each(&spec->gen.kctls, i, kctl) {