Home
last modified time | relevance | path

Searched refs:snd_kcontrol (Results 1 – 200 of 327) sorted by relevance

12

/linux-4.4.14/include/sound/
Dcontrol.h29 struct snd_kcontrol;
30 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo…
31 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
32 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
33 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol,
67 struct snd_kcontrol { struct
80 void (*private_free)(struct snd_kcontrol *kcontrol); argument
84 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
122 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new * kcontrolnew, void * private_data);
123 void snd_ctl_free_one(struct snd_kcontrol * kcontrol);
[all …]
Dsoc-topology.h22 struct snd_kcontrol;
49 struct snd_kcontrol *kcontrol;
84 int (*get)(struct snd_kcontrol *kcontrol,
86 int (*put)(struct snd_kcontrol *kcontrol,
88 int (*info)(struct snd_kcontrol *kcontrol,
105 struct snd_kcontrol *k, int event);
Dwss.h186 int snd_wss_info_single(struct snd_kcontrol *kcontrol,
188 int snd_wss_get_single(struct snd_kcontrol *kcontrol,
190 int snd_wss_put_single(struct snd_kcontrol *kcontrol,
228 int snd_wss_info_double(struct snd_kcontrol *kcontrol,
230 int snd_wss_get_double(struct snd_kcontrol *kcontrol,
232 int snd_wss_put_double(struct snd_kcontrol *kcontrol,
Dsoc-dapm.h359 struct snd_kcontrol *kcontrol, int event);
361 struct snd_kcontrol *kcontrol, int event);
364 int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol,
366 int snd_soc_dapm_get_volsw(struct snd_kcontrol *kcontrol,
368 int snd_soc_dapm_get_enum_double(struct snd_kcontrol *kcontrol,
370 int snd_soc_dapm_put_enum_double(struct snd_kcontrol *kcontrol,
372 int snd_soc_dapm_info_pin_switch(struct snd_kcontrol *kcontrol,
374 int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol,
376 int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol,
410 struct snd_kcontrol *kcontrol, int connect,
[all …]
Dsoc.h575 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,
578 struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card,
590 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol,
592 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol,
594 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
596 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol,
598 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol,
601 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol,
603 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol,
607 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol,
[all …]
Dsb16_csp.h81 struct snd_kcontrol *qsound_switch;
82 struct snd_kcontrol *qsound_space;
Demu10k1.h1584 struct snd_kcontrol *kcontrol;
1764 struct snd_kcontrol *ctl_send_routing;
1765 struct snd_kcontrol *ctl_send_volume;
1766 struct snd_kcontrol *ctl_attn;
1767 struct snd_kcontrol *ctl_efx_send_routing;
1768 struct snd_kcontrol *ctl_efx_send_volume;
1769 struct snd_kcontrol *ctl_efx_attn;
Demu8000.h90 struct snd_kcontrol *controls[EMU8000_NUM_CONTROLS];
/linux-4.4.14/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-4.4.14/sound/drivers/pcsp/
Dpcsp_mixer.c13 static int pcsp_enable_info(struct snd_kcontrol *kcontrol, in pcsp_enable_info()
23 static int pcsp_enable_get(struct snd_kcontrol *kcontrol, in pcsp_enable_get()
31 static int pcsp_enable_put(struct snd_kcontrol *kcontrol, in pcsp_enable_put()
44 static int pcsp_treble_info(struct snd_kcontrol *kcontrol, in pcsp_treble_info()
58 static int pcsp_treble_get(struct snd_kcontrol *kcontrol, in pcsp_treble_get()
66 static int pcsp_treble_put(struct snd_kcontrol *kcontrol, in pcsp_treble_put()
82 static int pcsp_pcspkr_info(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_info()
92 static int pcsp_pcspkr_get(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_get()
100 static int pcsp_pcspkr_put(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_put()
/linux-4.4.14/sound/core/
Dvmaster.c57 struct snd_kcontrol *kctl; /* original kcontrol pointer */
58 struct snd_kcontrol slave; /* the copy of original control entry */
185 static int slave_info(struct snd_kcontrol *kcontrol, in slave_info()
192 static int slave_get(struct snd_kcontrol *kcontrol, in slave_get()
199 static int slave_put(struct snd_kcontrol *kcontrol, in slave_put()
222 static int slave_tlv_cmd(struct snd_kcontrol *kcontrol, in slave_tlv_cmd()
231 static void slave_free(struct snd_kcontrol *kcontrol) in slave_free()
253 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, in _snd_ctl_add_slave()
286 static int master_info(struct snd_kcontrol *kcontrol, in master_info()
302 static int master_get(struct snd_kcontrol *kcontrol, in master_get()
[all …]
Dctljack.c19 static int jack_detect_kctl_get(struct snd_kcontrol *kcontrol, in jack_detect_kctl_get()
66 struct snd_kcontrol *
69 struct snd_kcontrol *kctl; in snd_kctl_jack_new()
82 struct snd_kcontrol *kctl, bool status) in snd_kctl_jack_report()
Dcontrol.c121 struct snd_kcontrol *control; in snd_ctl_release()
207 static int snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count, in snd_ctl_new()
216 size = sizeof(struct snd_kcontrol); in snd_ctl_new()
243 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new *ncontrol, in snd_ctl_new1()
246 struct snd_kcontrol *kctl; in snd_ctl_new1()
304 void snd_ctl_free_one(struct snd_kcontrol *kcontrol) in snd_ctl_free_one()
317 struct snd_kcontrol *kctl; in snd_ctl_remove_numid_conflict()
361 int snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_add()
424 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, in snd_ctl_replace()
430 struct snd_kcontrol *old; in snd_ctl_replace()
[all …]
Djack.c30 struct snd_kcontrol *kctl;
120 static void snd_jack_kctl_private_free(struct snd_kcontrol *kctl) in snd_jack_kctl_private_free()
138 struct snd_kcontrol *kctl; in snd_jack_kctl_new()
/linux-4.4.14/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 …]
Dac97_codec.c462 static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol, in snd_ac97_info_enum_double()
471 static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol, in snd_ac97_get_enum_double()
488 static int snd_ac97_put_enum_double(struct snd_kcontrol *kcontrol, in snd_ac97_put_enum_double()
512 static int snd_ac97_page_save(struct snd_ac97 *ac97, int reg, struct snd_kcontrol *kcontrol) in snd_ac97_page_save()
535 static int snd_ac97_info_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_info_volsw()
549 static int snd_ac97_get_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_get_volsw()
573 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_put_volsw()
700 static void set_inv_eapd(struct snd_ac97 *ac97, struct snd_kcontrol *kctl) in set_inv_eapd()
707 static int snd_ac97_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ac97_spdif_mask_info()
714 static int snd_ac97_spdif_cmask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in snd_ac97_spdif_cmask_get()
[all …]
/linux-4.4.14/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 …]
Dxonar_wm87x6.c94 struct snd_kcontrol *line_adcmux_control;
95 struct snd_kcontrol *mic_adcmux_control;
96 struct snd_kcontrol *lc_controls[13];
508 static int wm8776_bit_switch_get(struct snd_kcontrol *ctl, in wm8776_bit_switch_get()
522 static int wm8776_bit_switch_put(struct snd_kcontrol *ctl, in wm8776_bit_switch_put()
544 static int wm8776_field_enum_info(struct snd_kcontrol *ctl, in wm8776_field_enum_info()
607 static int wm8776_field_volume_info(struct snd_kcontrol *ctl, in wm8776_field_volume_info()
617 static void wm8776_field_set_from_ctl(struct snd_kcontrol *ctl) in wm8776_field_set_from_ctl()
650 static int wm8776_field_set(struct snd_kcontrol *ctl, unsigned int value) in wm8776_field_set()
670 static int wm8776_field_enum_get(struct snd_kcontrol *ctl, in wm8776_field_enum_get()
[all …]
Doxygen.c438 static int rolloff_info(struct snd_kcontrol *ctl, in rolloff_info()
448 static int rolloff_get(struct snd_kcontrol *ctl, in rolloff_get()
459 static int rolloff_put(struct snd_kcontrol *ctl, in rolloff_put()
491 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in hpf_info()
500 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_get()
510 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_put()
536 static int meridian_dig_source_info(struct snd_kcontrol *ctl, in meridian_dig_source_info()
544 static int claro_dig_source_info(struct snd_kcontrol *ctl, in claro_dig_source_info()
552 static int meridian_dig_source_get(struct snd_kcontrol *ctl, in meridian_dig_source_get()
563 static int claro_dig_source_get(struct snd_kcontrol *ctl, in claro_dig_source_get()
[all …]
Dxonar.h29 int xonar_gpio_bit_switch_get(struct snd_kcontrol *ctl,
31 int xonar_gpio_bit_switch_put(struct snd_kcontrol *ctl,
Dxonar_pcm179x.c725 static int rolloff_info(struct snd_kcontrol *ctl, in rolloff_info()
735 static int rolloff_get(struct snd_kcontrol *ctl, in rolloff_get()
747 static int rolloff_put(struct snd_kcontrol *ctl, in rolloff_put()
789 static int st_output_switch_info(struct snd_kcontrol *ctl, in st_output_switch_info()
799 static int st_output_switch_get(struct snd_kcontrol *ctl, in st_output_switch_get()
816 static int st_output_switch_put(struct snd_kcontrol *ctl, in st_output_switch_put()
844 static int st_hp_volume_offset_info(struct snd_kcontrol *ctl, in st_hp_volume_offset_info()
854 static int st_hp_volume_offset_get(struct snd_kcontrol *ctl, in st_hp_volume_offset_get()
874 static int st_hp_volume_offset_put(struct snd_kcontrol *ctl, in st_hp_volume_offset_put()
913 static int xense_output_switch_get(struct snd_kcontrol *ctl, in xense_output_switch_get()
[all …]
Dxonar_lib.c102 int xonar_gpio_bit_switch_get(struct snd_kcontrol *ctl, in xonar_gpio_bit_switch_get()
114 int xonar_gpio_bit_switch_put(struct snd_kcontrol *ctl, in xonar_gpio_bit_switch_put()
Dxonar_cs43xx.c294 static int rolloff_info(struct snd_kcontrol *ctl, in rolloff_info()
304 static int rolloff_get(struct snd_kcontrol *ctl, in rolloff_get()
315 static int rolloff_put(struct snd_kcontrol *ctl, in rolloff_put()
/linux-4.4.14/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 …]
Dcontrol.h41 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];
/linux-4.4.14/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 …]
Dp16v.c695 static int snd_p16v_volume_info(struct snd_kcontrol *kcontrol, in snd_p16v_volume_info()
705 static int snd_p16v_volume_get(struct snd_kcontrol *kcontrol, in snd_p16v_volume_get()
724 static int snd_p16v_volume_put(struct snd_kcontrol *kcontrol, in snd_p16v_volume_put()
749 static int snd_p16v_capture_source_info(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_info()
760 static int snd_p16v_capture_source_get(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_get()
769 static int snd_p16v_capture_source_put(struct snd_kcontrol *kcontrol, in snd_p16v_capture_source_put()
791 static int snd_p16v_capture_channel_info(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_info()
799 static int snd_p16v_capture_channel_get(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_get()
808 static int snd_p16v_capture_channel_put(struct snd_kcontrol *kcontrol, in snd_p16v_capture_channel_put()
/linux-4.4.14/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 …]
Dprodigy_hifi.c255 static int ak4396_dac_vol_info(struct snd_kcontrol *kcontrol, in ak4396_dac_vol_info()
265 static int ak4396_dac_vol_get(struct snd_kcontrol *kcontrol, in ak4396_dac_vol_get()
278 static int ak4396_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ak4396_dac_vol_put()
383 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, in wm_dac_vol_info()
393 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, in wm_dac_vol_get()
406 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put()
430 static int wm8766_vol_info(struct snd_kcontrol *kcontrol, in wm8766_vol_info()
441 static int wm8766_vol_get(struct snd_kcontrol *kcontrol, in wm8766_vol_get()
455 static int wm8766_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm8766_vol_put()
482 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info()
[all …]
Dwtm.c127 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, in stac9460_dac_mute_get()
154 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, in stac9460_dac_mute_put()
195 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_info()
205 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_get()
227 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_put()
272 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, in stac9460_adc_mute_get()
294 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, in stac9460_adc_mute_put()
330 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_info()
340 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_get()
364 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_put()
[all …]
Dmaya44.c171 static int maya_vol_info(struct snd_kcontrol *kcontrol, in maya_vol_info()
184 static int maya_vol_get(struct snd_kcontrol *kcontrol, in maya_vol_get()
199 static int maya_vol_put(struct snd_kcontrol *kcontrol, in maya_vol_put()
245 static int maya_sw_get(struct snd_kcontrol *kcontrol, in maya_sw_get()
257 static int maya_sw_put(struct snd_kcontrol *kcontrol, in maya_sw_put()
310 static int maya_gpio_sw_get(struct snd_kcontrol *kcontrol, in maya_gpio_sw_get()
324 static int maya_gpio_sw_put(struct snd_kcontrol *kcontrol, in maya_gpio_sw_put()
357 static int maya_rec_src_info(struct snd_kcontrol *kcontrol, in maya_rec_src_info()
365 static int maya_rec_src_get(struct snd_kcontrol *kcontrol, in maya_rec_src_get()
379 static int maya_rec_src_put(struct snd_kcontrol *kcontrol, in maya_rec_src_put()
[all …]
Dquartet.c509 static int qtet_mute_get(struct snd_kcontrol *kcontrol, in qtet_mute_get()
519 static int qtet_mute_put(struct snd_kcontrol *kcontrol, in qtet_mute_put()
547 static int qtet_ain12_enum_info(struct snd_kcontrol *kcontrol, in qtet_ain12_enum_info()
555 static int qtet_ain12_sw_get(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_get()
580 static int qtet_ain12_sw_put(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_put()
624 static int qtet_php_get(struct snd_kcontrol *kcontrol, in qtet_php_get()
635 static int qtet_php_put(struct snd_kcontrol *kcontrol, in qtet_php_put()
689 static int qtet_enum_info(struct snd_kcontrol *kcontrol, in qtet_enum_info()
698 static int qtet_sw_get(struct snd_kcontrol *kcontrol, in qtet_sw_get()
709 static int qtet_sw_put(struct snd_kcontrol *kcontrol, in qtet_sw_put()
[all …]
Dse.c434 static int se200pci_cont_volume_info(struct snd_kcontrol *kc, in se200pci_cont_volume_info()
446 static int se200pci_cont_enum_info(struct snd_kcontrol *kc, in se200pci_cont_enum_info()
458 static int se200pci_cont_volume_get(struct snd_kcontrol *kc, in se200pci_cont_volume_get()
469 static int se200pci_cont_boolean_get(struct snd_kcontrol *kc, in se200pci_cont_boolean_get()
479 static int se200pci_cont_enum_get(struct snd_kcontrol *kc, in se200pci_cont_enum_get()
530 static int se200pci_cont_volume_put(struct snd_kcontrol *kc, in se200pci_cont_volume_put()
556 static int se200pci_cont_boolean_put(struct snd_kcontrol *kc, in se200pci_cont_boolean_put()
573 static int se200pci_cont_enum_put(struct snd_kcontrol *kc, in se200pci_cont_enum_put()
Dews.c578 static int snd_ice1712_ewx_io_sense_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *u… in snd_ice1712_ewx_io_sense_info()
586 static int snd_ice1712_ewx_io_sense_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *u… in snd_ice1712_ewx_io_sense_get()
597 static int snd_ice1712_ewx_io_sense_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *u… in snd_ice1712_ewx_io_sense_put()
638 static int snd_ice1712_ews88mt_output_sense_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_… in snd_ice1712_ews88mt_output_sense_get()
655 static int snd_ice1712_ews88mt_output_sense_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_… in snd_ice1712_ews88mt_output_sense_put()
677 static int snd_ice1712_ews88mt_input_sense_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_v… in snd_ice1712_ews88mt_input_sense_get()
698 static int snd_ice1712_ews88mt_input_sense_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_v… in snd_ice1712_ews88mt_input_sense_put()
746 static int snd_ice1712_ews88d_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value … in snd_ice1712_ews88d_control_get()
767 static int snd_ice1712_ews88d_control_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value … in snd_ice1712_ews88d_control_put()
858 static int snd_ice1712_6fire_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *… in snd_ice1712_6fire_control_get()
[all …]
Dice1712.c259 static int snd_ice1712_digmix_route_ac97_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_ice1712_digmix_route_ac97_get()
267 static int snd_ice1712_digmix_route_ac97_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_ice1712_digmix_route_ac97_put()
1303 static int snd_ice1712_pro_mixer_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu… in snd_ice1712_pro_mixer_switch_get()
1318 static int snd_ice1712_pro_mixer_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu… in snd_ice1712_pro_mixer_switch_put()
1336 static int snd_ice1712_pro_mixer_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_inf… in snd_ice1712_pro_mixer_volume_info()
1345 static int snd_ice1712_pro_mixer_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu… in snd_ice1712_pro_mixer_volume_get()
1360 static int snd_ice1712_pro_mixer_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu… in snd_ice1712_pro_mixer_volume_put()
1616 static int snd_ice1712_eeprom_info(struct snd_kcontrol *kcontrol, in snd_ice1712_eeprom_info()
1624 static int snd_ice1712_eeprom_get(struct snd_kcontrol *kcontrol, in snd_ice1712_eeprom_get()
1643 static int snd_ice1712_spdif_info(struct snd_kcontrol *kcontrol, in snd_ice1712_spdif_info()
[all …]
Djuli.c303 static int juli_mute_get(struct snd_kcontrol *kcontrol, in juli_mute_get()
318 static int juli_mute_put(struct snd_kcontrol *kcontrol, in juli_mute_put()
425 static struct snd_kcontrol *ctl_find(struct snd_card *card, in ctl_find()
437 struct snd_kcontrol *master, in add_slaves()
441 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
455 struct snd_kcontrol *vmaster; in juli_add_controls()
Dwm8766.c195 static int snd_wm8766_volume_info(struct snd_kcontrol *kcontrol, in snd_wm8766_volume_info()
209 static int snd_wm8766_enum_info(struct snd_kcontrol *kcontrol, in snd_wm8766_enum_info()
219 static int snd_wm8766_ctl_get(struct snd_kcontrol *kcontrol, in snd_wm8766_ctl_get()
250 static int snd_wm8766_ctl_put(struct snd_kcontrol *kcontrol, in snd_wm8766_ctl_put()
293 struct snd_kcontrol *ctl; in snd_wm8766_add_control()
Dice1724.c1586 static int snd_vt1724_eeprom_info(struct snd_kcontrol *kcontrol, in snd_vt1724_eeprom_info()
1594 static int snd_vt1724_eeprom_get(struct snd_kcontrol *kcontrol, in snd_vt1724_eeprom_get()
1613 static int snd_vt1724_spdif_info(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_info()
1691 static int snd_vt1724_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_default_get()
1701 static int snd_vt1724_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_default_put()
1725 static int snd_vt1724_spdif_maskc_get(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_maskc_get()
1738 static int snd_vt1724_spdif_maskp_get(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_maskp_get()
1768 static int snd_vt1724_spdif_sw_get(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_sw_get()
1777 static int snd_vt1724_spdif_sw_put(struct snd_kcontrol *kcontrol, in snd_vt1724_spdif_sw_put()
1813 int snd_vt1724_gpio_get(struct snd_kcontrol *kcontrol,
[all …]
Dwm8776.c49 struct snd_kcontrol *kctl; in snd_wm8776_activate_ctl()
469 static int snd_wm8776_volume_info(struct snd_kcontrol *kcontrol, in snd_wm8776_volume_info()
483 static int snd_wm8776_enum_info(struct snd_kcontrol *kcontrol, in snd_wm8776_enum_info()
493 static int snd_wm8776_ctl_get(struct snd_kcontrol *kcontrol, in snd_wm8776_ctl_get()
524 static int snd_wm8776_ctl_put(struct snd_kcontrol *kcontrol, in snd_wm8776_ctl_put()
567 struct snd_kcontrol *ctl; in snd_wm8776_add_control()
Dpsc724.c195 struct snd_kcontrol *kctl; in psc724_set_jack_state()
275 static int psc724_ctl_get(struct snd_kcontrol *kcontrol, in psc724_ctl_get()
286 static int psc724_ctl_put(struct snd_kcontrol *kcontrol, in psc724_ctl_put()
322 struct snd_kcontrol *ctl; in psc724_add_controls()
Dice1712.h282 struct snd_kcontrol *stream_ctl;
460 int snd_ice1712_gpio_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol);
461 int snd_ice1712_gpio_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol);
/linux-4.4.14/sound/pci/hda/
Dhda_local.h109 int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol,
111 int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol,
113 int snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol,
115 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
117 int snd_hda_mixer_amp_switch_info(struct snd_kcontrol *kcontrol,
119 int snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol,
121 int snd_hda_mixer_amp_switch_put(struct snd_kcontrol *kcontrol,
124 int snd_hda_mixer_amp_switch_get_beep(struct snd_kcontrol *kcontrol,
126 int snd_hda_mixer_amp_switch_put_beep(struct snd_kcontrol *kcontrol,
142 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec,
[all …]
Dhda_codec.c1300 int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol, in snd_hda_mixer_amp_volume_info()
1363 int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol, in snd_hda_mixer_amp_volume_get()
1390 int snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol, in snd_hda_mixer_amp_volume_put()
1422 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag, in snd_hda_mixer_amp_tlv()
1483 static struct snd_kcontrol *
1504 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec, in snd_hda_find_mixer_ctl()
1543 struct snd_kcontrol *kctl) in snd_hda_ctl_add()
1582 int snd_hda_add_nid(struct hda_codec *codec, struct snd_kcontrol *kctl, in snd_hda_add_nid()
1694 typedef int (*map_slave_func_t)(struct hda_codec *, void *, struct snd_kcontrol *);
1706 struct snd_kcontrol *sctl = items[i].kctl; in map_slaves()
[all …]
Ddell_wmi_helper.c11 struct snd_kcontrol *,
15 struct snd_kcontrol *kcontrol, in update_dell_wmi_micmute_led()
Dpatch_conexant.c81 struct snd_kcontrol *kctl; in add_beep_ctls()
317 struct snd_kcontrol *kcontrol, in cxt_update_headset_mode_hook()
471 static int olpc_xo_dc_mode_get(struct snd_kcontrol *kcontrol, in olpc_xo_dc_mode_get()
480 static int olpc_xo_dc_mode_put(struct snd_kcontrol *kcontrol, in olpc_xo_dc_mode_put()
496 static int olpc_xo_dc_bias_enum_get(struct snd_kcontrol *kcontrol, in olpc_xo_dc_bias_enum_get()
505 static int olpc_xo_dc_bias_enum_info(struct snd_kcontrol *kcontrol, in olpc_xo_dc_bias_enum_info()
511 static int olpc_xo_dc_bias_enum_put(struct snd_kcontrol *kcontrol, in olpc_xo_dc_bias_enum_put()
552 static int olpc_xo_mic_boost_put(struct snd_kcontrol *kcontrol, in olpc_xo_mic_boost_put()
Dpatch_via.c234 static int via_pin_power_ctl_info(struct snd_kcontrol *kcontrol, in via_pin_power_ctl_info()
240 static int via_pin_power_ctl_get(struct snd_kcontrol *kcontrol, in via_pin_power_ctl_get()
250 static int via_pin_power_ctl_put(struct snd_kcontrol *kcontrol, in via_pin_power_ctl_put()
300 struct snd_kcontrol *kctl; in add_beep_ctls()
519 static int vt1708_jack_detect_get(struct snd_kcontrol *kcontrol, in vt1708_jack_detect_get()
531 static int vt1708_jack_detect_put(struct snd_kcontrol *kcontrol, in vt1708_jack_detect_put()
921 static int vt1716s_dmic_info(struct snd_kcontrol *kcontrol, in vt1716s_dmic_info()
931 static int vt1716s_dmic_get(struct snd_kcontrol *kcontrol, in vt1716s_dmic_get()
945 static int vt1716s_dmic_put(struct snd_kcontrol *kcontrol, in vt1716s_dmic_put()
Dhda_beep.c294 static bool ctl_has_mute(struct snd_kcontrol *kcontrol) in ctl_has_mute()
308 int snd_hda_mixer_amp_switch_get_beep(struct snd_kcontrol *kcontrol, in snd_hda_mixer_amp_switch_get_beep()
327 int snd_hda_mixer_amp_switch_put_beep(struct snd_kcontrol *kcontrol, in snd_hda_mixer_amp_switch_put_beep()
Dpatch_analog.c72 struct snd_kcontrol *kctl; in create_beep_ctls()
461 static int ad1983_auto_smux_enum_info(struct snd_kcontrol *kcontrol, in ad1983_auto_smux_enum_info()
479 static int ad1983_auto_smux_enum_get(struct snd_kcontrol *kcontrol, in ad1983_auto_smux_enum_get()
489 static int ad1983_auto_smux_enum_put(struct snd_kcontrol *kcontrol, in ad1983_auto_smux_enum_put()
741 static int ad1988_auto_smux_enum_info(struct snd_kcontrol *kcontrol, in ad1988_auto_smux_enum_info()
754 static int ad1988_auto_smux_enum_get(struct snd_kcontrol *kcontrol, in ad1988_auto_smux_enum_get()
764 static int ad1988_auto_smux_enum_put(struct snd_kcontrol *kcontrol, in ad1988_auto_smux_enum_put()
Dpatch_cirrus.c51 int (*spdif_sw_put)(struct snd_kcontrol *kcontrol,
708 static int cs4208_spdif_sw_put(struct snd_kcontrol *kcontrol, in cs4208_spdif_sw_put()
726 struct snd_kcontrol *kctl; in cs4208_fixup_spdif_switch()
946 static int cs421x_boost_vol_info(struct snd_kcontrol *kcontrol, in cs421x_boost_vol_info()
956 static int cs421x_boost_vol_get(struct snd_kcontrol *kcontrol, in cs421x_boost_vol_get()
966 static int cs421x_boost_vol_put(struct snd_kcontrol *kcontrol, in cs421x_boost_vol_put()
Dpatch_si3054.c99 static int si3054_switch_get(struct snd_kcontrol *kcontrol, in si3054_switch_get()
109 static int si3054_switch_put(struct snd_kcontrol *kcontrol, in si3054_switch_put()
Dhda_generic.c963 static int hda_gen_mixer_mute_put(struct snd_kcontrol *kcontrol,
965 static int hda_gen_bind_mute_put(struct snd_kcontrol *kcontrol,
1097 static void sync_auto_mute_bits(struct snd_kcontrol *kcontrol, in sync_auto_mute_bits()
1111 static int hda_gen_mixer_mute_put(struct snd_kcontrol *kcontrol, in hda_gen_mixer_mute_put()
1118 static int hda_gen_bind_mute_put(struct snd_kcontrol *kcontrol, in hda_gen_bind_mute_put()
2182 static int indep_hp_info(struct snd_kcontrol *kcontrol, in indep_hp_info()
2188 static int indep_hp_get(struct snd_kcontrol *kcontrol, in indep_hp_get()
2201 static int indep_hp_put(struct snd_kcontrol *kcontrol, in indep_hp_put()
2286 static int ch_mode_info(struct snd_kcontrol *kcontrol, in ch_mode_info()
2303 static int ch_mode_get(struct snd_kcontrol *kcontrol, in ch_mode_get()
[all …]
Dthinkpad_helper.c42 struct snd_kcontrol *kcontrol, in update_tpacpi_micmute_led()
/linux-4.4.14/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()
183 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get()
195 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info()
205 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get()
214 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put()
230 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info()
240 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get()
249 static int snd_ak4117_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_info()
256 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()
214 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_bit_get()
227 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_info()
237 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_get()
247 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_put()
265 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_info()
275 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_get()
285 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_info()
293 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_get()
[all …]
Dak4114.c183 static int snd_ak4114_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4114_in_error_info()
193 static int snd_ak4114_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_error_get()
209 static int snd_ak4114_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_bit_get()
221 static int snd_ak4114_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_info()
231 static int snd_ak4114_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_get()
240 static int snd_ak4114_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4114_spdif_info()
247 static int snd_ak4114_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_get()
258 static int snd_ak4114_spdif_playback_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_get()
269 static int snd_ak4114_spdif_playback_put(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_put()
280 static int snd_ak4114_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_ak4114_spdif_mask_info()
[all …]
Dpt2258.c84 static int pt2258_stereo_volume_info(struct snd_kcontrol *kcontrol, in pt2258_stereo_volume_info()
94 static int pt2258_stereo_volume_get(struct snd_kcontrol *kcontrol, in pt2258_stereo_volume_get()
106 static int pt2258_stereo_volume_put(struct snd_kcontrol *kcontrol, in pt2258_stereo_volume_put()
147 static int pt2258_switch_get(struct snd_kcontrol *kcontrol, in pt2258_switch_get()
156 static int pt2258_switch_put(struct snd_kcontrol *kcontrol, in pt2258_switch_put()
Dak4xxx-adda.c366 static int snd_akm4xxx_volume_info(struct snd_kcontrol *kcontrol, in snd_akm4xxx_volume_info()
378 static int snd_akm4xxx_volume_get(struct snd_kcontrol *kcontrol, in snd_akm4xxx_volume_get()
389 static int put_ak_reg(struct snd_kcontrol *kcontrol, int addr, in put_ak_reg()
414 static int snd_akm4xxx_volume_put(struct snd_kcontrol *kcontrol, in snd_akm4xxx_volume_put()
424 static int snd_akm4xxx_stereo_volume_info(struct snd_kcontrol *kcontrol, in snd_akm4xxx_stereo_volume_info()
436 static int snd_akm4xxx_stereo_volume_get(struct snd_kcontrol *kcontrol, in snd_akm4xxx_stereo_volume_get()
448 static int snd_akm4xxx_stereo_volume_put(struct snd_kcontrol *kcontrol, in snd_akm4xxx_stereo_volume_put()
465 static int snd_akm4xxx_deemphasis_info(struct snd_kcontrol *kcontrol, in snd_akm4xxx_deemphasis_info()
474 static int snd_akm4xxx_deemphasis_get(struct snd_kcontrol *kcontrol, in snd_akm4xxx_deemphasis_get()
486 static int snd_akm4xxx_deemphasis_put(struct snd_kcontrol *kcontrol, in snd_akm4xxx_deemphasis_put()
[all …]
/linux-4.4.14/sound/soc/
Dsoc-ops.c45 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_info_enum_double()
64 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_get_enum_double()
98 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_put_enum_double()
186 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw()
221 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_sx()
247 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw()
307 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw()
369 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_sx()
413 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_sx()
460 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_range()
[all …]
Dsoc-dapm.c313 struct snd_kcontrol *kcontrol) in dapm_kcontrol_data_alloc()
417 static void dapm_kcontrol_free(struct snd_kcontrol *kctl) in dapm_kcontrol_free()
425 const struct snd_kcontrol *kcontrol) in dapm_kcontrol_get_wlist()
432 static int dapm_kcontrol_add_widget(struct snd_kcontrol *kcontrol, in dapm_kcontrol_add_widget()
457 static void dapm_kcontrol_add_path(const struct snd_kcontrol *kcontrol, in dapm_kcontrol_add_path()
465 static bool dapm_kcontrol_is_powered(const struct snd_kcontrol *kcontrol) in dapm_kcontrol_is_powered()
476 const struct snd_kcontrol *kcontrol) in dapm_kcontrol_get_path_list()
487 unsigned int dapm_kcontrol_get_value(const struct snd_kcontrol *kcontrol) in dapm_kcontrol_get_value()
495 static bool dapm_kcontrol_set_value(const struct snd_kcontrol *kcontrol, in dapm_kcontrol_set_value()
517 struct snd_kcontrol *kcontrol) in snd_soc_dapm_kcontrol_widget()
[all …]
/linux-4.4.14/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 …]
Donyx.c109 static int onyx_snd_vol_info(struct snd_kcontrol *kcontrol, in onyx_snd_vol_info()
119 static int onyx_snd_vol_get(struct snd_kcontrol *kcontrol, in onyx_snd_vol_get()
136 static int onyx_snd_vol_put(struct snd_kcontrol *kcontrol, in onyx_snd_vol_put()
185 static int onyx_snd_inputgain_info(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_info()
195 static int onyx_snd_inputgain_get(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_get()
211 static int onyx_snd_inputgain_put(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_put()
241 static int onyx_snd_capture_source_info(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_info()
249 static int onyx_snd_capture_source_get(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_get()
277 static int onyx_snd_capture_source_put(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_put()
309 static int onyx_snd_mute_get(struct snd_kcontrol *kcontrol, in onyx_snd_mute_get()
[all …]
/linux-4.4.14/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-4.4.14/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()
Drx51.c132 static int rx51_get_spk(struct snd_kcontrol *kcontrol, in rx51_get_spk()
140 static int rx51_set_spk(struct snd_kcontrol *kcontrol, in rx51_set_spk()
155 struct snd_kcontrol *k, int event) in rx51_spk_event()
168 struct snd_kcontrol *k, int event) in rx51_hp_event()
180 static int rx51_get_input(struct snd_kcontrol *kcontrol, in rx51_get_input()
188 static int rx51_set_input(struct snd_kcontrol *kcontrol, in rx51_set_input()
202 static int rx51_get_jack(struct snd_kcontrol *kcontrol, in rx51_get_jack()
210 static int rx51_set_jack(struct snd_kcontrol *kcontrol, in rx51_set_jack()
Domap-mcbsp.c609 static int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, in omap_mcbsp_st_info_volsw()
626 omap_mcbsp_set_st_ch##channel##_volume(struct snd_kcontrol *kc, \
645 omap_mcbsp_get_st_ch##channel##_volume(struct snd_kcontrol *kc, \
662 static int omap_mcbsp_st_put_mode(struct snd_kcontrol *kcontrol, in omap_mcbsp_st_put_mode()
680 static int omap_mcbsp_st_get_mode(struct snd_kcontrol *kcontrol, in omap_mcbsp_st_get_mode()
Domap3pandora.c80 struct snd_kcontrol *k, int event) in omap3pandora_dac_event()
106 struct snd_kcontrol *k, int event) in omap3pandora_hp_event()
/linux-4.4.14/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 …]
/linux-4.4.14/sound/i2c/
Dtea6330t.c86 static int snd_tea6330t_info_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_master_volume()
96 static int snd_tea6330t_get_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_master_volume()
108 static int snd_tea6330t_put_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_master_volume()
147 static int snd_tea6330t_get_master_switch(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_master_switch()
159 static int snd_tea6330t_put_master_switch(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_master_switch()
189 static int snd_tea6330t_info_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_bass()
201 static int snd_tea6330t_get_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_bass()
210 static int snd_tea6330t_put_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_bass()
236 static int snd_tea6330t_info_treble(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_treble()
248 static int snd_tea6330t_get_treble(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_treble()
[all …]
Dcs8427.c49 struct snd_kcontrol *pcm_ctl;
360 static int snd_cs8427_in_status_info(struct snd_kcontrol *kcontrol, in snd_cs8427_in_status_info()
370 static int snd_cs8427_in_status_get(struct snd_kcontrol *kcontrol, in snd_cs8427_in_status_get()
385 static int snd_cs8427_qsubcode_info(struct snd_kcontrol *kcontrol, in snd_cs8427_qsubcode_info()
393 static int snd_cs8427_qsubcode_get(struct snd_kcontrol *kcontrol, in snd_cs8427_qsubcode_get()
418 static int snd_cs8427_spdif_info(struct snd_kcontrol *kcontrol, in snd_cs8427_spdif_info()
426 static int snd_cs8427_spdif_get(struct snd_kcontrol *kcontrol, in snd_cs8427_spdif_get()
438 static int snd_cs8427_spdif_put(struct snd_kcontrol *kcontrol, in snd_cs8427_spdif_put()
462 static int snd_cs8427_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_cs8427_spdif_mask_info()
470 static int snd_cs8427_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_cs8427_spdif_mask_get()
[all …]
/linux-4.4.14/sound/ppc/
Dpmac.h151 struct snd_kcontrol *master_sw_ctl;
152 struct snd_kcontrol *speaker_sw_ctl;
153 struct snd_kcontrol *drc_sw_ctl; /* only used for tumbler -ReneR */
154 struct snd_kcontrol *hp_detect_ctl;
155 struct snd_kcontrol *lineout_sw_ctl;
Ddaca.c95 static int daca_get_deemphasis(struct snd_kcontrol *kcontrol, in daca_get_deemphasis()
106 static int daca_put_deemphasis(struct snd_kcontrol *kcontrol, in daca_put_deemphasis()
124 static int daca_info_volume(struct snd_kcontrol *kcontrol, in daca_info_volume()
134 static int daca_get_volume(struct snd_kcontrol *kcontrol, in daca_get_volume()
146 static int daca_put_volume(struct snd_kcontrol *kcontrol, in daca_put_volume()
173 static int daca_get_amp(struct snd_kcontrol *kcontrol, in daca_get_amp()
184 static int daca_put_amp(struct snd_kcontrol *kcontrol, in daca_put_amp()
Dawacs.c135 static int snd_pmac_awacs_info_volume(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_info_volume()
145 static int snd_pmac_awacs_get_volume(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_get_volume()
168 static int snd_pmac_awacs_put_volume(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_put_volume()
211 static int snd_pmac_awacs_get_switch(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_get_switch()
230 static int snd_pmac_awacs_put_switch(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_put_switch()
333 static int snd_pmac_awacs_info_volume_amp(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_info_volume_amp()
343 static int snd_pmac_awacs_get_volume_amp(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_get_volume_amp()
355 static int snd_pmac_awacs_put_volume_amp(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_put_volume_amp()
370 static int snd_pmac_awacs_get_switch_amp(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_get_switch_amp()
384 static int snd_pmac_awacs_put_switch_amp(struct snd_kcontrol *kcontrol, in snd_pmac_awacs_put_switch_amp()
[all …]
Dburgundy.c174 static int snd_pmac_burgundy_info_volume(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_info_volume()
184 static int snd_pmac_burgundy_get_volume(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_get_volume()
195 static int snd_pmac_burgundy_put_volume(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_put_volume()
250 static int snd_pmac_burgundy_info_volume_2b(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_info_volume_2b()
260 static int snd_pmac_burgundy_get_volume_2b(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_get_volume_2b()
271 static int snd_pmac_burgundy_put_volume_2b(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_put_volume_2b()
296 static int snd_pmac_burgundy_info_gain(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_info_gain()
307 static int snd_pmac_burgundy_get_gain(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_get_gain()
325 static int snd_pmac_burgundy_put_gain(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_put_gain()
358 static int snd_pmac_burgundy_info_switch_w(struct snd_kcontrol *kcontrol, in snd_pmac_burgundy_info_switch_w()
[all …]
Dtumbler.c256 static int tumbler_info_master_volume(struct snd_kcontrol *kcontrol, in tumbler_info_master_volume()
266 static int tumbler_get_master_volume(struct snd_kcontrol *kcontrol, in tumbler_get_master_volume()
277 static int tumbler_put_master_volume(struct snd_kcontrol *kcontrol, in tumbler_put_master_volume()
301 static int tumbler_get_master_switch(struct snd_kcontrol *kcontrol, in tumbler_get_master_switch()
312 static int tumbler_put_master_switch(struct snd_kcontrol *kcontrol, in tumbler_put_master_switch()
402 static int tumbler_info_drc_value(struct snd_kcontrol *kcontrol, in tumbler_info_drc_value()
414 static int tumbler_get_drc_value(struct snd_kcontrol *kcontrol, in tumbler_get_drc_value()
425 static int tumbler_put_drc_value(struct snd_kcontrol *kcontrol, in tumbler_put_drc_value()
454 static int tumbler_get_drc_switch(struct snd_kcontrol *kcontrol, in tumbler_get_drc_switch()
465 static int tumbler_put_drc_switch(struct snd_kcontrol *kcontrol, in tumbler_put_drc_switch()
[all …]
Dbeep.c174 static int snd_pmac_info_beep(struct snd_kcontrol *kcontrol, in snd_pmac_info_beep()
184 static int snd_pmac_get_beep(struct snd_kcontrol *kcontrol, in snd_pmac_get_beep()
194 static int snd_pmac_put_beep(struct snd_kcontrol *kcontrol, in snd_pmac_put_beep()
222 struct snd_kcontrol *beep_ctl; in snd_pmac_attach_beep()
Dsnd_ps3.c714 static int snd_ps3_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_ps3_spdif_mask_info()
723 static int snd_ps3_spdif_cmask_get(struct snd_kcontrol *kcontrol, in snd_ps3_spdif_cmask_get()
730 static int snd_ps3_spdif_pmask_get(struct snd_kcontrol *kcontrol, in snd_ps3_spdif_pmask_get()
736 static int snd_ps3_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_ps3_spdif_default_get()
743 static int snd_ps3_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_ps3_spdif_default_put()
/linux-4.4.14/sound/pcmcia/vx/
Dvxp_mixer.c34 static int vx_mic_level_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_mic_level_info()
43 static int vx_mic_level_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_level_get()
51 static int vx_mic_level_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_level_put()
88 static int vx_mic_boost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_boost_get()
96 static int vx_mic_boost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_boost_put()
/linux-4.4.14/sound/soc/pxa/
Dmagician.c268 static int magician_get_hp(struct snd_kcontrol *kcontrol, in magician_get_hp()
275 static int magician_set_hp(struct snd_kcontrol *kcontrol, in magician_set_hp()
288 static int magician_get_spk(struct snd_kcontrol *kcontrol, in magician_get_spk()
295 static int magician_set_spk(struct snd_kcontrol *kcontrol, in magician_set_spk()
308 static int magician_get_input(struct snd_kcontrol *kcontrol, in magician_get_input()
315 static int magician_set_input(struct snd_kcontrol *kcontrol, in magician_set_input()
335 struct snd_kcontrol *k, int event) in magician_spk_power()
342 struct snd_kcontrol *k, int event) in magician_hp_power()
349 struct snd_kcontrol *k, int event) in magician_mic_bias()
Dcorgi.c163 static int corgi_get_jack(struct snd_kcontrol *kcontrol, in corgi_get_jack()
170 static int corgi_set_jack(struct snd_kcontrol *kcontrol, in corgi_set_jack()
183 static int corgi_get_spk(struct snd_kcontrol *kcontrol, in corgi_get_spk()
190 static int corgi_set_spk(struct snd_kcontrol *kcontrol, in corgi_set_spk()
204 struct snd_kcontrol *k, int event) in corgi_amp_event()
211 struct snd_kcontrol *k, int event) in corgi_mic_event()
Dtosa.c95 static int tosa_get_jack(struct snd_kcontrol *kcontrol, in tosa_get_jack()
102 static int tosa_set_jack(struct snd_kcontrol *kcontrol, in tosa_set_jack()
115 static int tosa_get_spk(struct snd_kcontrol *kcontrol, in tosa_get_spk()
122 static int tosa_set_spk(struct snd_kcontrol *kcontrol, in tosa_set_spk()
137 struct snd_kcontrol *k, int event) in tosa_hp_event()
Dpoodle.c138 static int poodle_get_jack(struct snd_kcontrol *kcontrol, in poodle_get_jack()
145 static int poodle_set_jack(struct snd_kcontrol *kcontrol, in poodle_set_jack()
158 static int poodle_get_spk(struct snd_kcontrol *kcontrol, in poodle_get_spk()
165 static int poodle_set_spk(struct snd_kcontrol *kcontrol, in poodle_set_spk()
179 struct snd_kcontrol *k, int event) in poodle_amp_event()
Dspitz.c164 static int spitz_get_jack(struct snd_kcontrol *kcontrol, in spitz_get_jack()
171 static int spitz_set_jack(struct snd_kcontrol *kcontrol, in spitz_set_jack()
184 static int spitz_get_spk(struct snd_kcontrol *kcontrol, in spitz_get_spk()
191 static int spitz_set_spk(struct snd_kcontrol *kcontrol, in spitz_set_spk()
205 struct snd_kcontrol *k, int event) in spitz_mic_bias()
De750_wm9705.c29 struct snd_kcontrol *kcontrol, int event) in e750_spk_amp_event()
40 struct snd_kcontrol *kcontrol, int event) in e750_hp_amp_event()
De800_wm9712.c28 struct snd_kcontrol *kcontrol, int event) in e800_spk_amp_event()
39 struct snd_kcontrol *kcontrol, int event) in e800_hp_amp_event()
De740_wm9705.c42 struct snd_kcontrol *kcontrol, int event) in e740_mic_amp_event()
55 struct snd_kcontrol *kcontrol, int event) in e740_output_amp_event()
Dhx4700.c89 struct snd_kcontrol *k, int event) in hx4700_spk_power()
96 struct snd_kcontrol *k, int event) in hx4700_hp_power()
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_mixer.c87 static int pcxhr_analog_vol_info(struct snd_kcontrol *kcontrol, in pcxhr_analog_vol_info()
122 static int pcxhr_analog_vol_get(struct snd_kcontrol *kcontrol, in pcxhr_analog_vol_get()
138 static int pcxhr_analog_vol_put(struct snd_kcontrol *kcontrol, in pcxhr_analog_vol_put()
203 static int pcxhr_audio_sw_get(struct snd_kcontrol *kcontrol, in pcxhr_audio_sw_get()
215 static int pcxhr_audio_sw_put(struct snd_kcontrol *kcontrol, in pcxhr_audio_sw_put()
349 static int pcxhr_digital_vol_info(struct snd_kcontrol *kcontrol, in pcxhr_digital_vol_info()
360 static int pcxhr_pcm_vol_get(struct snd_kcontrol *kcontrol, in pcxhr_pcm_vol_get()
379 static int pcxhr_pcm_vol_put(struct snd_kcontrol *kcontrol, in pcxhr_pcm_vol_put()
426 static int pcxhr_pcm_sw_get(struct snd_kcontrol *kcontrol, in pcxhr_pcm_sw_get()
439 static int pcxhr_pcm_sw_put(struct snd_kcontrol *kcontrol, in pcxhr_pcm_sw_put()
[all …]
Dpcxhr_mix22.c711 static int hr222_mic_vol_info(struct snd_kcontrol *kcontrol, in hr222_mic_vol_info()
722 static int hr222_mic_vol_get(struct snd_kcontrol *kcontrol, in hr222_mic_vol_get()
732 static int hr222_mic_vol_put(struct snd_kcontrol *kcontrol, in hr222_mic_vol_put()
762 static int hr222_mic_boost_info(struct snd_kcontrol *kcontrol, in hr222_mic_boost_info()
772 static int hr222_mic_boost_get(struct snd_kcontrol *kcontrol, in hr222_mic_boost_get()
782 static int hr222_mic_boost_put(struct snd_kcontrol *kcontrol, in hr222_mic_boost_put()
812 static int hr222_phantom_power_get(struct snd_kcontrol *kcontrol, in hr222_phantom_power_get()
822 static int hr222_phantom_power_put(struct snd_kcontrol *kcontrol, in hr222_phantom_power_put()
/linux-4.4.14/sound/usb/
Dmixer.h47 struct snd_kcontrol *kctl;
80 struct snd_kcontrol *kctl);
86 int snd_usb_mixer_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag,
100 extern void snd_usb_mixer_elem_free(struct snd_kcontrol *kctl);
Dmixer_quirks.c74 struct snd_kcontrol *kctl; in snd_create_std_mono_ctl_offset()
155 struct snd_kcontrol *kctl; in add_single_ctl_with_resume()
300 static int snd_audigy2nx_led_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_audigy2nx_led_get()
336 static int snd_audigy2nx_led_put(struct snd_kcontrol *kcontrol, in snd_audigy2nx_led_put()
460 static int snd_emu0204_ch_switch_info(struct snd_kcontrol *kcontrol, in snd_emu0204_ch_switch_info()
468 static int snd_emu0204_ch_switch_get(struct snd_kcontrol *kcontrol, in snd_emu0204_ch_switch_get()
496 static int snd_emu0204_ch_switch_put(struct snd_kcontrol *kcontrol, in snd_emu0204_ch_switch_put()
539 static int snd_xonar_u1_switch_get(struct snd_kcontrol *kcontrol, in snd_xonar_u1_switch_get()
563 static int snd_xonar_u1_switch_put(struct snd_kcontrol *kcontrol, in snd_xonar_u1_switch_put()
607 static int snd_mbox1_switch_get(struct snd_kcontrol *kctl, in snd_mbox1_switch_get()
[all …]
Dmixer_scarlett.c232 static int scarlett_ctl_switch_info(struct snd_kcontrol *kctl, in scarlett_ctl_switch_info()
244 static int scarlett_ctl_switch_get(struct snd_kcontrol *kctl, in scarlett_ctl_switch_get()
262 static int scarlett_ctl_switch_put(struct snd_kcontrol *kctl, in scarlett_ctl_switch_put()
301 static int scarlett_ctl_info(struct snd_kcontrol *kctl, in scarlett_ctl_info()
315 static int scarlett_ctl_get(struct snd_kcontrol *kctl, in scarlett_ctl_get()
334 static int scarlett_ctl_put(struct snd_kcontrol *kctl, in scarlett_ctl_put()
378 static int scarlett_ctl_enum_dynamic_info(struct snd_kcontrol *kctl, in scarlett_ctl_enum_dynamic_info()
400 static int scarlett_ctl_enum_info(struct snd_kcontrol *kctl, in scarlett_ctl_enum_info()
410 static int scarlett_ctl_enum_get(struct snd_kcontrol *kctl, in scarlett_ctl_enum_get()
428 static int scarlett_ctl_enum_put(struct snd_kcontrol *kctl, in scarlett_ctl_enum_put()
[all …]
Dmixer.c536 int snd_usb_mixer_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag, in snd_usb_mixer_vol_tlv()
577 struct snd_kcontrol *kctl) in snd_usb_mixer_add_control()
833 void snd_usb_mixer_elem_free(struct snd_kcontrol *kctl) in snd_usb_mixer_elem_free()
845 struct snd_kcontrol *kctl) in volume_control_quirks()
951 int default_min, struct snd_kcontrol *kctl) in get_min_max_with_quirks()
1059 static int mixer_ctl_feature_info(struct snd_kcontrol *kcontrol, in mixer_ctl_feature_info()
1094 static int mixer_ctl_feature_get(struct snd_kcontrol *kcontrol, in mixer_ctl_feature_get()
1126 static int mixer_ctl_feature_put(struct snd_kcontrol *kcontrol, in mixer_ctl_feature_put()
1190 static size_t append_ctl_name(struct snd_kcontrol *kctl, const char *str) in append_ctl_name()
1200 static void check_no_speaker_on_headset(struct snd_kcontrol *kctl, in check_no_speaker_on_headset()
[all …]
Dmixer_quirks.h14 struct snd_kcontrol *kctl);
Dstream.c111 static int usb_chmap_ctl_info(struct snd_kcontrol *kcontrol, in usb_chmap_ctl_info()
140 static int usb_chmap_ctl_tlv(struct snd_kcontrol *kcontrol, int op_flag, in usb_chmap_ctl_tlv()
183 static int usb_chmap_ctl_get(struct snd_kcontrol *kcontrol, in usb_chmap_ctl_get()
208 struct snd_kcontrol *kctl; in add_chmap()
/linux-4.4.14/sound/isa/sb/
Dsb_mixer.c60 static int snd_sbmixer_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sbmixer_info_single()
71 static int snd_sbmixer_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sbmixer_get_single()
87 static int snd_sbmixer_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sbmixer_put_single()
112 static int snd_sbmixer_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sbmixer_info_double()
123 static int snd_sbmixer_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sbmixer_get_double()
143 static int snd_sbmixer_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sbmixer_put_double()
183 static int snd_dt019x_input_sw_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_dt019x_input_sw_info()
192 static int snd_dt019x_input_sw_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in snd_dt019x_input_sw_get()
228 static int snd_dt019x_input_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in snd_dt019x_input_sw_put()
269 static int snd_als4k_mono_capture_route_info(struct snd_kcontrol *kcontrol, in snd_als4k_mono_capture_route_info()
[all …]
Demu8000.c833 static int mixer_bass_treble_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in mixer_bass_treble_info()
842 static int mixer_bass_treble_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixer_bass_treble_get()
850 static int mixer_bass_treble_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixer_bass_treble_put()
894 static int mixer_chorus_reverb_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in mixer_chorus_reverb_info()
903 static int mixer_chorus_reverb_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in mixer_chorus_reverb_get()
911 static int mixer_chorus_reverb_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in mixer_chorus_reverb_put()
961 static int mixer_fm_depth_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in mixer_fm_depth_info()
970 static int mixer_fm_depth_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixer_fm_depth_get()
978 static int mixer_fm_depth_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixer_fm_depth_put()
/linux-4.4.14/sound/soc/codecs/
Dwm8958-dsp2.c419 struct snd_kcontrol *kcontrol, int event) in wm8958_aif_ev()
456 static int wm8958_put_mbc_enum(struct snd_kcontrol *kcontrol, in wm8958_put_mbc_enum()
478 static int wm8958_get_mbc_enum(struct snd_kcontrol *kcontrol, in wm8958_get_mbc_enum()
489 static int wm8958_mbc_info(struct snd_kcontrol *kcontrol, in wm8958_mbc_info()
499 static int wm8958_mbc_get(struct snd_kcontrol *kcontrol, in wm8958_mbc_get()
511 static int wm8958_mbc_put(struct snd_kcontrol *kcontrol, in wm8958_mbc_put()
546 static int wm8958_put_vss_enum(struct snd_kcontrol *kcontrol, in wm8958_put_vss_enum()
568 static int wm8958_get_vss_enum(struct snd_kcontrol *kcontrol, in wm8958_get_vss_enum()
579 static int wm8958_put_vss_hpf_enum(struct snd_kcontrol *kcontrol, in wm8958_put_vss_hpf_enum()
601 static int wm8958_get_vss_hpf_enum(struct snd_kcontrol *kcontrol, in wm8958_get_vss_hpf_enum()
[all …]
Dwm_adsp.h93 struct snd_kcontrol *kcontrol, int event);
95 struct snd_kcontrol *kcontrol, int event);
97 struct snd_kcontrol *kcontrol, int event);
Darizona.h246 struct snd_kcontrol *kcontrol,
249 struct snd_kcontrol *kcontrol,
252 struct snd_kcontrol *kcontrol,
255 extern int arizona_eq_coeff_put(struct snd_kcontrol *kcontrol,
257 extern int arizona_lhpf_coeff_put(struct snd_kcontrol *kcontrol,
287 struct snd_kcontrol *kcontrol, int event);
Dwl1273.c172 static int snd_wl1273_get_audio_route(struct snd_kcontrol *kcontrol, in snd_wl1273_get_audio_route()
190 static int snd_wl1273_set_audio_route(struct snd_kcontrol *kcontrol, in snd_wl1273_set_audio_route()
214 static int snd_wl1273_fm_audio_get(struct snd_kcontrol *kcontrol, in snd_wl1273_fm_audio_get()
227 static int snd_wl1273_fm_audio_put(struct snd_kcontrol *kcontrol, in snd_wl1273_fm_audio_put()
251 static int snd_wl1273_fm_volume_get(struct snd_kcontrol *kcontrol, in snd_wl1273_fm_volume_get()
264 static int snd_wl1273_fm_volume_put(struct snd_kcontrol *kcontrol, in snd_wl1273_fm_volume_put()
Dpcm3008.c32 struct snd_kcontrol *kcontrol, in pcm3008_dac_ev()
45 struct snd_kcontrol *kcontrol, in pcm3008_adc_ev()
Dmax98088.c380 static int max98088_mic1pre_set(struct snd_kcontrol *kcontrol, in max98088_mic1pre_set()
394 static int max98088_mic1pre_get(struct snd_kcontrol *kcontrol, in max98088_mic1pre_get()
404 static int max98088_mic2pre_set(struct snd_kcontrol *kcontrol, in max98088_mic2pre_set()
418 static int max98088_mic2pre_get(struct snd_kcontrol *kcontrol, in max98088_mic2pre_get()
618 struct snd_kcontrol *kcontrol, int event) in max98088_mic_event()
689 struct snd_kcontrol *k, int event) in max98088_pga_ina1_event()
695 struct snd_kcontrol *k, int event) in max98088_pga_ina2_event()
701 struct snd_kcontrol *k, int event) in max98088_pga_inb1_event()
707 struct snd_kcontrol *k, int event) in max98088_pga_inb2_event()
1491 static int max98088_put_eq_enum(struct snd_kcontrol *kcontrol, in max98088_put_eq_enum()
[all …]
Dtwl4030.c567 struct snd_kcontrol *kcontrol, int event) \
622 struct snd_kcontrol *kcontrol, int event) in handsfreelpga_event()
638 struct snd_kcontrol *kcontrol, int event) in handsfreerpga_event()
654 struct snd_kcontrol *kcontrol, int event) in vibramux_event()
663 struct snd_kcontrol *kcontrol, int event) in apll_event()
679 struct snd_kcontrol *kcontrol, int event) in aif_event()
768 struct snd_kcontrol *kcontrol, int event) in headsetlpga_event()
793 struct snd_kcontrol *kcontrol, int event) in headsetrpga_event()
818 struct snd_kcontrol *kcontrol, int event) in digimic_event()
839 static int snd_soc_get_volsw_twl4030(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_twl4030()
[all …]
Dsigmadsp.c34 struct snd_kcontrol *kcontrol;
105 static int sigmadsp_ctrl_info(struct snd_kcontrol *kcontrol, in sigmadsp_ctrl_info()
129 static int sigmadsp_ctrl_put(struct snd_kcontrol *kcontrol, in sigmadsp_ctrl_put()
154 static int sigmadsp_ctrl_get(struct snd_kcontrol *kcontrol, in sigmadsp_ctrl_get()
179 static void sigmadsp_control_free(struct snd_kcontrol *kcontrol) in sigmadsp_control_free()
635 struct snd_kcontrol *kcontrol; in sigmadsp_alloc_control()
Dtwl6040.c235 struct snd_kcontrol *kcontrol, int event) in twl6040_hs_dac_event()
262 struct snd_kcontrol *kcontrol, int event) in twl6040_ep_drv_event()
335 static int twl6040_soc_dapm_put_vibra_enum(struct snd_kcontrol *kcontrol, in twl6040_soc_dapm_put_vibra_enum()
484 static int twl6040_headset_power_get_enum(struct snd_kcontrol *kcontrol, in twl6040_headset_power_get_enum()
495 static int twl6040_headset_power_put_enum(struct snd_kcontrol *kcontrol, in twl6040_headset_power_put_enum()
512 static int twl6040_pll_get_enum(struct snd_kcontrol *kcontrol, in twl6040_pll_get_enum()
523 static int twl6040_pll_put_enum(struct snd_kcontrol *kcontrol, in twl6040_pll_put_enum()
Dwm_hubs.c334 static int wm8993_put_dc_servo(struct snd_kcontrol *kcontrol, in wm8993_put_dc_servo()
500 struct snd_kcontrol *kcontrol, int event) in hp_supply_event()
542 struct snd_kcontrol *kcontrol, int event) in hp_event()
594 struct snd_kcontrol *control, int event) in earpiece_event()
619 struct snd_kcontrol *control, int event) in lineout_event()
649 struct snd_kcontrol *kcontrol, int event) in micbias_event()
697 static int class_w_put_volsw(struct snd_kcontrol *kcontrol, in class_w_put_volsw()
717 static int class_w_put_double(struct snd_kcontrol *kcontrol, in class_w_put_double()
Dmax9768.c43 static int max9768_get_gpio(struct snd_kcontrol *kcontrol, in max9768_get_gpio()
55 static int max9768_set_gpio(struct snd_kcontrol *kcontrol, in max9768_set_gpio()
Dmax98095.c353 static int max98095_mic1pre_set(struct snd_kcontrol *kcontrol, in max98095_mic1pre_set()
367 static int max98095_mic1pre_get(struct snd_kcontrol *kcontrol, in max98095_mic1pre_get()
377 static int max98095_mic2pre_set(struct snd_kcontrol *kcontrol, in max98095_mic2pre_set()
391 static int max98095_mic2pre_get(struct snd_kcontrol *kcontrol, in max98095_mic2pre_get()
599 struct snd_kcontrol *kcontrol, int event) in max98095_mic_event()
661 struct snd_kcontrol *k, int event) in max98095_pga_in1_event()
667 struct snd_kcontrol *k, int event) in max98095_pga_in2_event()
677 struct snd_kcontrol *kcontrol, int event) in max98095_lineout_event()
1494 static int max98095_put_eq_enum(struct snd_kcontrol *kcontrol, in max98095_put_eq_enum()
1558 static int max98095_get_eq_enum(struct snd_kcontrol *kcontrol, in max98095_get_eq_enum()
[all …]
Dwm8770.c92 struct snd_kcontrol *kcontrol, int event);
94 struct snd_kcontrol *kcontrol, int event);
309 struct snd_kcontrol *kcontrol, int event) in vout12supply_event()
326 struct snd_kcontrol *kcontrol, int event) in vout34supply_event()
Dsn95031.c238 struct snd_kcontrol *kcontrol, int event) in sn95031_vhs_event()
257 struct snd_kcontrol *kcontrol, int event) in sn95031_vihf_event()
274 struct snd_kcontrol *k, int event) in sn95031_dmic12_event()
292 struct snd_kcontrol *k, int event) in sn95031_dmic34_event()
310 struct snd_kcontrol *k, int event) in sn95031_dmic56_event()
Dda7219.c254 static int da7219_volsw_locked_get(struct snd_kcontrol *kcontrol, in da7219_volsw_locked_get()
268 static int da7219_volsw_locked_put(struct snd_kcontrol *kcontrol, in da7219_volsw_locked_put()
282 static int da7219_enum_locked_get(struct snd_kcontrol *kcontrol, in da7219_enum_locked_get()
296 static int da7219_enum_locked_put(struct snd_kcontrol *kcontrol, in da7219_enum_locked_put()
376 static int da7219_mixin_gain_put(struct snd_kcontrol *kcontrol, in da7219_mixin_gain_put()
395 static int da7219_alc_sw_put(struct snd_kcontrol *kcontrol, in da7219_alc_sw_put()
414 static int da7219_tonegen_freq_get(struct snd_kcontrol *kcontrol, in da7219_tonegen_freq_get()
441 static int da7219_tonegen_freq_put(struct snd_kcontrol *kcontrol, in da7219_tonegen_freq_put()
768 struct snd_kcontrol *kcontrol, int event) in da7219_dai_event()
Dwm8804.c74 static int txsrc_put(struct snd_kcontrol *kcontrol,
78 struct snd_kcontrol *kcontrol, int event);
138 struct snd_kcontrol *kcontrol, int event) in wm8804_aif_event()
161 static int txsrc_put(struct snd_kcontrol *kcontrol, in txsrc_put()
Dcs42l51.c54 static int cs42l51_get_chan_mix(struct snd_kcontrol *kcontrol, in cs42l51_get_chan_mix()
82 static int cs42l51_set_chan_mix(struct snd_kcontrol *kcontrol, in cs42l51_set_chan_mix()
154 struct snd_kcontrol *kcontrol, int event) in cs42l51_pdn_event()
Dwm2000.c607 static int wm2000_anc_mode_get(struct snd_kcontrol *kcontrol, in wm2000_anc_mode_get()
618 static int wm2000_anc_mode_put(struct snd_kcontrol *kcontrol, in wm2000_anc_mode_put()
640 static int wm2000_speaker_get(struct snd_kcontrol *kcontrol, in wm2000_speaker_get()
651 static int wm2000_speaker_put(struct snd_kcontrol *kcontrol, in wm2000_speaker_put()
684 struct snd_kcontrol *kcontrol, int event) in wm2000_anc_power_event()
Dwm8904.c393 static int wm8904_put_drc_enum(struct snd_kcontrol *kcontrol, in wm8904_put_drc_enum()
411 static int wm8904_get_drc_enum(struct snd_kcontrol *kcontrol, in wm8904_get_drc_enum()
464 static int wm8904_put_retune_mobile_enum(struct snd_kcontrol *kcontrol, in wm8904_put_retune_mobile_enum()
482 static int wm8904_get_retune_mobile_enum(struct snd_kcontrol *kcontrol, in wm8904_get_retune_mobile_enum()
522 static int wm8904_get_deemph(struct snd_kcontrol *kcontrol, in wm8904_get_deemph()
532 static int wm8904_put_deemph(struct snd_kcontrol *kcontrol, in wm8904_put_deemph()
572 static int wm8904_adc_osr_put(struct snd_kcontrol *kcontrol, in wm8904_adc_osr_put()
662 struct snd_kcontrol *kcontrol, int event) in cp_event()
674 struct snd_kcontrol *kcontrol, int event) in sysclk_event()
712 struct snd_kcontrol *kcontrol, int event) in out_pga_event()
Dpcm1681.c120 static int pcm1681_get_deemph(struct snd_kcontrol *kcontrol, in pcm1681_get_deemph()
131 static int pcm1681_put_deemph(struct snd_kcontrol *kcontrol, in pcm1681_put_deemph()
Dwm_adsp.c228 int (*xget)(struct snd_kcontrol *kcontrol,
230 int (*xput)(struct snd_kcontrol *kcontrol,
232 int (*xinfo)(struct snd_kcontrol *kcontrol,
248 struct snd_kcontrol *kcontrol;
421 static int wm_adsp_fw_get(struct snd_kcontrol *kcontrol, in wm_adsp_fw_get()
433 static int wm_adsp_fw_put(struct snd_kcontrol *kcontrol, in wm_adsp_fw_put()
526 static int wm_coeff_info(struct snd_kcontrol *kcontrol, in wm_coeff_info()
575 static int wm_coeff_put(struct snd_kcontrol *kcontrol, in wm_coeff_put()
629 static int wm_coeff_get(struct snd_kcontrol *kcontrol, in wm_coeff_get()
1789 struct snd_kcontrol *kcontrol, in wm_adsp1_event()
[all …]
Dsirf-audio-codec.c94 struct snd_kcontrol *kcontrol, int event) in adc_enable_delay_event()
119 struct snd_kcontrol *kcontrol, int event) in atlas6_codec_enable_and_reset_event()
142 struct snd_kcontrol *kcontrol, int event) in prima2_codec_enable_and_reset_event()
D88pm860x-codec.c270 static int snd_soc_get_volsw_2r_st(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_2r_st()
294 static int snd_soc_put_volsw_2r_st(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_2r_st()
327 static int snd_soc_get_volsw_2r_out(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_2r_out()
347 static int snd_soc_put_volsw_2r_out(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_2r_out()
383 struct snd_kcontrol *kcontrol, int event) in pm860x_rsync_event()
400 struct snd_kcontrol *kcontrol, int event) in pm860x_dac_event()
Drt5651.c376 struct snd_kcontrol *kcontrol, int event) in set_dmic_clk()
733 struct snd_kcontrol *kcontrol, int event) in rt5651_amp_power_event()
771 struct snd_kcontrol *kcontrol, int event) in rt5651_hp_event()
815 struct snd_kcontrol *kcontrol, int event) in rt5651_hp_post_event()
836 struct snd_kcontrol *kcontrol, int event) in rt5651_bst1_event()
859 struct snd_kcontrol *kcontrol, int event) in rt5651_bst2_event()
882 struct snd_kcontrol *kcontrol, int event) in rt5651_bst3_event()
Drt286.c433 struct snd_kcontrol *kcontrol, int event) in rt286_spk_event()
455 struct snd_kcontrol *kcontrol, int event) in rt286_set_dmic1_event()
474 struct snd_kcontrol *kcontrol, int event) in rt286_vref_event()
492 struct snd_kcontrol *kcontrol, int event) in rt286_ldo2_event()
511 struct snd_kcontrol *kcontrol, int event) in rt286_mic1_event()
Drt298.c431 struct snd_kcontrol *kcontrol, int event) in rt298_spk_event()
453 struct snd_kcontrol *kcontrol, int event) in rt298_set_dmic1_event()
472 struct snd_kcontrol *kcontrol, int event) in rt298_adc_event()
498 struct snd_kcontrol *kcontrol, int event) in rt298_mic1_event()
523 struct snd_kcontrol *kcontrol, int event) in rt298_vref_event()
/linux-4.4.14/sound/pci/mixart/
Dmixart_mixer.c343 static int mixart_analog_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in mixart_analog_vol_info()
357 static int mixart_analog_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_analog_vol_get()
372 static int mixart_analog_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_analog_vol_put()
421 static int mixart_audio_sw_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_audio_sw_get()
432 static int mixart_audio_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_audio_sw_put()
822 static int mixart_digital_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in mixart_digital_vol_info()
834 static int mixart_pcm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_pcm_vol_get()
856 static int mixart_pcm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_pcm_vol_put()
914 static int mixart_pcm_sw_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_pcm_sw_get()
928 static int mixart_pcm_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in mixart_pcm_sw_put()
[all …]
/linux-4.4.14/sound/firewire/bebob/
Dbebob_maudio.c355 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-4.4.14/sound/pci/echoaudio/
Dechoaudio.c990 static int snd_echo_output_gain_info(struct snd_kcontrol *kcontrol, in snd_echo_output_gain_info()
1003 static int snd_echo_output_gain_get(struct snd_kcontrol *kcontrol, in snd_echo_output_gain_get()
1015 static int snd_echo_output_gain_put(struct snd_kcontrol *kcontrol, in snd_echo_output_gain_put()
1071 static int snd_echo_input_gain_info(struct snd_kcontrol *kcontrol, in snd_echo_input_gain_info()
1084 static int snd_echo_input_gain_get(struct snd_kcontrol *kcontrol, in snd_echo_input_gain_get()
1096 static int snd_echo_input_gain_put(struct snd_kcontrol *kcontrol, in snd_echo_input_gain_put()
1140 static int snd_echo_output_nominal_info (struct snd_kcontrol *kcontrol, in snd_echo_output_nominal_info()
1153 static int snd_echo_output_nominal_get(struct snd_kcontrol *kcontrol, in snd_echo_output_nominal_get()
1165 static int snd_echo_output_nominal_put(struct snd_kcontrol *kcontrol, in snd_echo_output_nominal_put()
1202 static int snd_echo_input_nominal_info(struct snd_kcontrol *kcontrol, in snd_echo_input_nominal_info()
[all …]
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c1495 static int snd_asihpi_volume_info(struct snd_kcontrol *kcontrol, in snd_asihpi_volume_info()
1526 static int snd_asihpi_volume_get(struct snd_kcontrol *kcontrol, in snd_asihpi_volume_get()
1539 static int snd_asihpi_volume_put(struct snd_kcontrol *kcontrol, in snd_asihpi_volume_put()
1562 static int snd_asihpi_volume_mute_get(struct snd_kcontrol *kcontrol, in snd_asihpi_volume_mute_get()
1574 static int snd_asihpi_volume_mute_put(struct snd_kcontrol *kcontrol, in snd_asihpi_volume_mute_put()
1621 static int snd_asihpi_level_info(struct snd_kcontrol *kcontrol, in snd_asihpi_level_info()
1647 static int snd_asihpi_level_get(struct snd_kcontrol *kcontrol, in snd_asihpi_level_get()
1662 static int snd_asihpi_level_put(struct snd_kcontrol *kcontrol, in snd_asihpi_level_put()
1709 static int snd_asihpi_aesebu_format_info(struct snd_kcontrol *kcontrol, in snd_asihpi_aesebu_format_info()
1715 static int snd_asihpi_aesebu_format_get(struct snd_kcontrol *kcontrol, in snd_asihpi_aesebu_format_get()
[all …]
/linux-4.4.14/sound/pci/rme9652/
Drme9652.c250 struct snd_kcontrol *spdif_ctl;
810 static int snd_rme9652_control_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *… in snd_rme9652_control_spdif_info()
817 static int snd_rme9652_control_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *… in snd_rme9652_control_spdif_get()
825 static int snd_rme9652_control_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *… in snd_rme9652_control_spdif_put()
839 static int snd_rme9652_control_spdif_stream_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem… in snd_rme9652_control_spdif_stream_info()
846 static int snd_rme9652_control_spdif_stream_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_… in snd_rme9652_control_spdif_stream_get()
854 static int snd_rme9652_control_spdif_stream_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_… in snd_rme9652_control_spdif_stream_put()
870 static int snd_rme9652_control_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_i… in snd_rme9652_control_spdif_mask_info()
877 static int snd_rme9652_control_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_va… in snd_rme9652_control_spdif_mask_get()
921 static int snd_rme9652_info_adat1_in(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_rme9652_info_adat1_in()
[all …]
Dhdsp.c504 struct snd_kcontrol *spdif_ctl;
1583 static int snd_hdsp_control_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uin… in snd_hdsp_control_spdif_info()
1590 static int snd_hdsp_control_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uco… in snd_hdsp_control_spdif_get()
1598 static int snd_hdsp_control_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *uco… in snd_hdsp_control_spdif_put()
1612 static int snd_hdsp_control_spdif_stream_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_in… in snd_hdsp_control_spdif_stream_info()
1619 static int snd_hdsp_control_spdif_stream_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_hdsp_control_spdif_stream_get()
1627 static int snd_hdsp_control_spdif_stream_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_hdsp_control_spdif_stream_put()
1643 static int snd_hdsp_control_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info… in snd_hdsp_control_spdif_mask_info()
1650 static int snd_hdsp_control_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value… in snd_hdsp_control_spdif_mask_get()
1677 static int snd_hdsp_info_spdif_in(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_hdsp_info_spdif_in()
[all …]
Dhdspm.c1061 struct snd_kcontrol *playback_mixer_ctls[HDSPM_MAX_CHANNELS];
1063 struct snd_kcontrol *input_mixer_ctls[HDSPM_MAX_CHANNELS];
2241 static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol *kcontrol, in snd_hdspm_info_system_sample_rate()
2253 static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol *kcontrol, in snd_hdspm_get_system_sample_rate()
2263 static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol *kcontrol, in snd_hdspm_put_system_sample_rate()
2409 static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol *kcontrol, in snd_hdspm_info_autosync_sample_rate()
2417 static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol, in snd_hdspm_get_autosync_sample_rate()
2554 static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol *kcontrol, in snd_hdspm_info_system_clock_mode()
2562 static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol *kcontrol, in snd_hdspm_get_system_clock_mode()
2571 static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol *kcontrol, in snd_hdspm_put_system_clock_mode()
[all …]
/linux-4.4.14/sound/drivers/opl4/
Dopl4_mixer.c23 static int snd_opl4_ctl_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_opl4_ctl_info()
32 static int snd_opl4_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_opl4_ctl_get()
47 static int snd_opl4_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_opl4_ctl_put()
/linux-4.4.14/sound/isa/gus/
Dgus_mixer.c40 static int snd_gf1_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_gf1_get_single()
52 static int snd_gf1_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_gf1_put_single()
81 static int snd_ics_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ics_info_double()
90 static int snd_ics_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ics_get_double()
106 static int snd_ics_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ics_put_double()
/linux-4.4.14/sound/usb/line6/
Dpcm.c24 static int snd_line6_impulse_volume_info(struct snd_kcontrol *kcontrol, in snd_line6_impulse_volume_info()
34 static int snd_line6_impulse_volume_get(struct snd_kcontrol *kcontrol, in snd_line6_impulse_volume_get()
43 static int snd_line6_impulse_volume_put(struct snd_kcontrol *kcontrol, in snd_line6_impulse_volume_put()
68 static int snd_line6_impulse_period_info(struct snd_kcontrol *kcontrol, in snd_line6_impulse_period_info()
78 static int snd_line6_impulse_period_get(struct snd_kcontrol *kcontrol, in snd_line6_impulse_period_get()
87 static int snd_line6_impulse_period_put(struct snd_kcontrol *kcontrol, in snd_line6_impulse_period_put()
367 static int snd_line6_control_playback_info(struct snd_kcontrol *kcontrol, in snd_line6_control_playback_info()
378 static int snd_line6_control_playback_get(struct snd_kcontrol *kcontrol, in snd_line6_control_playback_get()
391 static int snd_line6_control_playback_put(struct snd_kcontrol *kcontrol, in snd_line6_control_playback_put()
Dtoneport.c147 static int snd_toneport_monitor_info(struct snd_kcontrol *kcontrol, in snd_toneport_monitor_info()
158 static int snd_toneport_monitor_get(struct snd_kcontrol *kcontrol, in snd_toneport_monitor_get()
168 static int snd_toneport_monitor_put(struct snd_kcontrol *kcontrol, in snd_toneport_monitor_put()
194 static int snd_toneport_source_info(struct snd_kcontrol *kcontrol, in snd_toneport_source_info()
213 static int snd_toneport_source_get(struct snd_kcontrol *kcontrol, in snd_toneport_source_get()
224 static int snd_toneport_source_put(struct snd_kcontrol *kcontrol, in snd_toneport_source_put()
Dpod.c346 static int snd_pod_control_monitor_info(struct snd_kcontrol *kcontrol, in snd_pod_control_monitor_info()
357 static int snd_pod_control_monitor_get(struct snd_kcontrol *kcontrol, in snd_pod_control_monitor_get()
368 static int snd_pod_control_monitor_put(struct snd_kcontrol *kcontrol, in snd_pod_control_monitor_put()
/linux-4.4.14/sound/pci/trident/
Dtrident.h374 struct snd_kcontrol *spdif_pcm_ctl; /* S/PDIF settings */
405 struct snd_kcontrol *ctl_vol; /* front volume */
406 struct snd_kcontrol *ctl_pan; /* pan */
407 struct snd_kcontrol *ctl_rvol; /* rear volume */
408 struct snd_kcontrol *ctl_cvol; /* center volume */
Dtrident_main.c2315 static int snd_trident_spdif_control_get(struct snd_kcontrol *kcontrol, in snd_trident_spdif_control_get()
2328 static int snd_trident_spdif_control_put(struct snd_kcontrol *kcontrol, in snd_trident_spdif_control_put()
2375 static int snd_trident_spdif_default_info(struct snd_kcontrol *kcontrol, in snd_trident_spdif_default_info()
2383 static int snd_trident_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_trident_spdif_default_get()
2397 static int snd_trident_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_trident_spdif_default_put()
2437 static int snd_trident_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_trident_spdif_mask_info()
2445 static int snd_trident_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_trident_spdif_mask_get()
2470 static int snd_trident_spdif_stream_info(struct snd_kcontrol *kcontrol, in snd_trident_spdif_stream_info()
2478 static int snd_trident_spdif_stream_get(struct snd_kcontrol *kcontrol, in snd_trident_spdif_stream_get()
2492 static int snd_trident_spdif_stream_put(struct snd_kcontrol *kcontrol, in snd_trident_spdif_stream_put()
[all …]
/linux-4.4.14/sound/isa/msnd/
Dmsnd_pinnacle_mixer.c55 static int snd_msndmix_info_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_info_mux()
67 static int snd_msndmix_get_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_get_mux()
119 static int snd_msndmix_put_mux(struct snd_kcontrol *kcontrol, in snd_msndmix_put_mux()
127 static int snd_msndmix_volume_info(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_info()
137 static int snd_msndmix_volume_get(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_get()
255 static int snd_msndmix_volume_put(struct snd_kcontrol *kcontrol, in snd_msndmix_volume_put()
/linux-4.4.14/sound/aoa/fabrics/
Dlayout.c609 struct snd_kcontrol *headphone_ctrl;
610 struct snd_kcontrol *lineout_ctrl;
611 struct snd_kcontrol *speaker_ctrl;
612 struct snd_kcontrol *master_ctrl;
613 struct snd_kcontrol *headphone_detected_ctrl;
614 struct snd_kcontrol *lineout_detected_ctrl;
634 static int n##_control_get(struct snd_kcontrol *kcontrol, \
643 static int n##_control_put(struct snd_kcontrol *kcontrol, \
666 static int detect_choice_get(struct snd_kcontrol *kcontrol, in detect_choice_get()
684 static int detect_choice_put(struct snd_kcontrol *kcontrol, in detect_choice_put()
[all …]
/linux-4.4.14/sound/pci/ctxfi/
Dctmixer.c230 static struct snd_kcontrol *kctls[2] = {NULL};
334 static int ct_alsa_mix_volume_info(struct snd_kcontrol *kcontrol, in ct_alsa_mix_volume_info()
345 static int ct_alsa_mix_volume_get(struct snd_kcontrol *kcontrol, in ct_alsa_mix_volume_get()
367 static int ct_alsa_mix_volume_put(struct snd_kcontrol *kcontrol, in ct_alsa_mix_volume_put()
414 static int output_switch_info(struct snd_kcontrol *kcontrol, in output_switch_info()
424 static int output_switch_get(struct snd_kcontrol *kcontrol, in output_switch_get()
432 static int output_switch_put(struct snd_kcontrol *kcontrol, in output_switch_put()
449 static int mic_source_switch_info(struct snd_kcontrol *kcontrol, in mic_source_switch_info()
459 static int mic_source_switch_get(struct snd_kcontrol *kcontrol, in mic_source_switch_get()
467 static int mic_source_switch_put(struct snd_kcontrol *kcontrol, in mic_source_switch_put()
[all …]
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c72 static int snd_cx18_mixer_tv_vol_info(struct snd_kcontrol *kcontrol, in snd_cx18_mixer_tv_vol_info()
84 static int snd_cx18_mixer_tv_vol_get(struct snd_kcontrol *kctl, in snd_cx18_mixer_tv_vol_get()
104 static int snd_cx18_mixer_tv_vol_put(struct snd_kcontrol *kctl, in snd_cx18_mixer_tv_vol_put()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-mixer.c72 static int snd_ivtv_mixer_tv_vol_info(struct snd_kcontrol *kcontrol, in snd_ivtv_mixer_tv_vol_info()
84 static int snd_ivtv_mixer_tv_vol_get(struct snd_kcontrol *kctl, in snd_ivtv_mixer_tv_vol_get()
104 static int snd_ivtv_mixer_tv_vol_put(struct snd_kcontrol *kctl, in snd_ivtv_mixer_tv_vol_put()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-control.c134 static int oxfw_mute_get(struct snd_kcontrol *control, in oxfw_mute_get()
144 static int oxfw_mute_put(struct snd_kcontrol *control, in oxfw_mute_put()
164 static int oxfw_volume_info(struct snd_kcontrol *control, in oxfw_volume_info()
179 static int oxfw_volume_get(struct snd_kcontrol *control, in oxfw_volume_get()
191 static int oxfw_volume_put(struct snd_kcontrol *control, in oxfw_volume_put()
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.h344 struct snd_kcontrol *ctl_vol_recsrc;
345 struct snd_kcontrol *ctl_vol_adcrec;
346 struct snd_kcontrol *ctl_vol_spdifrec;
348 struct snd_kcontrol *spdif_pcm_ctl;
355 struct snd_kcontrol *ctl;
Dymfpci_main.c395 struct snd_kcontrol *kctl = NULL; in snd_ymfpci_playback_trigger()
681 struct snd_kcontrol *kctl; in snd_ymfpci_playback_prepare()
1281 static int snd_ymfpci_spdif_default_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *u… in snd_ymfpci_spdif_default_info()
1288 static int snd_ymfpci_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_ymfpci_spdif_default_get()
1301 static int snd_ymfpci_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_ymfpci_spdif_default_put()
1328 static int snd_ymfpci_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_ymfpci_spdif_mask_info()
1335 static int snd_ymfpci_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_ymfpci_spdif_mask_get()
1356 static int snd_ymfpci_spdif_stream_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *ui… in snd_ymfpci_spdif_stream_info()
1363 static int snd_ymfpci_spdif_stream_get(struct snd_kcontrol *kcontrol, in snd_ymfpci_spdif_stream_get()
1376 static int snd_ymfpci_spdif_stream_put(struct snd_kcontrol *kcontrol, in snd_ymfpci_spdif_stream_put()
[all …]
/linux-4.4.14/sound/pci/
Dak4531_codec.c75 static int snd_ak4531_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4531_info_single()
86 static int snd_ak4531_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ak4531_get_single()
105 static int snd_ak4531_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ak4531_put_single()
142 static int snd_ak4531_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4531_info_double()
153 static int snd_ak4531_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ak4531_get_double()
177 static int snd_ak4531_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ak4531_put_double()
219 static int snd_ak4531_info_input_sw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4531_info_input_sw()
228 static int snd_ak4531_get_input_sw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in snd_ak4531_get_input_sw()
245 static int snd_ak4531_put_input_sw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in snd_ak4531_put_input_sw()
Drme96.c262 struct snd_kcontrol *spdif_ctl;
1866 snd_rme96_get_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_get_loopback_control()
1876 snd_rme96_put_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_put_loopback_control()
1893 snd_rme96_info_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_rme96_info_inputtype_control()
1929 snd_rme96_get_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_get_inputtype_control()
1968 snd_rme96_put_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_put_inputtype_control()
2010 snd_rme96_info_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_rme96_info_clockmode_control()
2017 snd_rme96_get_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_get_clockmode_control()
2027 snd_rme96_put_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_rme96_put_clockmode_control()
2042 snd_rme96_info_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_rme96_info_attenuation_control()
[all …]
Des1938.c209 struct snd_kcontrol *hw_volume;
210 struct snd_kcontrol *hw_switch;
211 struct snd_kcontrol *master_volume;
212 struct snd_kcontrol *master_switch;
1044 static int snd_es1938_info_mux(struct snd_kcontrol *kcontrol, in snd_es1938_info_mux()
1055 static int snd_es1938_get_mux(struct snd_kcontrol *kcontrol, in snd_es1938_get_mux()
1063 static int snd_es1938_put_mux(struct snd_kcontrol *kcontrol, in snd_es1938_put_mux()
1076 static int snd_es1938_get_spatializer_enable(struct snd_kcontrol *kcontrol, in snd_es1938_get_spatializer_enable()
1085 static int snd_es1938_put_spatializer_enable(struct snd_kcontrol *kcontrol, in snd_es1938_put_spatializer_enable()
1101 static int snd_es1938_info_hw_volume(struct snd_kcontrol *kcontrol, in snd_es1938_info_hw_volume()
[all …]
Dcmipci.c493 struct snd_kcontrol *mixer_res_ctl[CM_SAVED_MIXERS];
1010 static int snd_cmipci_spdif_default_info(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_default_info()
1018 static int snd_cmipci_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_default_get()
1031 static int snd_cmipci_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_default_put()
1057 static int snd_cmipci_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_mask_info()
1065 static int snd_cmipci_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_mask_get()
1084 static int snd_cmipci_spdif_stream_info(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_stream_info()
1092 static int snd_cmipci_spdif_stream_get(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_stream_get()
1105 static int snd_cmipci_spdif_stream_put(struct snd_kcontrol *kcontrol, in snd_cmipci_spdif_stream_put()
1146 struct snd_kcontrol *ctl = cm->mixer_res_ctl[i]; in save_mixer_state()
[all …]
Drme32.c225 struct snd_kcontrol *spdif_ctl;
1572 snd_rme32_get_loopback_control(struct snd_kcontrol *kcontrol, in snd_rme32_get_loopback_control()
1584 snd_rme32_put_loopback_control(struct snd_kcontrol *kcontrol, in snd_rme32_put_loopback_control()
1606 snd_rme32_info_inputtype_control(struct snd_kcontrol *kcontrol, in snd_rme32_info_inputtype_control()
1630 snd_rme32_get_inputtype_control(struct snd_kcontrol *kcontrol, in snd_rme32_get_inputtype_control()
1659 snd_rme32_put_inputtype_control(struct snd_kcontrol *kcontrol, in snd_rme32_put_inputtype_control()
1688 snd_rme32_info_clockmode_control(struct snd_kcontrol *kcontrol, in snd_rme32_info_clockmode_control()
1699 snd_rme32_get_clockmode_control(struct snd_kcontrol *kcontrol, in snd_rme32_get_clockmode_control()
1710 snd_rme32_put_clockmode_control(struct snd_kcontrol *kcontrol, in snd_rme32_put_clockmode_control()
1745 static int snd_rme32_control_spdif_info(struct snd_kcontrol *kcontrol, in snd_rme32_control_spdif_info()
[all …]
Dsonicvibes.c236 struct snd_kcontrol *master_mute;
237 struct snd_kcontrol *master_volume;
915 static int snd_sonicvibes_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sonicvibes_info_mux()
924 static int snd_sonicvibes_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sonicvibes_get_mux()
935 static int snd_sonicvibes_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_sonicvibes_put_mux()
964 static int snd_sonicvibes_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_sonicvibes_info_single()
975 static int snd_sonicvibes_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_get_single()
991 static int snd_sonicvibes_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_put_single()
1020 static int snd_sonicvibes_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_sonicvibes_info_double()
1031 static int snd_sonicvibes_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_sonicvibes_get_double()
[all …]
Dbt87x.c565 static int snd_bt87x_capture_volume_info(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_volume_info()
575 static int snd_bt87x_capture_volume_get(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_volume_get()
584 static int snd_bt87x_capture_volume_put(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_volume_put()
611 static int snd_bt87x_capture_boost_get(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_boost_get()
620 static int snd_bt87x_capture_boost_put(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_boost_put()
645 static int snd_bt87x_capture_source_info(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_source_info()
653 static int snd_bt87x_capture_source_get(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_source_get()
662 static int snd_bt87x_capture_source_put(struct snd_kcontrol *kcontrol, in snd_bt87x_capture_source_put()
Dfm801.c834 static int snd_fm801_info_single(struct snd_kcontrol *kcontrol, in snd_fm801_info_single()
846 static int snd_fm801_get_single(struct snd_kcontrol *kcontrol, in snd_fm801_get_single()
861 static int snd_fm801_put_single(struct snd_kcontrol *kcontrol, in snd_fm801_put_single()
889 static int snd_fm801_info_double(struct snd_kcontrol *kcontrol, in snd_fm801_info_double()
901 static int snd_fm801_get_double(struct snd_kcontrol *kcontrol, in snd_fm801_get_double()
922 static int snd_fm801_put_double(struct snd_kcontrol *kcontrol, in snd_fm801_put_double()
944 static int snd_fm801_info_mux(struct snd_kcontrol *kcontrol, in snd_fm801_info_mux()
954 static int snd_fm801_get_mux(struct snd_kcontrol *kcontrol, in snd_fm801_get_mux()
967 static int snd_fm801_put_mux(struct snd_kcontrol *kcontrol, in snd_fm801_put_mux()
Dens1370.c1345 static int snd_ens1373_spdif_info(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_info()
1353 static int snd_ens1373_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_default_get()
1366 static int snd_ens1373_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_default_put()
1387 static int snd_ens1373_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_mask_get()
1397 static int snd_ens1373_spdif_stream_get(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_stream_get()
1410 static int snd_ens1373_spdif_stream_put(struct snd_kcontrol *kcontrol, in snd_ens1373_spdif_stream_put()
1437 static int snd_es1371_spdif_get(struct snd_kcontrol *kcontrol, in snd_es1371_spdif_get()
1448 static int snd_es1371_spdif_put(struct snd_kcontrol *kcontrol, in snd_es1371_spdif_put()
1499 static int snd_es1373_rear_get(struct snd_kcontrol *kcontrol, in snd_es1373_rear_get()
1514 static int snd_es1373_rear_put(struct snd_kcontrol *kcontrol, in snd_es1373_rear_put()
[all …]
/linux-4.4.14/sound/isa/cs423x/
Dcs4236_lib.c408 static int snd_cs4236_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_cs4236_info_single()
419 static int snd_cs4236_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs4236_get_single()
436 static int snd_cs4236_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs4236_put_single()
465 static int snd_cs4236_get_singlec(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs4236_get_singlec()
482 static int snd_cs4236_put_singlec(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs4236_put_singlec()
521 static int snd_cs4236_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_cs4236_info_double()
532 static int snd_cs4236_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs4236_get_double()
554 static int snd_cs4236_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs4236_put_double()
608 static int snd_cs4236_get_double1(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs4236_get_double1()
630 static int snd_cs4236_put_double1(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs4236_put_double1()
[all …]
/linux-4.4.14/sound/pci/lola/
Dlola_mixer.c512 static int lola_analog_vol_info(struct snd_kcontrol *kcontrol, in lola_analog_vol_info()
525 static int lola_analog_vol_get(struct snd_kcontrol *kcontrol, in lola_analog_vol_get()
538 static int lola_analog_vol_put(struct snd_kcontrol *kcontrol, in lola_analog_vol_put()
555 static int lola_analog_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag, in lola_analog_vol_tlv()
610 static int lola_input_src_info(struct snd_kcontrol *kcontrol, in lola_input_src_info()
622 static int lola_input_src_get(struct snd_kcontrol *kcontrol, in lola_input_src_get()
634 static int lola_input_src_put(struct snd_kcontrol *kcontrol, in lola_input_src_put()
672 static int lola_src_gain_info(struct snd_kcontrol *kcontrol, in lola_src_gain_info()
684 static int lola_src_gain_get(struct snd_kcontrol *kcontrol, in lola_src_gain_get()
707 static int lola_src_gain_put(struct snd_kcontrol *kcontrol, in lola_src_gain_put()
[all …]
/linux-4.4.14/sound/soc/samsung/
Ds3c24xx_simtec.c34 static int speaker_gain_get(struct snd_kcontrol *kcontrol, in speaker_gain_get()
63 static int speaker_gain_put(struct snd_kcontrol *kcontrol, in speaker_gain_put()
104 static int speaker_unmute_get(struct snd_kcontrol *kcontrol, in speaker_unmute_get()
119 static int speaker_unmute_put(struct snd_kcontrol *kcontrol, in speaker_unmute_put()
Dneo1973_wm8753.c176 static int lm4853_set_spk(struct snd_kcontrol *kcontrol, in lm4853_set_spk()
186 static int lm4853_get_spk(struct snd_kcontrol *kcontrol, in lm4853_get_spk()
194 struct snd_kcontrol *k, int event) in lm4853_event()
Drx1950_uda1380.c39 struct snd_kcontrol *kcontrol, int event);
143 struct snd_kcontrol *kcontrol, int event) in rx1950_spk_power()
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_pcm.c127 struct snd_kcontrol *kctl, int activate) in vortex_notify_pcm_vol_change()
472 static int snd_vortex_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_spdif_info()
479 static int snd_vortex_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_vortex_spdif_mask_get()
488 static int snd_vortex_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_spdif_get()
502 static int snd_vortex_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_spdif_put()
538 static int snd_vortex_pcm_vol_info(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_info()
549 static int snd_vortex_pcm_vol_get(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_get()
562 static int snd_vortex_pcm_vol_put(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_put()
617 struct snd_kcontrol *kctl; in snd_vortex_new_pcm()
Dau88x0_a3d.c729 snd_vortex_a3d_hrtf_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_hrtf_info()
738 snd_vortex_a3d_itd_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_itd_info()
747 snd_vortex_a3d_ild_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_ild_info()
756 snd_vortex_a3d_filter_info(struct snd_kcontrol *kcontrol, in snd_vortex_a3d_filter_info()
767 snd_vortex_a3d_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_a3d_get()
776 snd_vortex_a3d_hrtf_put(struct snd_kcontrol *kcontrol, in snd_vortex_a3d_hrtf_put()
793 snd_vortex_a3d_itd_put(struct snd_kcontrol *kcontrol, in snd_vortex_a3d_itd_put()
812 snd_vortex_a3d_ild_put(struct snd_kcontrol *kcontrol, in snd_vortex_a3d_ild_put()
829 snd_vortex_a3d_filter_put(struct snd_kcontrol *kcontrol, in snd_vortex_a3d_filter_put()
861 struct snd_kcontrol *kcontrol; in vortex_a3d_register_controls()
Dau88x0_eq.c734 snd_vortex_eqtoggle_get(struct snd_kcontrol *kcontrol, in snd_vortex_eqtoggle_get()
747 snd_vortex_eqtoggle_put(struct snd_kcontrol *kcontrol, in snd_vortex_eqtoggle_put()
772 snd_vortex_eq_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_eq_info()
782 snd_vortex_eq_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_eq_get()
796 snd_vortex_eq_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_eq_put()
830 snd_vortex_peaks_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_peaks_info()
840 snd_vortex_peaks_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_peaks_get()
883 struct snd_kcontrol *kcontrol; in vortex_eq_init()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.c135 static int sst_slot_enum_info(struct snd_kcontrol *kcontrol, in sst_slot_enum_info()
159 static int sst_slot_get(struct snd_kcontrol *kcontrol, in sst_slot_get()
191 static int sst_check_and_send_slot_map(struct sst_data *drv, struct snd_kcontrol *kcontrol) in sst_check_and_send_slot_map()
217 static int sst_slot_put(struct snd_kcontrol *kcontrol, in sst_slot_put()
315 static int sst_algo_bytes_ctl_info(struct snd_kcontrol *kcontrol, in sst_algo_bytes_ctl_info()
326 static int sst_algo_control_get(struct snd_kcontrol *kcontrol, in sst_algo_control_get()
345 static int sst_algo_control_set(struct snd_kcontrol *kcontrol, in sst_algo_control_set()
373 static int sst_gain_ctl_info(struct snd_kcontrol *kcontrol, in sst_gain_ctl_info()
432 static int sst_gain_get(struct snd_kcontrol *kcontrol, in sst_gain_get()
462 static int sst_gain_put(struct snd_kcontrol *kcontrol, in sst_gain_put()
[all …]
/linux-4.4.14/sound/drivers/
Dmts64.c446 static int snd_mts64_ctl_smpte_switch_get(struct snd_kcontrol* kctl, in snd_mts64_ctl_smpte_switch_get()
460 static int snd_mts64_ctl_smpte_switch_put(struct snd_kcontrol* kctl, in snd_mts64_ctl_smpte_switch_put()
498 static int snd_mts64_ctl_smpte_time_h_info(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_time_h_info()
508 static int snd_mts64_ctl_smpte_time_f_info(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_time_f_info()
518 static int snd_mts64_ctl_smpte_time_info(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_time_info()
528 static int snd_mts64_ctl_smpte_time_get(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_time_get()
541 static int snd_mts64_ctl_smpte_time_put(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_time_put()
604 static int snd_mts64_ctl_smpte_fps_info(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_fps_info()
614 static int snd_mts64_ctl_smpte_fps_get(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_fps_get()
626 static int snd_mts64_ctl_smpte_fps_put(struct snd_kcontrol *kctl, in snd_mts64_ctl_smpte_fps_put()
Daloop.c800 static int loopback_rate_shift_info(struct snd_kcontrol *kcontrol, in loopback_rate_shift_info()
811 static int loopback_rate_shift_get(struct snd_kcontrol *kcontrol, in loopback_rate_shift_get()
822 static int loopback_rate_shift_put(struct snd_kcontrol *kcontrol, in loopback_rate_shift_put()
845 static int loopback_notify_get(struct snd_kcontrol *kcontrol, in loopback_notify_get()
856 static int loopback_notify_put(struct snd_kcontrol *kcontrol, in loopback_notify_put()
873 static int loopback_active_get(struct snd_kcontrol *kcontrol, in loopback_active_get()
888 static int loopback_format_info(struct snd_kcontrol *kcontrol, in loopback_format_info()
899 static int loopback_format_get(struct snd_kcontrol *kcontrol, in loopback_format_get()
910 static int loopback_rate_info(struct snd_kcontrol *kcontrol, in loopback_rate_info()
921 static int loopback_rate_get(struct snd_kcontrol *kcontrol, in loopback_rate_get()
[all …]
Ddummy.c141 struct snd_kcontrol *cd_volume_ctl;
142 struct snd_kcontrol *cd_switch_ctl;
733 static int snd_dummy_volume_info(struct snd_kcontrol *kcontrol, in snd_dummy_volume_info()
743 static int snd_dummy_volume_get(struct snd_kcontrol *kcontrol, in snd_dummy_volume_get()
756 static int snd_dummy_volume_put(struct snd_kcontrol *kcontrol, in snd_dummy_volume_put()
792 static int snd_dummy_capsrc_get(struct snd_kcontrol *kcontrol, in snd_dummy_capsrc_get()
805 static int snd_dummy_capsrc_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_dummy_capsrc_put()
822 static int snd_dummy_iobox_info(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_info()
830 static int snd_dummy_iobox_get(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_get()
839 static int snd_dummy_iobox_put(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_put()
[all …]
/linux-4.4.14/sound/soc/fsl/
Dfsl_spdif.c632 static int fsl_spdif_info(struct snd_kcontrol *kcontrol, in fsl_spdif_info()
641 static int fsl_spdif_pb_get(struct snd_kcontrol *kcontrol, in fsl_spdif_pb_get()
656 static int fsl_spdif_pb_put(struct snd_kcontrol *kcontrol, in fsl_spdif_pb_put()
674 static int fsl_spdif_capture_get(struct snd_kcontrol *kcontrol, in fsl_spdif_capture_get()
706 static int fsl_spdif_subcode_get(struct snd_kcontrol *kcontrol, in fsl_spdif_subcode_get()
728 static int fsl_spdif_qinfo(struct snd_kcontrol *kcontrol, in fsl_spdif_qinfo()
738 static int fsl_spdif_qget(struct snd_kcontrol *kcontrol, in fsl_spdif_qget()
760 static int fsl_spdif_vbit_info(struct snd_kcontrol *kcontrol, in fsl_spdif_vbit_info()
772 static int fsl_spdif_vbit_get(struct snd_kcontrol *kcontrol, in fsl_spdif_vbit_get()
788 static int fsl_spdif_rxrate_info(struct snd_kcontrol *kcontrol, in fsl_spdif_rxrate_info()
[all …]
Dmx27vis-aic32x4.c80 static int mx27vis_amp_set(struct snd_kcontrol *kcontrol, in mx27vis_amp_set()
107 static int mx27vis_amp_get(struct snd_kcontrol *kcontrol, in mx27vis_amp_get()
/linux-4.4.14/sound/soc/intel/boards/
Dmfld_machine.c94 static int headset_get_switch(struct snd_kcontrol *kcontrol, in headset_get_switch()
101 static int headset_set_switch(struct snd_kcontrol *kcontrol, in headset_set_switch()
148 static int lo_get_switch(struct snd_kcontrol *kcontrol, in lo_get_switch()
155 static int lo_set_switch(struct snd_kcontrol *kcontrol, in lo_set_switch()
/linux-4.4.14/sound/spi/
Dat73c213.c401 static int snd_at73c213_mono_get(struct snd_kcontrol *kcontrol, in snd_at73c213_mono_get()
424 static int snd_at73c213_mono_put(struct snd_kcontrol *kcontrol, in snd_at73c213_mono_put()
454 static int snd_at73c213_stereo_info(struct snd_kcontrol *kcontrol, in snd_at73c213_stereo_info()
471 static int snd_at73c213_stereo_get(struct snd_kcontrol *kcontrol, in snd_at73c213_stereo_get()
501 static int snd_at73c213_stereo_put(struct snd_kcontrol *kcontrol, in snd_at73c213_stereo_put()
550 static int snd_at73c213_mono_switch_get(struct snd_kcontrol *kcontrol, in snd_at73c213_mono_switch_get()
572 static int snd_at73c213_mono_switch_put(struct snd_kcontrol *kcontrol, in snd_at73c213_mono_switch_put()
607 static int snd_at73c213_pa_volume_info(struct snd_kcontrol *kcontrol, in snd_at73c213_pa_volume_info()
619 struct snd_kcontrol *kcontrol, in snd_at73c213_line_capture_volume_info()
632 struct snd_kcontrol *kcontrol, in snd_at73c213_aux_capture_volume_info()
[all …]
/linux-4.4.14/sound/isa/
Des18xx.c126 struct snd_kcontrol *hw_volume;
127 struct snd_kcontrol *hw_switch;
128 struct snd_kcontrol *master_volume;
129 struct snd_kcontrol *master_switch;
966 static int snd_es18xx_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_es18xx_info_mux()
992 static int snd_es18xx_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es18xx_get_mux()
1009 static int snd_es18xx_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es18xx_put_mux()
1048 static int snd_es18xx_get_spatializer_enable(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_es18xx_get_spatializer_enable()
1056 static int snd_es18xx_put_spatializer_enable(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val… in snd_es18xx_put_spatializer_enable()
1071 static int snd_es18xx_info_hw_volume(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_es18xx_info_hw_volume()
[all …]
Dopl3sa2.c136 struct snd_kcontrol *master_switch;
137 struct snd_kcontrol *master_volume;
355 static int snd_opl3sa2_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_opl3sa2_get_single()
372 static int snd_opl3sa2_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_opl3sa2_put_single()
410 static int snd_opl3sa2_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_opl3sa2_get_double()
432 static int snd_opl3sa2_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_opl3sa2_put_double()
491 static void snd_opl3sa2_master_free(struct snd_kcontrol *kcontrol) in snd_opl3sa2_master_free()
502 struct snd_kcontrol *kctl; in snd_opl3sa2_mixer()
/linux-4.4.14/sound/pci/aw2/
Daw2-alsa.c140 static int snd_aw2_control_switch_capture_info(struct snd_kcontrol *kcontrol,
142 static int snd_aw2_control_switch_capture_get(struct snd_kcontrol *kcontrol,
145 static int snd_aw2_control_switch_capture_put(struct snd_kcontrol *kcontrol,
723 static int snd_aw2_control_switch_capture_info(struct snd_kcontrol *kcontrol, in snd_aw2_control_switch_capture_info()
732 static int snd_aw2_control_switch_capture_get(struct snd_kcontrol *kcontrol, in snd_aw2_control_switch_capture_get()
744 static int snd_aw2_control_switch_capture_put(struct snd_kcontrol *kcontrol, in snd_aw2_control_switch_capture_put()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-alsa.c635 static int snd_cx88_volume_info(struct snd_kcontrol *kcontrol, in snd_cx88_volume_info()
646 static int snd_cx88_volume_get(struct snd_kcontrol *kcontrol, in snd_cx88_volume_get()
661 static void snd_cx88_wm8775_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_wm8775_volume_put()
683 static int snd_cx88_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_volume_put()
733 static int snd_cx88_switch_get(struct snd_kcontrol *kcontrol, in snd_cx88_switch_get()
744 static int snd_cx88_switch_put(struct snd_kcontrol *kcontrol, in snd_cx88_switch_put()
785 static int snd_cx88_alc_get(struct snd_kcontrol *kcontrol, in snd_cx88_alc_get()
797 static int snd_cx88_alc_put(struct snd_kcontrol *kcontrol, in snd_cx88_alc_put()
/linux-4.4.14/sound/soc/sirf/
Dsirf-audio.c24 struct snd_kcontrol *ctrl, int event) in sirf_audio_hp_event()
36 struct snd_kcontrol *ctrl, int event) in sirf_audio_spk_event()
/linux-4.4.14/sound/isa/ad1816a/
Dad1816a_lib.c727 static int snd_ad1816a_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ad1816a_info_mux()
737 static int snd_ad1816a_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ad1816a_get_mux()
751 static int snd_ad1816a_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_ad1816a_put_mux()
782 static int snd_ad1816a_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ad1816a_info_single()
793 static int snd_ad1816a_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_ad1816a_get_single()
810 static int snd_ad1816a_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_ad1816a_put_single()
847 static int snd_ad1816a_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ad1816a_info_double()
858 static int snd_ad1816a_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_ad1816a_get_double()
881 static int snd_ad1816a_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_ad1816a_put_double()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-alsa.c66 struct snd_kcontrol *capture_ctl[MIXER_ADDR_LAST+1];
391 static int snd_saa7134_capsrc_set(struct snd_kcontrol *kcontrol, in snd_saa7134_capsrc_set()
920 static int snd_saa7134_volume_info(struct snd_kcontrol * kcontrol, in snd_saa7134_volume_info()
930 static int snd_saa7134_volume_get(struct snd_kcontrol * kcontrol, in snd_saa7134_volume_get()
941 static int snd_saa7134_volume_put(struct snd_kcontrol * kcontrol, in snd_saa7134_volume_put()
1017 static int snd_saa7134_capsrc_info(struct snd_kcontrol * kcontrol, in snd_saa7134_capsrc_info()
1027 static int snd_saa7134_capsrc_get(struct snd_kcontrol * kcontrol, in snd_saa7134_capsrc_get()
1046 static int snd_saa7134_capsrc_put(struct snd_kcontrol * kcontrol, in snd_saa7134_capsrc_put()
1079 struct snd_kcontrol *kcontrol; in snd_card_saa7134_new_mixer()
/linux-4.4.14/sound/usb/caiaq/
Dcontrol.c33 static int control_info(struct snd_kcontrol *kcontrol, in control_info()
79 static int control_get(struct snd_kcontrol *kcontrol, in control_get()
96 static int control_put(struct snd_kcontrol *kcontrol, in control_put()
588 struct snd_kcontrol *kc; in add_controls()
/linux-4.4.14/sound/sh/
Daica.c483 static int aica_pcmswitch_get(struct snd_kcontrol *kcontrol, in aica_pcmswitch_get()
490 static int aica_pcmswitch_put(struct snd_kcontrol *kcontrol, in aica_pcmswitch_put()
500 static int aica_pcmvolume_info(struct snd_kcontrol *kcontrol, in aica_pcmvolume_info()
510 static int aica_pcmvolume_get(struct snd_kcontrol *kcontrol, in aica_pcmvolume_get()
521 static int aica_pcmvolume_put(struct snd_kcontrol *kcontrol, in aica_pcmvolume_put()
/linux-4.4.14/sound/isa/es1688/
Des1688_lib.c758 static int snd_es1688_info_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_es1688_info_mux()
768 static int snd_es1688_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_get_mux()
775 static int snd_es1688_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_put_mux()
800 static int snd_es1688_info_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_es1688_info_single()
811 static int snd_es1688_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_get_single()
828 static int snd_es1688_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_put_single()
859 static int snd_es1688_info_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_es1688_info_double()
870 static int snd_es1688_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_get_double()
904 static int snd_es1688_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_es1688_put_double()
/linux-4.4.14/sound/isa/opti9xx/
Dmiro.c268 static int snd_miro_get_capture(struct snd_kcontrol *kcontrol, in snd_miro_get_capture()
286 static int snd_miro_put_capture(struct snd_kcontrol *kcontrol, in snd_miro_put_capture()
307 static int snd_miro_info_preamp(struct snd_kcontrol *kcontrol, in snd_miro_info_preamp()
318 static int snd_miro_get_preamp(struct snd_kcontrol *kcontrol, in snd_miro_get_preamp()
348 static int snd_miro_put_preamp(struct snd_kcontrol *kcontrol, in snd_miro_put_preamp()
371 static int snd_miro_get_amp(struct snd_kcontrol *kcontrol, in snd_miro_get_amp()
380 static int snd_miro_put_amp(struct snd_kcontrol *kcontrol, in snd_miro_put_amp()
410 static int snd_miro_info_double(struct snd_kcontrol *kcontrol, in snd_miro_info_double()
435 static int snd_miro_get_double(struct snd_kcontrol *kcontrol, in snd_miro_get_double()
483 static int snd_miro_put_double(struct snd_kcontrol *kcontrol, in snd_miro_put_double()
/linux-4.4.14/sound/pci/vx222/
Dvx222_ops.c869 static int vx_input_level_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_input_level_info()
878 static int vx_input_level_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_input_level_get()
889 static int vx_input_level_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_input_level_put()
913 static int vx_mic_level_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in vx_mic_level_info()
922 static int vx_mic_level_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_level_get()
930 static int vx_mic_level_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in vx_mic_level_put()
/linux-4.4.14/sound/firewire/
Disight.c473 static int isight_gain_info(struct snd_kcontrol *ctl, in isight_gain_info()
486 static int isight_gain_get(struct snd_kcontrol *ctl, in isight_gain_get()
502 static int isight_gain_put(struct snd_kcontrol *ctl, in isight_gain_put()
515 static int isight_mute_get(struct snd_kcontrol *ctl, in isight_mute_get()
531 static int isight_mute_put(struct snd_kcontrol *ctl, in isight_mute_put()
559 struct snd_kcontrol *ctl; in isight_create_mixer()
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c1902 static int snd_cs46xx_vol_info(struct snd_kcontrol *kcontrol, in snd_cs46xx_vol_info()
1912 static int snd_cs46xx_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs46xx_vol_get()
1922 static int snd_cs46xx_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_cs46xx_vol_put()
1940 static int snd_cs46xx_vol_dac_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs46xx_vol_dac_get()
1950 static int snd_cs46xx_vol_dac_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in snd_cs46xx_vol_dac_put()
1967 static int snd_cs46xx_vol_iec958_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon…
1976 static int snd_cs46xx_vol_iec958_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon…
1995 static int snd_cs46xx_iec958_get(struct snd_kcontrol *kcontrol, in snd_cs46xx_iec958_get()
2009 static int snd_cs46xx_iec958_put(struct snd_kcontrol *kcontrol, in snd_cs46xx_iec958_put()
2046 static int snd_cs46xx_adc_capture_get(struct snd_kcontrol *kcontrol, in snd_cs46xx_adc_capture_get()
[all …]
/linux-4.4.14/sound/soc/sti/
Duniperif_player.c545 static int uni_player_ctl_iec958_info(struct snd_kcontrol *kcontrol, in uni_player_ctl_iec958_info()
554 static int uni_player_ctl_iec958_get(struct snd_kcontrol *kcontrol, in uni_player_ctl_iec958_get()
571 static int uni_player_ctl_iec958_put(struct snd_kcontrol *kcontrol, in uni_player_ctl_iec958_put()
602 static int snd_sti_clk_adjustment_info(struct snd_kcontrol *kcontrol, in snd_sti_clk_adjustment_info()
614 static int snd_sti_clk_adjustment_get(struct snd_kcontrol *kcontrol, in snd_sti_clk_adjustment_get()
628 static int snd_sti_clk_adjustment_put(struct snd_kcontrol *kcontrol, in snd_sti_clk_adjustment_put()
/linux-4.4.14/sound/pci/korg1212/
Dkorg1212.c1711 static int snd_korg1212_control_phase_info(struct snd_kcontrol *kcontrol, in snd_korg1212_control_phase_info()
1719 static int snd_korg1212_control_phase_get(struct snd_kcontrol *kcontrol, in snd_korg1212_control_phase_get()
1737 static int snd_korg1212_control_phase_put(struct snd_kcontrol *kcontrol, in snd_korg1212_control_phase_put()
1775 static int snd_korg1212_control_volume_info(struct snd_kcontrol *kcontrol, in snd_korg1212_control_volume_info()
1785 static int snd_korg1212_control_volume_get(struct snd_kcontrol *kcontrol, in snd_korg1212_control_volume_get()
1804 static int snd_korg1212_control_volume_put(struct snd_kcontrol *kcontrol, in snd_korg1212_control_volume_put()
1843 static int snd_korg1212_control_route_info(struct snd_kcontrol *kcontrol, in snd_korg1212_control_route_info()
1851 static int snd_korg1212_control_route_get(struct snd_kcontrol *kcontrol, in snd_korg1212_control_route_get()
1870 static int snd_korg1212_control_route_put(struct snd_kcontrol *kcontrol, in snd_korg1212_control_route_put()
1901 static int snd_korg1212_control_info(struct snd_kcontrol *kcontrol, in snd_korg1212_control_info()
[all …]
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c267 static int snd_solo_capture_volume_info(struct snd_kcontrol *kcontrol, in snd_solo_capture_volume_info()
279 static int snd_solo_capture_volume_get(struct snd_kcontrol *kcontrol, in snd_solo_capture_volume_get()
290 static int snd_solo_capture_volume_put(struct snd_kcontrol *kcontrol, in snd_solo_capture_volume_put()
/linux-4.4.14/sound/mips/
Dsgio2audio.c158 static int sgio2audio_gain_info(struct snd_kcontrol *kcontrol, in sgio2audio_gain_info()
171 static int sgio2audio_gain_get(struct snd_kcontrol *kcontrol, in sgio2audio_gain_get()
185 static int sgio2audio_gain_put(struct snd_kcontrol *kcontrol, in sgio2audio_gain_put()
201 static int sgio2audio_source_info(struct snd_kcontrol *kcontrol, in sgio2audio_source_info()
210 static int sgio2audio_source_get(struct snd_kcontrol *kcontrol, in sgio2audio_source_get()
219 static int sgio2audio_source_put(struct snd_kcontrol *kcontrol, in sgio2audio_source_put()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-audio.c479 static int em28xx_vol_info(struct snd_kcontrol *kcontrol, in em28xx_vol_info()
495 static int em28xx_vol_put(struct snd_kcontrol *kcontrol, in em28xx_vol_put()
535 static int em28xx_vol_get(struct snd_kcontrol *kcontrol, in em28xx_vol_get()
569 static int em28xx_vol_put_mute(struct snd_kcontrol *kcontrol, in em28xx_vol_put_mute()
611 static int em28xx_vol_get_mute(struct snd_kcontrol *kcontrol, in em28xx_vol_get_mute()
654 struct snd_kcontrol *kctl; in em28xx_cvol_new()
/linux-4.4.14/sound/aoa/
Daoa.h122 extern int aoa_snd_ctl_add(struct snd_kcontrol* control);
/linux-4.4.14/sound/parisc/
Dharmony.c695 snd_harmony_mixercontrol_info(struct snd_kcontrol *kc, in snd_harmony_mixercontrol_info()
712 snd_harmony_volume_get(struct snd_kcontrol *kc, in snd_harmony_volume_get()
741 snd_harmony_volume_put(struct snd_kcontrol *kc, in snd_harmony_volume_put()
776 snd_harmony_captureroute_info(struct snd_kcontrol *kc, in snd_harmony_captureroute_info()
785 snd_harmony_captureroute_get(struct snd_kcontrol *kc, in snd_harmony_captureroute_get()
802 snd_harmony_captureroute_put(struct snd_kcontrol *kc, in snd_harmony_captureroute_put()
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c503 static struct snd_kcontrol *snd_mixer_oss_test_id(struct snd_mixer_oss *mixer, const char *name, in… in snd_mixer_oss_test_id()
522 struct snd_kcontrol *kctl; in snd_mixer_oss_get_volume1_vol()
560 struct snd_kcontrol *kctl; in snd_mixer_oss_get_volume1_sw()
624 struct snd_kcontrol *kctl; in snd_mixer_oss_put_volume1_vol()
665 struct snd_kcontrol *kctl; in snd_mixer_oss_put_volume1_sw()
801 struct snd_kcontrol *kctl; in snd_mixer_oss_get_recsrc2()
851 struct snd_kcontrol *kctl; in snd_mixer_oss_put_recsrc2()
911 struct snd_kcontrol *kcontrol; in snd_mixer_oss_build_test()
1032 struct snd_kcontrol *kctl; in snd_mixer_oss_build_input()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c181 static int hsw_stream_volume_put(struct snd_kcontrol *kcontrol, in hsw_stream_volume_put()
230 static int hsw_stream_volume_get(struct snd_kcontrol *kcontrol, in hsw_stream_volume_get()
273 static int hsw_volume_put(struct snd_kcontrol *kcontrol, in hsw_volume_put()
302 static int hsw_volume_get(struct snd_kcontrol *kcontrol, in hsw_volume_get()
322 static int hsw_waves_switch_get(struct snd_kcontrol *kcontrol, in hsw_waves_switch_get()
336 static int hsw_waves_switch_put(struct snd_kcontrol *kcontrol, in hsw_waves_switch_put()
370 static int hsw_waves_param_get(struct snd_kcontrol *kcontrol, in hsw_waves_param_get()
381 static int hsw_waves_param_put(struct snd_kcontrol *kcontrol, in hsw_waves_param_put()
/linux-4.4.14/sound/soc/jz4740/
Dqi_lb60.c30 struct snd_kcontrol *ctrl, int event) in qi_lb60_spk_event()
/linux-4.4.14/sound/aoa/core/
Dalsa.c87 int aoa_snd_ctl_add(struct snd_kcontrol* control) in aoa_snd_ctl_add()
/linux-4.4.14/sound/soc/sh/
Dsiu_dai.c351 static int siu_dai_info_volume(struct snd_kcontrol *kctrl, in siu_dai_info_volume()
366 static int siu_dai_get_volume(struct snd_kcontrol *kctrl, in siu_dai_get_volume()
397 static int siu_dai_put_volume(struct snd_kcontrol *kctrl, in siu_dai_put_volume()
467 struct snd_kcontrol *kctrl; in siu_init_port()

12