| /linux-6.15/sound/soc/atmel/ |
| H A D | tse850-pcm5142.c | 58 static int tse850_get_mux1(struct snd_kcontrol *kctrl, in tse850_get_mux1() argument 70 static int tse850_put_mux1(struct snd_kcontrol *kctrl, in tse850_put_mux1() argument 85 return snd_soc_dapm_put_enum_double(kctrl, ucontrol); in tse850_put_mux1() 88 static int tse850_get_mux2(struct snd_kcontrol *kctrl, in tse850_get_mux2() argument 100 static int tse850_put_mux2(struct snd_kcontrol *kctrl, in tse850_put_mux2() argument 115 return snd_soc_dapm_put_enum_double(kctrl, ucontrol); in tse850_put_mux2() 118 static int tse850_get_mix(struct snd_kcontrol *kctrl, in tse850_get_mix() argument 130 static int tse850_put_mix(struct snd_kcontrol *kctrl, in tse850_put_mix() argument 152 static int tse850_get_ana(struct snd_kcontrol *kctrl, in tse850_get_ana() argument 185 static int tse850_put_ana(struct snd_kcontrol *kctrl, in tse850_put_ana() argument [all …]
|
| /linux-6.15/sound/soc/renesas/ |
| H A D | siu_dai.c | 361 switch (kctrl->private_value) { in siu_dai_get_volume() 376 __func__, kctrl->private_value); in siu_dai_get_volume() 405 switch (kctrl->private_value) { in siu_dai_put_volume() 420 __func__, kctrl->private_value); in siu_dai_put_volume() 453 struct snd_kcontrol *kctrl; in siu_init_port() local 471 kctrl = snd_ctl_new1(&playback_controls, *port_info); in siu_init_port() 472 ret = snd_ctl_add(card, kctrl); in siu_init_port() 476 kctrl, port, ret); in siu_init_port() 478 kctrl = snd_ctl_new1(&capture_controls, *port_info); in siu_init_port() 479 ret = snd_ctl_add(card, kctrl); in siu_init_port() [all …]
|
| /linux-6.15/sound/pci/hda/ |
| H A D | patch_cs8409.c | 466 unsigned int ofs = get_amp_offset(kctrl); in cs42l42_volume_info() 467 u8 chs = get_amp_channels(kctrl); in cs42l42_volume_info() 491 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_get() 493 struct sub_codec *cs42l42 = spec->scodecs[get_amp_index(kctrl)]; in cs42l42_volume_get() 494 int chs = get_amp_channels(kctrl); in cs42l42_volume_get() 495 unsigned int ofs = get_amp_offset(kctrl); in cs42l42_volume_get() 550 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_put() 553 int chs = get_amp_channels(kctrl); in cs42l42_volume_put() 554 unsigned int ofs = get_amp_offset(kctrl); in cs42l42_volume_put() 1357 struct snd_kcontrol_new *kctrl; in dolphin_fixups() local [all …]
|
| H A D | patch_cs8409.h | 353 int cs42l42_volume_info(struct snd_kcontrol *kctrl, struct snd_ctl_elem_info *uinfo); 354 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl); 355 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
|
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | core.c | 1702 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument 1705 struct rsnd_kctrl_cfg *cfg = snd_kcontrol_chip(kctrl); in rsnd_kctrl_info() 1728 static int rsnd_kctrl_get(struct snd_kcontrol *kctrl, in rsnd_kctrl_get() argument 1743 static int rsnd_kctrl_put(struct snd_kcontrol *kctrl, in rsnd_kctrl_put() argument 1827 struct snd_kcontrol *kctrl; in rsnd_kctrl_new() local 1843 list_for_each_entry(kctrl, &card->controls, list) { in rsnd_kctrl_new() 1844 struct rsnd_kctrl_cfg *c = kctrl->private_data; in rsnd_kctrl_new() 1853 kctrl = snd_ctl_new1(&knew, cfg); in rsnd_kctrl_new() 1854 if (!kctrl) in rsnd_kctrl_new() 1857 ret = snd_ctl_add(card, kctrl); in rsnd_kctrl_new() [all …]
|
| H A D | rsnd.h | 725 struct snd_kcontrol *kctrl; member
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | ssm2305.c | 20 struct snd_kcontrol *kctrl, int event) in ssm2305_power_event() argument
|
| H A D | cs4234.c | 85 static int cs4234_dac14_grp_delay_put(struct snd_kcontrol *kctrl, in cs4234_dac14_grp_delay_put() argument 88 struct snd_soc_component *component = snd_soc_kcontrol_component(kctrl); in cs4234_dac14_grp_delay_put() 110 ret = snd_soc_put_enum_double(kctrl, uctrl); in cs4234_dac14_grp_delay_put()
|
| H A D | tpa6130a2.c | 94 struct snd_kcontrol *kctrl, int event) in tpa6130a2_power_event() argument
|
| /linux-6.15/mm/ |
| H A D | highmem.c | 168 struct kmap_ctrl *kctrl = ¤t->kmap_ctrl; in __kmap_to_page() local 180 for (i = 0; i < kctrl->idx; i++) { in __kmap_to_page() 188 return pte_page(kctrl->pteval[i]); in __kmap_to_page()
|