Searched refs:kctls (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/sound/i2c/other/ |
D | ak4114.c | 493 ak4114->kctls[idx] = NULL; in snd_ak4114_build() 505 ak4114->kctls[idx] = kctl; in snd_ak4114_build() 519 if (!ak4114->kctls[0]) in ak4114_notify() 524 &ak4114->kctls[0]->id); in ak4114_notify() 527 &ak4114->kctls[1]->id); in ak4114_notify() 530 &ak4114->kctls[2]->id); in ak4114_notify() 533 &ak4114->kctls[3]->id); in ak4114_notify() 538 &ak4114->kctls[4]->id); in ak4114_notify() 542 &ak4114->kctls[9]->id); in ak4114_notify() 545 &ak4114->kctls[10]->id); in ak4114_notify() [all …]
|
D | ak4117.c | 444 ak4117->kctls[idx] = kctl; in snd_ak4117_build() 490 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id); in snd_ak4117_check_rate_and_errors() 492 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id); in snd_ak4117_check_rate_and_errors() 494 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id); in snd_ak4117_check_rate_and_errors() 496 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id); in snd_ak4117_check_rate_and_errors() 500 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[4]->id); in snd_ak4117_check_rate_and_errors() 503 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[6]->id); in snd_ak4117_check_rate_and_errors() 505 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[8]->id); in snd_ak4117_check_rate_and_errors() 508 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[9]->id); in snd_ak4117_check_rate_and_errors() 510 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 | 520 ak4113->kctls[idx] = kctl; in snd_ak4113_build() 576 &ak4113->kctls[0]->id); in snd_ak4113_check_rate_and_errors() 579 &ak4113->kctls[1]->id); in snd_ak4113_check_rate_and_errors() 582 &ak4113->kctls[2]->id); in snd_ak4113_check_rate_and_errors() 585 &ak4113->kctls[3]->id); in snd_ak4113_check_rate_and_errors() 590 &ak4113->kctls[4]->id); in snd_ak4113_check_rate_and_errors() 594 &ak4113->kctls[6]->id); in snd_ak4113_check_rate_and_errors() 597 &ak4113->kctls[8]->id); in snd_ak4113_check_rate_and_errors() 601 &ak4113->kctls[9]->id); in snd_ak4113_check_rate_and_errors() 604 &ak4113->kctls[10]->id); in snd_ak4113_check_rate_and_errors() [all …]
|
/linux-4.1.27/include/sound/ |
D | ak4117.h | 166 struct snd_kcontrol *kctls[AK4117_CONTROLS]; member
|
D | ak4114.h | 176 struct snd_kcontrol *kctls[AK4114_CONTROLS]; member
|
D | ak4113.h | 293 struct snd_kcontrol *kctls[AK4113_CONTROLS]; member
|
/linux-4.1.27/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-4.1.27/sound/pci/hda/ |
D | hda_generic.h | 154 struct snd_array kctls; member
|
D | patch_conexant.c | 585 for (i = 0; i < spec->gen.kctls.used; i++) { in cxt_fixup_olpc_xo() 587 snd_array_elem(&spec->gen.kctls, i); in cxt_fixup_olpc_xo()
|
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() 2671 for (i = 0; i < spec->kctls.used; i++) { in find_kctl_name() 2672 struct snd_kcontrol_new *kctl = snd_array_elem(&spec->kctls, i); in find_kctl_name() 5023 if (spec->kctls.used) { in snd_hda_gen_build_controls() 5024 err = snd_hda_add_new_ctls(codec, spec->kctls.list); in snd_hda_gen_build_controls()
|