Home
last modified time | relevance | path

Searched refs:snd_kcontrol (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/Linux-v4.19/include/sound/
Dcontrol.h31 struct snd_kcontrol;
32 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo…
33 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
34 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
35 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol,
69 struct snd_kcontrol { struct
82 void (*private_free)(struct snd_kcontrol *kcontrol); argument
86 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
124 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new * kcontrolnew, void * private_data);
125 void snd_ctl_free_one(struct snd_kcontrol * kcontrol);
[all …]
Dsoc-topology.h19 struct snd_kcontrol;
51 struct snd_kcontrol *kcontrol;
79 int (*get)(struct snd_kcontrol *kcontrol,
81 int (*put)(struct snd_kcontrol *kcontrol,
83 int (*info)(struct snd_kcontrol *kcontrol,
90 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes,
92 int (*put)(struct snd_kcontrol *kcontrol,
102 struct snd_kcontrol *k, int event);
/Linux-v4.19/sound/core/
Dvmaster.c57 struct snd_kcontrol *kctl; /* original kcontrol pointer */
58 struct snd_kcontrol slave; /* the copy of original control entry */
188 static int slave_info(struct snd_kcontrol *kcontrol, in slave_info()
195 static int slave_get(struct snd_kcontrol *kcontrol, in slave_get()
202 static int slave_put(struct snd_kcontrol *kcontrol, in slave_put()
225 static int slave_tlv_cmd(struct snd_kcontrol *kcontrol, in slave_tlv_cmd()
234 static void slave_free(struct snd_kcontrol *kcontrol) in slave_free()
256 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, in _snd_ctl_add_slave()
289 static int master_info(struct snd_kcontrol *kcontrol, in master_info()
305 static int master_get(struct snd_kcontrol *kcontrol, in master_get()
[all …]
/Linux-v4.19/sound/pci/ca0106/
Dca0106_mixer.c160 static int snd_ca0106_shared_spdif_get(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_get()
169 static int snd_ca0106_shared_spdif_put(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_put()
185 static int snd_ca0106_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_info()
195 static int snd_ca0106_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_get()
204 static int snd_ca0106_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_put()
222 static int snd_ca0106_i2c_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_info()
232 static int snd_ca0106_i2c_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_get()
241 static int snd_ca0106_i2c_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_put()
261 static int snd_ca0106_capture_line_in_side_out_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_line_in_side_out_info()
269 static int snd_ca0106_capture_mic_line_in_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_mic_line_in_info()
[all …]
/Linux-v4.19/sound/drivers/pcsp/
Dpcsp_mixer.c14 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-v4.19/sound/pci/ac97/
Dac97_patch.h69 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template,
71 static int snd_ac97_info_volsw(struct snd_kcontrol *kcontrol,
73 static int snd_ac97_get_volsw(struct snd_kcontrol *kcontrol,
75 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol,
90 static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol,
92 static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol,
94 static int snd_ac97_put_enum_double(struct snd_kcontrol *kcontrol,
Dac97_patch.c33 static struct snd_kcontrol *snd_ac97_find_mixer_ctl(struct snd_ac97 *ac97,
58 struct snd_kcontrol *kctl; in reset_tlv()
85 static int ac97_surround_jack_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *ui… in ac97_surround_jack_mode_info()
92 static int ac97_surround_jack_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uc… in ac97_surround_jack_mode_get()
100 static int ac97_surround_jack_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uc… in ac97_surround_jack_mode_put()
114 static int ac97_channel_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in ac97_channel_mode_info()
121 static int ac97_channel_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ac97_channel_mode_get()
129 static int ac97_channel_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ac97_channel_mode_put()
230 static int snd_ac97_ymf7x3_info_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_info_speaker()
240 static int snd_ac97_ymf7x3_get_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_get_speaker()
[all …]
/Linux-v4.19/sound/pci/oxygen/
Dxonar_dg_mixer.c57 static int output_select_info(struct snd_kcontrol *ctl, in output_select_info()
69 static int output_select_get(struct snd_kcontrol *ctl, in output_select_get()
81 static int output_select_put(struct snd_kcontrol *ctl, in output_select_put()
104 static int hp_stereo_volume_info(struct snd_kcontrol *ctl, in hp_stereo_volume_info()
114 static int hp_stereo_volume_get(struct snd_kcontrol *ctl, in hp_stereo_volume_get()
130 static int hp_stereo_volume_put(struct snd_kcontrol *ctl, in hp_stereo_volume_put()
160 static int hp_mute_get(struct snd_kcontrol *ctl, in hp_mute_get()
173 static int hp_mute_put(struct snd_kcontrol *ctl, in hp_mute_put()
208 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info()
218 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get()
[all …]
Doxygen_mixer.c28 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info()
40 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get()
53 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put()
73 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get()
84 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put()
110 static int upmix_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in upmix_info()
125 static int upmix_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_get()
195 static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_put()
213 static int spdif_switch_get(struct snd_kcontrol *ctl, in spdif_switch_get()
288 static int spdif_switch_put(struct snd_kcontrol *ctl, in spdif_switch_put()
[all …]
/Linux-v4.19/sound/usb/6fire/
Dcontrol.c179 static int usb6fire_control_output_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_info()
189 static int usb6fire_control_output_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_put()
219 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get()
236 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put()
263 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get()
283 static int usb6fire_control_input_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_info()
293 static int usb6fire_control_input_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_put()
316 static int usb6fire_control_input_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_get()
327 static int usb6fire_control_line_phono_info(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_info()
333 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put()
[all …]
/Linux-v4.19/sound/pci/ice1712/
Daureon.c202 static int aureon_universe_inmux_info(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_info()
211 static int aureon_universe_inmux_get(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_get()
220 static int aureon_universe_inmux_put(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_put()
361 static int aureon_ac97_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_ac97_vol_info()
370 static int aureon_ac97_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_get()
386 static int aureon_ac97_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_put()
414 static int aureon_ac97_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_get()
427 static int aureon_ac97_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_put()
452 static int aureon_ac97_micboost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_get()
464 static int aureon_ac97_micboost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_put()
[all …]
Dpontis.c114 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_dac_vol_info()
123 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_get()
139 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put()
169 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info()
178 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get()
194 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put()
220 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_get()
231 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_put()
257 static int wm_bypass_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_get()
267 static int wm_bypass_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_put()
[all …]
Dphase.c299 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, in wm_pcm_mute_get()
311 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, in wm_pcm_mute_put()
332 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info()
342 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, in wm_master_vol_get()
354 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, in wm_master_vol_put()
478 static int wm_vol_info(struct snd_kcontrol *kcontrol, in wm_vol_info()
489 static int wm_vol_get(struct snd_kcontrol *kcontrol, in wm_vol_get()
504 static int wm_vol_put(struct snd_kcontrol *kcontrol, in wm_vol_put()
536 static int wm_mute_info(struct snd_kcontrol *kcontrol, in wm_mute_info()
545 static int wm_mute_get(struct snd_kcontrol *kcontrol, in wm_mute_get()
[all …]
Dprodigy192.c108 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_get()
123 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_put()
147 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_dac_vol_info()
156 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_get()
172 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_put()
203 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_get()
217 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_put()
239 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_adc_vol_info()
248 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_get()
263 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_put()
[all …]
/Linux-v4.19/sound/pci/emu10k1/
Demumixer.c46 static int snd_emu10k1_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_emu10k1_spdif_info()
53 static int snd_emu10k1_spdif_get(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get()
72 static int snd_emu10k1_spdif_get_mask(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get_mask()
392 static int snd_emu1010_input_output_source_info(struct snd_kcontrol *kcontrol, in snd_emu1010_input_output_source_info()
403 static int snd_emu1010_output_source_get(struct snd_kcontrol *kcontrol, in snd_emu1010_output_source_get()
419 static int snd_emu1010_output_source_put(struct snd_kcontrol *kcontrol, in snd_emu1010_output_source_put()
449 static int snd_emu1010_input_source_get(struct snd_kcontrol *kcontrol, in snd_emu1010_input_source_get()
463 static int snd_emu1010_input_source_put(struct snd_kcontrol *kcontrol, in snd_emu1010_input_source_put()
591 static int snd_emu1010_adc_pads_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in snd_emu1010_adc_pads_get()
599 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-v4.19/sound/soc/codecs/
Dwm_adsp.h138 struct snd_kcontrol *kcontrol, int event);
140 struct snd_kcontrol *kcontrol, int event,
147 struct snd_kcontrol *kcontrol, int event);
149 int wm_adsp2_preloader_get(struct snd_kcontrol *kcontrol,
151 int wm_adsp2_preloader_put(struct snd_kcontrol *kcontrol,
153 int wm_adsp_fw_get(struct snd_kcontrol *kcontrol,
155 int wm_adsp_fw_put(struct snd_kcontrol *kcontrol,
/Linux-v4.19/sound/i2c/other/
Dak4117.c157 static int snd_ak4117_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_info()
167 static int snd_ak4117_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_get()
182 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get()
194 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info()
204 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get()
213 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put()
229 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info()
239 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get()
248 static int snd_ak4117_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_info()
255 static int snd_ak4117_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_get()
[all …]
Dak4113.c188 static int snd_ak4113_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_info()
198 static int snd_ak4113_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_get()
213 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_bit_get()
226 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_info()
236 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_get()
246 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_put()
264 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_info()
274 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_get()
284 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_info()
292 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_get()
[all …]
/Linux-v4.19/sound/soc/
Dsoc-ops.c40 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()
93 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_put_enum_double()
181 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw()
216 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_sx()
242 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw()
302 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw()
364 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_sx()
408 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_sx()
455 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_range()
[all …]
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-ctl.c30 static int snd_bcm2835_ctl_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_info()
75 static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_get()
96 static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_put()
176 static int snd_bcm2835_spdif_default_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_info()
184 static int snd_bcm2835_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_get()
201 static int snd_bcm2835_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_put()
221 static int snd_bcm2835_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_info()
229 static int snd_bcm2835_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_get()
240 static int snd_bcm2835_spdif_stream_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_stream_info()
248 static int snd_bcm2835_spdif_stream_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_stream_get()
[all …]
/Linux-v4.19/sound/aoa/codecs/
Dtas.c225 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol, in tas_snd_vol_info()
235 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get()
247 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put()
285 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get()
297 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put()
326 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info()
336 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get()
350 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put()
386 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info()
396 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get()
[all …]
/Linux-v4.19/sound/soc/pxa/
Dmagician.c166 static int magician_get_hp(struct snd_kcontrol *kcontrol, in magician_get_hp()
173 static int magician_set_hp(struct snd_kcontrol *kcontrol, in magician_set_hp()
186 static int magician_get_spk(struct snd_kcontrol *kcontrol, in magician_get_spk()
193 static int magician_set_spk(struct snd_kcontrol *kcontrol, in magician_set_spk()
206 static int magician_get_input(struct snd_kcontrol *kcontrol, in magician_get_input()
213 static int magician_set_input(struct snd_kcontrol *kcontrol, in magician_set_input()
233 struct snd_kcontrol *k, int event) in magician_spk_power()
240 struct snd_kcontrol *k, int event) in magician_hp_power()
247 struct snd_kcontrol *k, int event) in magician_mic_bias()
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio_olpc.c65 static int olpc_dc_info(struct snd_kcontrol *kctl, in olpc_dc_info()
75 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get()
81 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put()
89 static int olpc_mic_info(struct snd_kcontrol *kctl, in olpc_mic_info()
99 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get()
110 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put()
/Linux-v4.19/sound/soc/omap/
Dn810.c133 static int n810_get_spk(struct snd_kcontrol *kcontrol, in n810_get_spk()
141 static int n810_set_spk(struct snd_kcontrol *kcontrol, in n810_set_spk()
155 static int n810_get_jack(struct snd_kcontrol *kcontrol, in n810_get_jack()
163 static int n810_set_jack(struct snd_kcontrol *kcontrol, in n810_set_jack()
177 static int n810_get_input(struct snd_kcontrol *kcontrol, in n810_get_input()
185 static int n810_set_input(struct snd_kcontrol *kcontrol, in n810_set_input()
200 struct snd_kcontrol *k, int event) in n810_spk_event()
211 struct snd_kcontrol *k, int event) in n810_jack_event()
/Linux-v4.19/sound/drivers/vx/
Dvx_mixer.c413 static int vx_output_level_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_output_level_info()
423 static int vx_output_level_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_output_level_get()
434 static int vx_output_level_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_output_level_put()
472 static int vx_audio_src_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_audio_src_info()
488 static int vx_audio_src_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_audio_src_get()
495 static int vx_audio_src_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_audio_src_put()
528 static int vx_clock_mode_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_clock_mode_info()
537 static int vx_clock_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_clock_mode_get()
544 static int vx_clock_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_clock_mode_put()
572 static int vx_audio_gain_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_audio_gain_info()
[all …]

12345678910>>...16