| /Linux-v5.4/sound/pci/cs5535audio/ | 
| D | cs5535audio_olpc.c | 61 static int olpc_dc_info(struct snd_kcontrol *kctl,  in olpc_dc_info()71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v)  in olpc_dc_get()
 77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v)  in olpc_dc_put()
 85 static int olpc_mic_info(struct snd_kcontrol *kctl,  in olpc_mic_info()
 95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v)  in olpc_mic_get()
 106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v)  in olpc_mic_put()
 
 | 
| /Linux-v5.4/sound/core/ | 
| D | control.c | 196 static int snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count,  in snd_ctl_new()231 	struct snd_kcontrol *kctl;  in snd_ctl_new1()  local
 302 	struct snd_kcontrol *kctl;  in snd_ctl_remove_numid_conflict()  local
 490 	struct snd_kcontrol *kctl;  in snd_ctl_remove_id()  local
 519 	struct snd_kcontrol *kctl;  in snd_ctl_remove_user_ctl()  local
 561 	struct snd_kcontrol *kctl;  in snd_ctl_activate_id()  local
 608 	struct snd_kcontrol *kctl;  in snd_ctl_rename_id()  local
 639 	struct snd_kcontrol *kctl;  in snd_ctl_find_numid()  local
 667 	struct snd_kcontrol *kctl;  in snd_ctl_find_id()  local
 721 	struct snd_kcontrol *kctl;  in snd_ctl_elem_list()  local
 [all …]
 
 | 
| D | ctljack.c | 65 	struct snd_kcontrol *kctl;  in snd_kctl_jack_new()  local78 			  struct snd_kcontrol *kctl, bool status)  in snd_kctl_jack_report()
 
 | 
| D | jack.c | 16 	struct snd_kcontrol *kctl;  member112 static void snd_jack_kctl_private_free(struct snd_kcontrol *kctl)  in snd_jack_kctl_private_free()
 130 	struct snd_kcontrol *kctl;  in snd_jack_kctl_new()  local
 
 | 
