Searched refs:kctls (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/sound/i2c/other/ |
D | ak4114.c | 492 ak4114->kctls[idx] = NULL; in snd_ak4114_build() 504 ak4114->kctls[idx] = kctl; in snd_ak4114_build() 518 if (!ak4114->kctls[0]) in ak4114_notify() 523 &ak4114->kctls[0]->id); in ak4114_notify() 526 &ak4114->kctls[1]->id); in ak4114_notify() 529 &ak4114->kctls[2]->id); in ak4114_notify() 532 &ak4114->kctls[3]->id); in ak4114_notify() 537 &ak4114->kctls[4]->id); in ak4114_notify() 541 &ak4114->kctls[9]->id); in ak4114_notify() 544 &ak4114->kctls[10]->id); in ak4114_notify() [all …]
|
D | ak4117.c | 443 ak4117->kctls[idx] = kctl; in snd_ak4117_build() 489 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id); in snd_ak4117_check_rate_and_errors() 491 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id); in snd_ak4117_check_rate_and_errors() 493 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id); in snd_ak4117_check_rate_and_errors() 495 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id); in snd_ak4117_check_rate_and_errors() 499 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[4]->id); in snd_ak4117_check_rate_and_errors() 502 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[6]->id); in snd_ak4117_check_rate_and_errors() 504 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[8]->id); in snd_ak4117_check_rate_and_errors() 507 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[9]->id); in snd_ak4117_check_rate_and_errors() 509 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[10]->id); in snd_ak4117_check_rate_and_errors() [all …]
|
D | ak4113.c | 519 ak4113->kctls[idx] = kctl; in snd_ak4113_build() 575 &ak4113->kctls[0]->id); in snd_ak4113_check_rate_and_errors() 578 &ak4113->kctls[1]->id); in snd_ak4113_check_rate_and_errors() 581 &ak4113->kctls[2]->id); in snd_ak4113_check_rate_and_errors() 584 &ak4113->kctls[3]->id); in snd_ak4113_check_rate_and_errors() 589 &ak4113->kctls[4]->id); in snd_ak4113_check_rate_and_errors() 593 &ak4113->kctls[6]->id); in snd_ak4113_check_rate_and_errors() 596 &ak4113->kctls[8]->id); in snd_ak4113_check_rate_and_errors() 600 &ak4113->kctls[9]->id); in snd_ak4113_check_rate_and_errors() 603 &ak4113->kctls[10]->id); in snd_ak4113_check_rate_and_errors() [all …]
|
/Linux-v4.19/include/sound/ |
D | ak4117.h | 174 struct snd_kcontrol *kctls[AK4117_CONTROLS]; member
|
D | ak4114.h | 184 struct snd_kcontrol *kctls[AK4114_CONTROLS]; member
|
D | ak4113.h | 301 struct snd_kcontrol *kctls[AK4113_CONTROLS]; member
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctmixer.c | 230 static struct snd_kcontrol *kctls[2] = {NULL}; variable 493 &kctls[1]->id); in do_line_mic_switch() 498 &kctls[0]->id); in do_line_mic_switch() 728 kctls[0] = kctl; break; in ct_mixer_kcontrol_new() 730 kctls[1] = kctl; break; in ct_mixer_kcontrol_new()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_generic.h | 164 struct snd_array kctls; member
|
D | hda_generic.c | 51 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init() 74 struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls); in snd_hda_gen_add_kctl() 90 if (spec->kctls.list) { in free_kctls() 91 struct snd_kcontrol_new *kctl = spec->kctls.list; in free_kctls() 93 for (i = 0; i < spec->kctls.used; i++) in free_kctls() 96 snd_array_free(&spec->kctls); in free_kctls() 2702 snd_array_for_each(&spec->kctls, i, kctl) { in find_kctl_name() 5191 if (spec->kctls.used) { in snd_hda_gen_build_controls() 5192 err = snd_hda_add_new_ctls(codec, spec->kctls.list); in snd_hda_gen_build_controls()
|
D | patch_conexant.c | 579 snd_array_for_each(&spec->gen.kctls, i, kctl) { in cxt_fixup_olpc_xo()
|