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

/linux-4.4.14/sound/i2c/other/
H A Dak4114.c493 ak4114->kctls[idx] = NULL; snd_ak4114_build()
505 ak4114->kctls[idx] = kctl; snd_ak4114_build()
519 if (!ak4114->kctls[0]) ak4114_notify()
524 &ak4114->kctls[0]->id); ak4114_notify()
527 &ak4114->kctls[1]->id); ak4114_notify()
530 &ak4114->kctls[2]->id); ak4114_notify()
533 &ak4114->kctls[3]->id); ak4114_notify()
538 &ak4114->kctls[4]->id); ak4114_notify()
542 &ak4114->kctls[9]->id); ak4114_notify()
545 &ak4114->kctls[10]->id); ak4114_notify()
549 &ak4114->kctls[11]->id); ak4114_notify()
552 &ak4114->kctls[12]->id); ak4114_notify()
555 &ak4114->kctls[13]->id); ak4114_notify()
558 &ak4114->kctls[14]->id); ak4114_notify()
H A Dak4113.c520 ak4113->kctls[idx] = kctl; snd_ak4113_build()
576 &ak4113->kctls[0]->id); snd_ak4113_check_rate_and_errors()
579 &ak4113->kctls[1]->id); snd_ak4113_check_rate_and_errors()
582 &ak4113->kctls[2]->id); snd_ak4113_check_rate_and_errors()
585 &ak4113->kctls[3]->id); snd_ak4113_check_rate_and_errors()
590 &ak4113->kctls[4]->id); snd_ak4113_check_rate_and_errors()
594 &ak4113->kctls[6]->id); snd_ak4113_check_rate_and_errors()
597 &ak4113->kctls[8]->id); snd_ak4113_check_rate_and_errors()
601 &ak4113->kctls[9]->id); snd_ak4113_check_rate_and_errors()
604 &ak4113->kctls[10]->id); snd_ak4113_check_rate_and_errors()
607 &ak4113->kctls[11]->id); snd_ak4113_check_rate_and_errors()
H A Dak4117.c444 ak4117->kctls[idx] = kctl; snd_ak4117_build()
490 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id); snd_ak4117_check_rate_and_errors()
492 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id); snd_ak4117_check_rate_and_errors()
494 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id); snd_ak4117_check_rate_and_errors()
496 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id); snd_ak4117_check_rate_and_errors()
500 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[4]->id); snd_ak4117_check_rate_and_errors()
503 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[6]->id); snd_ak4117_check_rate_and_errors()
505 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[8]->id); snd_ak4117_check_rate_and_errors()
508 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[9]->id); snd_ak4117_check_rate_and_errors()
510 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[10]->id); snd_ak4117_check_rate_and_errors()
512 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[11]->id); snd_ak4117_check_rate_and_errors()
/linux-4.4.14/sound/pci/ctxfi/
H A Dctmixer.c230 static struct snd_kcontrol *kctls[2] = {NULL}; variable in typeref:struct:snd_kcontrol
493 &kctls[1]->id); do_line_mic_switch()
498 &kctls[0]->id); do_line_mic_switch()
728 kctls[0] = kctl; break; ct_mixer_kcontrol_new()
730 kctls[1] = kctl; break; ct_mixer_kcontrol_new()
/linux-4.4.14/include/sound/
H A Dak4117.h166 struct snd_kcontrol *kctls[AK4117_CONTROLS]; member in struct:ak4117
H A Dak4113.h293 struct snd_kcontrol *kctls[AK4113_CONTROLS]; member in struct:ak4113
H A Dak4114.h176 struct snd_kcontrol *kctls[AK4114_CONTROLS]; member in struct:ak4114
/linux-4.4.14/sound/pci/hda/
H A Dhda_generic.h154 struct snd_array kctls; member in struct:hda_gen_spec
H A Dhda_jack.c450 * snd_hda_jack_add_kctls - Add kctls for all pins included in the given pincfg
H A Dpatch_conexant.c585 for (i = 0; i < spec->gen.kctls.used; i++) { cxt_fixup_olpc_xo()
587 snd_array_elem(&spec->gen.kctls, i); cxt_fixup_olpc_xo()
H A Dhda_generic.c51 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); snd_hda_gen_spec_init()
74 struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls); snd_hda_gen_add_kctl()
90 if (spec->kctls.list) { free_kctls()
91 struct snd_kcontrol_new *kctl = spec->kctls.list; free_kctls()
93 for (i = 0; i < spec->kctls.used; i++) free_kctls()
96 snd_array_free(&spec->kctls); free_kctls()
2673 for (i = 0; i < spec->kctls.used; i++) { find_kctl_name()
2674 struct snd_kcontrol_new *kctl = snd_array_elem(&spec->kctls, i); find_kctl_name()
5025 if (spec->kctls.used) { snd_hda_gen_build_controls()
5026 err = snd_hda_add_new_ctls(codec, spec->kctls.list); snd_hda_gen_build_controls()
/linux-4.4.14/sound/core/
H A Dvmaster.c361 /* free all slave links and retore the original slave kctls */ master_free()

Completed in 308 milliseconds