| D | vmaster.c | 53 	struct snd_kcontrol *kctl; /* original kcontrol pointer */  member395 	struct snd_kcontrol *kctl;  in snd_ctl_make_virtual_master()  local
 498 int snd_ctl_apply_vmaster_slaves(struct snd_kcontrol *kctl,  in snd_ctl_apply_vmaster_slaves()
 
 | 
| /Linux-v5.4/sound/usb/ | 
| D | mixer_scarlett.c | 222 static int scarlett_ctl_switch_info(struct snd_kcontrol *kctl,  in scarlett_ctl_switch_info()234 static int scarlett_ctl_switch_get(struct snd_kcontrol *kctl,  in scarlett_ctl_switch_get()
 252 static int scarlett_ctl_switch_put(struct snd_kcontrol *kctl,  in scarlett_ctl_switch_put()
 290 static int scarlett_ctl_info(struct snd_kcontrol *kctl,  in scarlett_ctl_info()
 304 static int scarlett_ctl_get(struct snd_kcontrol *kctl,  in scarlett_ctl_get()
 323 static int scarlett_ctl_put(struct snd_kcontrol *kctl,  in scarlett_ctl_put()
 367 static int scarlett_ctl_enum_dynamic_info(struct snd_kcontrol *kctl,  in scarlett_ctl_enum_dynamic_info()
 389 static int scarlett_ctl_enum_info(struct snd_kcontrol *kctl,  in scarlett_ctl_enum_info()
 399 static int scarlett_ctl_enum_get(struct snd_kcontrol *kctl,  in scarlett_ctl_enum_get()
 417 static int scarlett_ctl_enum_put(struct snd_kcontrol *kctl,  in scarlett_ctl_enum_put()
 [all …]
 
 | 
| D | mixer_scarlett_gen2.c | 944 	struct snd_kcontrol *kctl;  in scarlett2_add_new_ctl()  local1011 static int scarlett2_volume_ctl_info(struct snd_kcontrol *kctl,  in scarlett2_volume_ctl_info()
 1024 static int scarlett2_master_volume_ctl_get(struct snd_kcontrol *kctl,  in scarlett2_master_volume_ctl_get()
 1041 static int scarlett2_volume_ctl_get(struct snd_kcontrol *kctl,  in scarlett2_volume_ctl_get()
 1059 static int scarlett2_volume_ctl_put(struct snd_kcontrol *kctl,  in scarlett2_volume_ctl_put()
 1116 static int scarlett2_sw_hw_enum_ctl_info(struct snd_kcontrol *kctl,  in scarlett2_sw_hw_enum_ctl_info()
 1126 static int scarlett2_sw_hw_enum_ctl_get(struct snd_kcontrol *kctl,  in scarlett2_sw_hw_enum_ctl_get()
 1137 static int scarlett2_sw_hw_enum_ctl_put(struct snd_kcontrol *kctl,  in scarlett2_sw_hw_enum_ctl_put()
 1200 static int scarlett2_level_enum_ctl_info(struct snd_kcontrol *kctl,  in scarlett2_level_enum_ctl_info()
 1210 static int scarlett2_level_enum_ctl_get(struct snd_kcontrol *kctl,  in scarlett2_level_enum_ctl_get()
 [all …]
 
 | 
| D | mixer.c | 580 			      struct snd_kcontrol *kctl)  in snd_usb_mixer_add_control()1046 void snd_usb_mixer_elem_free(struct snd_kcontrol *kctl)  in snd_usb_mixer_elem_free()
 1058 				  struct snd_kcontrol *kctl)  in volume_control_quirks()
 1173 				   int default_min, struct snd_kcontrol *kctl)  in get_min_max_with_quirks()
 1496 static size_t append_ctl_name(struct snd_kcontrol *kctl, const char *str)  in append_ctl_name()
 1506 static void check_no_speaker_on_headset(struct snd_kcontrol *kctl,  in check_no_speaker_on_headset()
 1550 	struct snd_kcontrol *kctl;  in __build_feature_ctl()  local
 1747 	struct snd_kcontrol *kctl;  in build_connector_control()  local
 1790 	struct snd_kcontrol *kctl;  in parse_clock_source_unit()  local
 2013 	struct snd_kcontrol *kctl;  in build_mixer_unit_ctl()  local
 [all …]
 
 | 
| D | mixer_quirks.c | 63 	struct snd_kcontrol *kctl;  in snd_create_std_mono_ctl_offset()  local144 	struct snd_kcontrol *kctl;  in add_single_ctl_with_resume()  local
 596 static int snd_mbox1_switch_get(struct snd_kcontrol *kctl,  in snd_mbox1_switch_get()
 671 static int snd_mbox1_switch_put(struct snd_kcontrol *kctl,  in snd_mbox1_switch_put()
 728 				   struct snd_kcontrol *kctl)  in snd_ni_control_init_val()
 888 				   struct snd_kcontrol *kctl)  in snd_ftu_eff_switch_init()
 910 static int snd_ftu_eff_switch_get(struct snd_kcontrol *kctl,  in snd_ftu_eff_switch_get()
 941 static int snd_ftu_eff_switch_put(struct snd_kcontrol *kctl,  in snd_ftu_eff_switch_put()
 2326 					 struct snd_kcontrol *kctl)  in snd_dragonfly_quirk_db_scale()
 2360 				  struct snd_kcontrol *kctl)  in snd_usb_mixer_fu_apply_quirk()
 
 | 
| D | mixer_us16x08.c | 1032 static void elem_private_free(struct snd_kcontrol *kctl)  in elem_private_free()1049 	struct snd_kcontrol *kctl;  in add_new_ctl()  local
 
 | 
| D | mixer.h | 57 	struct snd_kcontrol *kctl;  member
 | 
| /Linux-v5.4/sound/firewire/bebob/ | 
| D | bebob_maudio.c | 355 static int special_clk_ctl_info(struct snd_kcontrol *kctl,  in special_clk_ctl_info()367 static int special_clk_ctl_get(struct snd_kcontrol *kctl,  in special_clk_ctl_get()
 375 static int special_clk_ctl_put(struct snd_kcontrol *kctl,  in special_clk_ctl_put()
 409 static int special_sync_ctl_info(struct snd_kcontrol *kctl,  in special_sync_ctl_info()
 419 static int special_sync_ctl_get(struct snd_kcontrol *kctl,  in special_sync_ctl_get()
 444 static int special_dig_in_iface_ctl_info(struct snd_kcontrol *kctl,  in special_dig_in_iface_ctl_info()
 451 static int special_dig_in_iface_ctl_get(struct snd_kcontrol *kctl,  in special_dig_in_iface_ctl_get()
 481 static int special_dig_in_iface_ctl_set(struct snd_kcontrol *kctl,  in special_dig_in_iface_ctl_set()
 537 static int special_dig_out_iface_ctl_info(struct snd_kcontrol *kctl,  in special_dig_out_iface_ctl_info()
 544 static int special_dig_out_iface_ctl_get(struct snd_kcontrol *kctl,  in special_dig_out_iface_ctl_get()
 [all …]
 
 | 
| /Linux-v5.4/sound/drivers/ | 
| D | mts64.c | 430 static int snd_mts64_ctl_smpte_switch_get(struct snd_kcontrol* kctl,  in snd_mts64_ctl_smpte_switch_get()444 static int snd_mts64_ctl_smpte_switch_put(struct snd_kcontrol* kctl,  in snd_mts64_ctl_smpte_switch_put()
 482 static int snd_mts64_ctl_smpte_time_h_info(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_time_h_info()
 492 static int snd_mts64_ctl_smpte_time_f_info(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_time_f_info()
 502 static int snd_mts64_ctl_smpte_time_info(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_time_info()
 512 static int snd_mts64_ctl_smpte_time_get(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_time_get()
 525 static int snd_mts64_ctl_smpte_time_put(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_time_put()
 588 static int snd_mts64_ctl_smpte_fps_info(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_fps_info()
 598 static int snd_mts64_ctl_smpte_fps_get(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_fps_get()
 610 static int snd_mts64_ctl_smpte_fps_put(struct snd_kcontrol *kctl,  in snd_mts64_ctl_smpte_fps_put()
 
 | 
| /Linux-v5.4/include/sound/ | 
| D | control.h | 135 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i…  in snd_ctl_get_ioffnum()141 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *i…  in snd_ctl_get_ioffidx()
 147 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)  in snd_ctl_get_ioff()
 238 #define snd_ctl_sync_vmaster_hook(kctl)	snd_ctl_sync_vmaster(kctl, true)  argument
 
 | 
| /Linux-v5.4/sound/core/oss/ | 
| D | mixer_oss.c | 514 	struct snd_kcontrol *kctl;  in snd_mixer_oss_get_volume1_vol()  local552 	struct snd_kcontrol *kctl;  in snd_mixer_oss_get_volume1_sw()  local
 616 	struct snd_kcontrol *kctl;  in snd_mixer_oss_put_volume1_vol()  local
 657 	struct snd_kcontrol *kctl;  in snd_mixer_oss_put_volume1_sw()  local
 793 	struct snd_kcontrol *kctl;  in snd_mixer_oss_get_recsrc2()  local
 843 	struct snd_kcontrol *kctl;  in snd_mixer_oss_put_recsrc2()  local
 1024 	struct snd_kcontrol *kctl;  in snd_mixer_oss_build_input()  local
 
 | 
| /Linux-v5.4/sound/soc/pxa/ | 
| D | mioa701_wm9713.c | 69 			  struct snd_kcontrol *kctl, int event)  in rear_amp_event()
 | 
| /Linux-v5.4/drivers/staging/greybus/ | 
| D | audio_topology.c | 648 					 struct snd_kcontrol_new *kctl,  in gbaudio_tplg_create_enum_kctl()678 					struct snd_kcontrol_new *kctl,  in gbaudio_tplg_create_kcontrol()
 857 					struct snd_kcontrol_new *kctl,  in gbaudio_tplg_create_enum_ctl()
 887 					 struct snd_kcontrol_new *kctl,  in gbaudio_tplg_create_mixer_ctl()
 908 					struct snd_kcontrol_new *kctl,  in gbaudio_tplg_create_wcontrol()
 
 | 
| /Linux-v5.4/sound/pci/au88x0/ | 
| D | au88x0_pcm.c | 115 			struct snd_kcontrol *kctl, int activate)  in vortex_notify_pcm_vol_change()608 	struct snd_kcontrol *kctl;  in snd_vortex_new_pcm()  local
 
 | 
| /Linux-v5.4/sound/pci/ac97/ | 
| D | ac97_codec.c | 680 static void set_inv_eapd(struct snd_ac97 *ac97, struct snd_kcontrol *kctl)  in set_inv_eapd()1171 	struct snd_kcontrol *kctl;  in snd_ac97_cmute_new_stereo()  local
 1227 static void set_tlv_db_scale(struct snd_kcontrol *kctl, const unsigned int *tlv)  in set_tlv_db_scale()
 1241 	struct snd_kcontrol *kctl;  in snd_ac97_cvol_new()  local
 1313 	struct snd_kcontrol *kctl;  in snd_ac97_mixer_build()  local
 2620 	struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix);  in snd_ac97_rename_ctl()  local
 2746 	struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL);  in tune_inv_eapd()  local
 
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | hda_codec.c | 1644 		    struct snd_kcontrol *kctl)  in snd_hda_ctl_add()1683 int snd_hda_add_nid(struct hda_codec *codec, struct snd_kcontrol *kctl,  in snd_hda_add_nid()
 1836 static int put_kctl_with_value(struct snd_kcontrol *kctl, int val)  in put_kctl_with_value()
 1856 			  struct snd_kcontrol *kctl,  in init_slave_0dB()
 1903 			     struct snd_kcontrol *kctl,  in init_slave_unmute()
 1939 	struct snd_kcontrol *kctl;  in __snd_hda_add_vmaster()  local
 2047 	struct snd_kcontrol *kctl;  in snd_hda_add_vmaster_hook()  local
 2439 	struct snd_kcontrol *kctl;  in snd_hda_create_dig_out_ctls()  local
 2593 	struct snd_kcontrol *kctl;  in snd_hda_create_spdif_share_sw()  local
 2689 	struct snd_kcontrol *kctl;  in snd_hda_create_spdif_in_ctls()  local
 [all …]
 
 | 
| /Linux-v5.4/sound/soc/intel/atom/ | 
| D | sst-atom-controls.c | 590 		struct snd_kcontrol *kctl = gain->kctl;  in sst_set_pipe_gain()  local1367 static int sst_fill_module_list(struct snd_kcontrol *kctl,  in sst_fill_module_list()
 1411 	struct snd_kcontrol *kctl;  in sst_fill_widget_module_info()  local
 
 | 
| /Linux-v5.4/sound/pci/ice1712/ | 
| D | wm8776.c | 35 	struct snd_kcontrol *kctl;  in snd_wm8776_activate_ctl()  local
 | 
| /Linux-v5.4/sound/isa/ | 
| D | sscape.c | 602 static int sscape_midi_get(struct snd_kcontrol *kctl,  in sscape_midi_get()616 static int sscape_midi_put(struct snd_kcontrol *kctl,  in sscape_midi_put()
 
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | ak4118.c | 269 	struct snd_kcontrol *kctl;  in ak4118_irq_handler()  local
 | 
| /Linux-v5.4/drivers/media/pci/solo6x10/ | 
| D | solo6x10-g723.c | 369 	struct snd_kcontrol_new kctl;  in solo_g723_init()  local
 |