/Linux-v5.10/include/sound/ |
D | control.h | 16 struct snd_kcontrol; 17 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo… 18 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 19 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 20 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol, 64 struct snd_kcontrol { struct 77 void (*private_free)(struct snd_kcontrol *kcontrol); argument 81 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro 119 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new * kcontrolnew, void * private_data); 120 void snd_ctl_free_one(struct snd_kcontrol * kcontrol); [all …]
|
D | soc-topology.h | 19 struct snd_kcontrol; 53 struct snd_kcontrol *kcontrol; 81 int (*get)(struct snd_kcontrol *kcontrol, 83 int (*put)(struct snd_kcontrol *kcontrol, 85 int (*info)(struct snd_kcontrol *kcontrol, 92 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, 94 int (*put)(struct snd_kcontrol *kcontrol, 104 struct snd_kcontrol *k, int event);
|
/Linux-v5.10/sound/soc/sof/ |
D | sof-audio.h | 123 int snd_sof_volume_get(struct snd_kcontrol *kcontrol, 125 int snd_sof_volume_put(struct snd_kcontrol *kcontrol, 127 int snd_sof_switch_get(struct snd_kcontrol *kcontrol, 129 int snd_sof_switch_put(struct snd_kcontrol *kcontrol, 131 int snd_sof_enum_get(struct snd_kcontrol *kcontrol, 133 int snd_sof_enum_put(struct snd_kcontrol *kcontrol, 135 int snd_sof_bytes_get(struct snd_kcontrol *kcontrol, 137 int snd_sof_bytes_put(struct snd_kcontrol *kcontrol, 139 int snd_sof_bytes_ext_put(struct snd_kcontrol *kcontrol, 142 int snd_sof_bytes_ext_get(struct snd_kcontrol *kcontrol, [all …]
|
/Linux-v5.10/sound/core/ |
D | vmaster.c | 53 struct snd_kcontrol *kctl; /* original kcontrol pointer */ 54 struct snd_kcontrol follower; /* the copy of original control entry */ 184 static int follower_info(struct snd_kcontrol *kcontrol, in follower_info() 191 static int follower_get(struct snd_kcontrol *kcontrol, in follower_get() 198 static int follower_put(struct snd_kcontrol *kcontrol, in follower_put() 221 static int follower_tlv_cmd(struct snd_kcontrol *kcontrol, in follower_tlv_cmd() 230 static void follower_free(struct snd_kcontrol *kcontrol) in follower_free() 252 int _snd_ctl_add_follower(struct snd_kcontrol *master, in _snd_ctl_add_follower() 253 struct snd_kcontrol *follower, in _snd_ctl_add_follower() 286 static int master_info(struct snd_kcontrol *kcontrol, in master_info() [all …]
|
/Linux-v5.10/sound/pci/ca0106/ |
D | ca0106_mixer.c | 146 static int snd_ca0106_shared_spdif_get(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_get() 155 static int snd_ca0106_shared_spdif_put(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_put() 171 static int snd_ca0106_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_info() 181 static int snd_ca0106_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_get() 190 static int snd_ca0106_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_put() 208 static int snd_ca0106_i2c_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_info() 218 static int snd_ca0106_i2c_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_get() 227 static int snd_ca0106_i2c_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_put() 247 static int snd_ca0106_capture_line_in_side_out_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_line_in_side_out_info() 255 static int snd_ca0106_capture_mic_line_in_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_mic_line_in_info() [all …]
|
/Linux-v5.10/sound/drivers/pcsp/ |
D | pcsp_mixer.c | 14 static int pcsp_enable_info(struct snd_kcontrol *kcontrol, in pcsp_enable_info() 24 static int pcsp_enable_get(struct snd_kcontrol *kcontrol, in pcsp_enable_get() 32 static int pcsp_enable_put(struct snd_kcontrol *kcontrol, in pcsp_enable_put() 45 static int pcsp_treble_info(struct snd_kcontrol *kcontrol, in pcsp_treble_info() 59 static int pcsp_treble_get(struct snd_kcontrol *kcontrol, in pcsp_treble_get() 67 static int pcsp_treble_put(struct snd_kcontrol *kcontrol, in pcsp_treble_put() 83 static int pcsp_pcspkr_info(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_info() 93 static int pcsp_pcspkr_get(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_get() 101 static int pcsp_pcspkr_put(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_put()
|
/Linux-v5.10/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 47 static int output_select_info(struct snd_kcontrol *ctl, in output_select_info() 59 static int output_select_get(struct snd_kcontrol *ctl, in output_select_get() 71 static int output_select_put(struct snd_kcontrol *ctl, in output_select_put() 94 static int hp_stereo_volume_info(struct snd_kcontrol *ctl, in hp_stereo_volume_info() 104 static int hp_stereo_volume_get(struct snd_kcontrol *ctl, in hp_stereo_volume_get() 120 static int hp_stereo_volume_put(struct snd_kcontrol *ctl, in hp_stereo_volume_put() 150 static int hp_mute_get(struct snd_kcontrol *ctl, in hp_mute_get() 163 static int hp_mute_put(struct snd_kcontrol *ctl, in hp_mute_put() 198 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info() 208 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get() [all …]
|
D | oxygen_mixer.c | 16 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info() 28 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get() 41 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put() 61 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get() 72 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put() 98 static int upmix_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in upmix_info() 113 static int upmix_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_get() 183 static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_put() 201 static int spdif_switch_get(struct snd_kcontrol *ctl, in spdif_switch_get() 276 static int spdif_switch_put(struct snd_kcontrol *ctl, in spdif_switch_put() [all …]
|
/Linux-v5.10/sound/pci/ac97/ |
D | ac97_patch.h | 54 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, 56 static int snd_ac97_info_volsw(struct snd_kcontrol *kcontrol, 58 static int snd_ac97_get_volsw(struct snd_kcontrol *kcontrol, 60 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, 75 static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol, 77 static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol, 79 static int snd_ac97_put_enum_double(struct snd_kcontrol *kcontrol,
|
D | ac97_patch.c | 18 static struct snd_kcontrol *snd_ac97_find_mixer_ctl(struct snd_ac97 *ac97, 43 struct snd_kcontrol *kctl; in reset_tlv() 70 static int ac97_surround_jack_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *ui… in ac97_surround_jack_mode_info() 77 static int ac97_surround_jack_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uc… in ac97_surround_jack_mode_get() 85 static int ac97_surround_jack_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uc… in ac97_surround_jack_mode_put() 99 static int ac97_channel_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in ac97_channel_mode_info() 106 static int ac97_channel_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ac97_channel_mode_get() 114 static int ac97_channel_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ac97_channel_mode_put() 215 static int snd_ac97_ymf7x3_info_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_info_speaker() 225 static int snd_ac97_ymf7x3_get_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_get_speaker() [all …]
|
/Linux-v5.10/sound/soc/codecs/ |
D | madera.h | 367 int madera_dfc_put(struct snd_kcontrol *kcontrol, 370 int madera_lp_mode_put(struct snd_kcontrol *kcontrol, 373 int madera_out1_demux_put(struct snd_kcontrol *kcontrol, 375 int madera_out1_demux_get(struct snd_kcontrol *kcontrol, 378 int madera_rate_put(struct snd_kcontrol *kcontrol, 381 int madera_eq_coeff_put(struct snd_kcontrol *kcontrol, 383 int madera_lhpf_coeff_put(struct snd_kcontrol *kcontrol, 387 struct snd_kcontrol *kcontrol, int event); 389 struct snd_kcontrol *kcontrol, int event); 391 struct snd_kcontrol *kcontrol, int event); [all …]
|
/Linux-v5.10/sound/usb/6fire/ |
D | control.c | 175 static int usb6fire_control_output_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_info() 185 static int usb6fire_control_output_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_put() 215 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get() 232 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put() 259 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get() 279 static int usb6fire_control_input_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_info() 289 static int usb6fire_control_input_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_put() 312 static int usb6fire_control_input_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_get() 323 static int usb6fire_control_line_phono_info(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_info() 329 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put() [all …]
|
/Linux-v5.10/sound/pci/ice1712/ |
D | pontis.c | 100 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_dac_vol_info() 109 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_get() 125 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put() 155 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info() 164 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get() 180 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put() 206 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_get() 217 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_put() 243 static int wm_bypass_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_get() 253 static int wm_bypass_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_put() [all …]
|
D | aureon.c | 188 static int aureon_universe_inmux_info(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_info() 197 static int aureon_universe_inmux_get(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_get() 206 static int aureon_universe_inmux_put(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_put() 347 static int aureon_ac97_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_ac97_vol_info() 356 static int aureon_ac97_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_get() 372 static int aureon_ac97_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_put() 400 static int aureon_ac97_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_get() 413 static int aureon_ac97_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_put() 438 static int aureon_ac97_micboost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_get() 450 static int aureon_ac97_micboost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_put() [all …]
|
D | phase.c | 285 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, in wm_pcm_mute_get() 297 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, in wm_pcm_mute_put() 318 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info() 328 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, in wm_master_vol_get() 340 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, in wm_master_vol_put() 464 static int wm_vol_info(struct snd_kcontrol *kcontrol, in wm_vol_info() 475 static int wm_vol_get(struct snd_kcontrol *kcontrol, in wm_vol_get() 490 static int wm_vol_put(struct snd_kcontrol *kcontrol, in wm_vol_put() 522 static int wm_mute_info(struct snd_kcontrol *kcontrol, in wm_mute_info() 531 static int wm_mute_get(struct snd_kcontrol *kcontrol, in wm_mute_get() [all …]
|
D | prodigy192.c | 94 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_get() 109 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_put() 133 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_dac_vol_info() 142 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_get() 158 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_put() 189 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_get() 203 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_put() 225 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_adc_vol_info() 234 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_get() 249 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_put() [all …]
|
/Linux-v5.10/sound/pci/emu10k1/ |
D | emumixer.c | 32 static int snd_emu10k1_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_emu10k1_spdif_info() 39 static int snd_emu10k1_spdif_get(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get() 58 static int snd_emu10k1_spdif_get_mask(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get_mask() 378 static int snd_emu1010_input_output_source_info(struct snd_kcontrol *kcontrol, in snd_emu1010_input_output_source_info() 389 static int snd_emu1010_output_source_get(struct snd_kcontrol *kcontrol, in snd_emu1010_output_source_get() 405 static int snd_emu1010_output_source_put(struct snd_kcontrol *kcontrol, in snd_emu1010_output_source_put() 435 static int snd_emu1010_input_source_get(struct snd_kcontrol *kcontrol, in snd_emu1010_input_source_get() 449 static int snd_emu1010_input_source_put(struct snd_kcontrol *kcontrol, in snd_emu1010_input_source_put() 577 static int snd_emu1010_adc_pads_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in snd_emu1010_adc_pads_get() 585 static int snd_emu1010_adc_pads_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in snd_emu1010_adc_pads_put() [all …]
|
/Linux-v5.10/sound/i2c/other/ |
D | ak4117.c | 142 static int snd_ak4117_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_info() 152 static int snd_ak4117_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_get() 167 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get() 179 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info() 189 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get() 198 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put() 214 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info() 224 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get() 233 static int snd_ak4117_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_info() 240 static int snd_ak4117_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_get() [all …]
|
D | ak4113.c | 173 static int snd_ak4113_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_info() 183 static int snd_ak4113_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_get() 198 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_bit_get() 211 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_info() 221 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_get() 231 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_put() 249 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_info() 259 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_get() 269 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_info() 277 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_get() [all …]
|
/Linux-v5.10/sound/soc/ |
D | soc-ops.c | 40 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_info_enum_double() 59 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_get_enum_double() 90 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_put_enum_double() 175 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw() 210 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_sx() 236 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw() 296 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw() 358 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_sx() 395 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_sx() 442 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_range() [all …]
|
/Linux-v5.10/sound/aoa/codecs/ |
D | tas.c | 224 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol, in tas_snd_vol_info() 234 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get() 246 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put() 284 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get() 296 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put() 325 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info() 335 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get() 349 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put() 385 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info() 395 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get() [all …]
|
/Linux-v5.10/sound/soc/pxa/ |
D | magician.c | 161 static int magician_get_hp(struct snd_kcontrol *kcontrol, in magician_get_hp() 168 static int magician_set_hp(struct snd_kcontrol *kcontrol, in magician_set_hp() 181 static int magician_get_spk(struct snd_kcontrol *kcontrol, in magician_get_spk() 188 static int magician_set_spk(struct snd_kcontrol *kcontrol, in magician_set_spk() 201 static int magician_get_input(struct snd_kcontrol *kcontrol, in magician_get_input() 208 static int magician_set_input(struct snd_kcontrol *kcontrol, in magician_set_input() 228 struct snd_kcontrol *k, int event) in magician_spk_power() 235 struct snd_kcontrol *k, int event) in magician_hp_power() 242 struct snd_kcontrol *k, int event) in magician_mic_bias()
|
/Linux-v5.10/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.10/sound/soc/ti/ |
D | n810.c | 120 static int n810_get_spk(struct snd_kcontrol *kcontrol, in n810_get_spk() 128 static int n810_set_spk(struct snd_kcontrol *kcontrol, in n810_set_spk() 142 static int n810_get_jack(struct snd_kcontrol *kcontrol, in n810_get_jack() 150 static int n810_set_jack(struct snd_kcontrol *kcontrol, in n810_set_jack() 164 static int n810_get_input(struct snd_kcontrol *kcontrol, in n810_get_input() 172 static int n810_set_input(struct snd_kcontrol *kcontrol, in n810_set_input() 187 struct snd_kcontrol *k, int event) in n810_spk_event() 198 struct snd_kcontrol *k, int event) in n810_jack_event()
|
/Linux-v5.10/sound/drivers/vx/ |
D | vx_mixer.c | 400 static int vx_output_level_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_output_level_info() 410 static int vx_output_level_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_output_level_get() 421 static int vx_output_level_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_output_level_put() 459 static int vx_audio_src_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_audio_src_info() 475 static int vx_audio_src_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_audio_src_get() 482 static int vx_audio_src_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_audio_src_put() 515 static int vx_clock_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_clock_mode_info() 524 static int vx_clock_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_clock_mode_get() 531 static int vx_clock_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_clock_mode_put() 559 static int vx_audio_gain_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_audio_gain_info() [all …]
|