| /linux/include/sound/ |
| H A D | control.h | 16 struct snd_kcontrol; 17 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo… 18 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 19 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 20 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol, 70 struct snd_kcontrol { struct 83 void (*private_free)(struct snd_kcontrol *kcontrol); argument 87 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro 122 …void (*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int … 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi… [all …]
|
| H A D | soc-topology.h | 19 struct snd_kcontrol; 50 struct snd_kcontrol *kcontrol; 78 int (*get)(struct snd_kcontrol *kcontrol, 80 int (*put)(struct snd_kcontrol *kcontrol, 82 int (*info)(struct snd_kcontrol *kcontrol, 89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, 91 int (*put)(struct snd_kcontrol *kcontrol, 101 struct snd_kcontrol *k, int event);
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.h | 59 struct snd_kcontrol *dsp_prog_ctl; 60 struct snd_kcontrol *dsp_conf_ctl; 61 struct snd_kcontrol *prof_ctl; 71 int tasdevice_info_profile(struct snd_kcontrol *kctl, 73 int tasdevice_info_programs(struct snd_kcontrol *kctl, 75 int tasdevice_info_config(struct snd_kcontrol *kctl, 77 int tasdevice_set_profile_id(struct snd_kcontrol *kctl, 79 int tasdevice_get_profile_id(struct snd_kcontrol *kctl, 81 int tasdevice_program_get(struct snd_kcontrol *kctl, 83 int tasdevice_program_put(struct snd_kcontrol *kctl, [all …]
|
| /linux/sound/core/ |
| H A D | vmaster.c | 53 struct snd_kcontrol *kctl; /* original kcontrol pointer */ 54 struct snd_kcontrol follower; /* the copy of original control entry */ 178 static int follower_info(struct snd_kcontrol *kcontrol, in follower_info() 185 static int follower_get(struct snd_kcontrol *kcontrol, in follower_get() 192 static int follower_put(struct snd_kcontrol *kcontrol, in follower_put() 221 static int follower_tlv_cmd(struct snd_kcontrol *kcontrol, in follower_tlv_cmd() 230 static void follower_free(struct snd_kcontrol *kcontrol) in follower_free() 252 int _snd_ctl_add_follower(struct snd_kcontrol *master, in _snd_ctl_add_follower() 253 struct snd_kcontrol *follower, in _snd_ctl_add_follower() 291 int snd_ctl_add_followers(struct snd_card *card, struct snd_kcontrol *master, in snd_ctl_add_followers() [all …]
|
| H A D | control.c | 43 struct snd_kcontrol *kcontrol); 113 struct snd_kcontrol *control; in snd_ctl_release() 201 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() 228 static int snd_ctl_new(struct snd_kcontrol **kctl, unsigned int count, in snd_ctl_new() 260 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new *ncontrol, in snd_ctl_new1() 263 struct snd_kcontrol *kctl; in snd_ctl_new1() 323 void snd_ctl_free_one(struct snd_kcontrol *kcontrol) in snd_ctl_free_one() 336 struct snd_kcontrol *kctl; in snd_ctl_remove_numid_conflict() 367 static bool elem_id_matches(const struct snd_kcontrol *kctl, in elem_id_matches() 401 struct snd_kcontrol *kcontrol) in add_hash_entries() [all …]
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 146 static int snd_ca0106_shared_spdif_get(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_get() 155 static int snd_ca0106_shared_spdif_put(struct snd_kcontrol *kcontrol, in snd_ca0106_shared_spdif_put() 171 static int snd_ca0106_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_info() 181 static int snd_ca0106_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_get() 190 static int snd_ca0106_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_source_put() 208 static int snd_ca0106_i2c_capture_source_info(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_info() 218 static int snd_ca0106_i2c_capture_source_get(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_get() 227 static int snd_ca0106_i2c_capture_source_put(struct snd_kcontrol *kcontrol, in snd_ca0106_i2c_capture_source_put() 247 static int snd_ca0106_capture_line_in_side_out_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_line_in_side_out_info() 255 static int snd_ca0106_capture_mic_line_in_info(struct snd_kcontrol *kcontrol, in snd_ca0106_capture_mic_line_in_info() [all …]
|
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp_mixer.c | 14 static int pcsp_enable_info(struct snd_kcontrol *kcontrol, in pcsp_enable_info() 24 static int pcsp_enable_get(struct snd_kcontrol *kcontrol, in pcsp_enable_get() 32 static int pcsp_enable_put(struct snd_kcontrol *kcontrol, in pcsp_enable_put() 45 static int pcsp_treble_info(struct snd_kcontrol *kcontrol, in pcsp_treble_info() 59 static int pcsp_treble_get(struct snd_kcontrol *kcontrol, in pcsp_treble_get() 67 static int pcsp_treble_put(struct snd_kcontrol *kcontrol, in pcsp_treble_put() 83 static int pcsp_pcspkr_info(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_info() 93 static int pcsp_pcspkr_get(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_get() 101 static int pcsp_pcspkr_put(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_put()
|
| /linux/sound/pci/ice1712/ |
| H A D | aureon.c | 188 static int aureon_universe_inmux_info(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_info() 197 static int aureon_universe_inmux_get(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_get() 206 static int aureon_universe_inmux_put(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_put() 347 static int aureon_ac97_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_ac97_vol_info() 356 static int aureon_ac97_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_get() 371 static int aureon_ac97_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_put() 399 static int aureon_ac97_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_get() 411 static int aureon_ac97_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_put() 436 static int aureon_ac97_micboost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_get() 447 static int aureon_ac97_micboost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_put() [all …]
|
| H A D | pontis.c | 100 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_dac_vol_info() 109 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_get() 124 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put() 153 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info() 162 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get() 177 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put() 202 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_get() 212 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_put() 237 static int wm_bypass_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_get() 246 static int wm_bypass_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_put() [all …]
|
| H A D | phase.c | 285 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, in wm_pcm_mute_get() 296 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, in wm_pcm_mute_put() 317 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info() 327 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, in wm_master_vol_get() 339 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, in wm_master_vol_put() 463 static int wm_vol_info(struct snd_kcontrol *kcontrol, in wm_vol_info() 474 static int wm_vol_get(struct snd_kcontrol *kcontrol, in wm_vol_get() 489 static int wm_vol_put(struct snd_kcontrol *kcontrol, in wm_vol_put() 521 static int wm_mute_info(struct snd_kcontrol *kcontrol, in wm_mute_info() 530 static int wm_mute_get(struct snd_kcontrol *kcontrol, in wm_mute_get() [all …]
|
| H A D | prodigy192.c | 94 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_get() 109 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_put() 131 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_dac_vol_info() 140 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_get() 156 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_put() 182 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_get() 196 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_mute_put() 218 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_adc_vol_info() 227 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_get() 242 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_adc_vol_put() [all …]
|
| H A D | prodigy_hifi.c | 241 static int ak4396_dac_vol_info(struct snd_kcontrol *kcontrol, in ak4396_dac_vol_info() 251 static int ak4396_dac_vol_get(struct snd_kcontrol *kcontrol, in ak4396_dac_vol_get() 264 static int ak4396_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ak4396_dac_vol_put() 349 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, in wm_dac_vol_info() 359 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, in wm_dac_vol_get() 372 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put() 395 static int wm8766_vol_info(struct snd_kcontrol *kcontrol, in wm8766_vol_info() 406 static int wm8766_vol_get(struct snd_kcontrol *kcontrol, in wm8766_vol_get() 420 static int wm8766_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm8766_vol_put() 446 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info() [all …]
|
| /linux/sound/soc/sof/ |
| H A D | control.c | 18 int snd_sof_volume_get(struct snd_kcontrol *kcontrol, in snd_sof_volume_get() 33 int snd_sof_volume_put(struct snd_kcontrol *kcontrol, in snd_sof_volume_put() 48 int snd_sof_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sof_volume_info() 70 int snd_sof_switch_get(struct snd_kcontrol *kcontrol, in snd_sof_switch_get() 85 int snd_sof_switch_put(struct snd_kcontrol *kcontrol, in snd_sof_switch_put() 100 int snd_sof_enum_get(struct snd_kcontrol *kcontrol, in snd_sof_enum_get() 115 int snd_sof_enum_put(struct snd_kcontrol *kcontrol, in snd_sof_enum_put() 130 int snd_sof_bytes_get(struct snd_kcontrol *kcontrol, in snd_sof_bytes_get() 145 int snd_sof_bytes_put(struct snd_kcontrol *kcontrol, in snd_sof_bytes_put() 160 int snd_sof_bytes_ext_put(struct snd_kcontrol *kcontro [all...] |
| /linux/sound/soc/ |
| H A D | soc-ops.c | 39 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_info_enum_double() 58 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_get_enum_double() 89 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, in snd_soc_put_enum_double() 209 static int soc_info_volsw(struct snd_kcontrol *kcontrol, in soc_info_volsw() 233 static int soc_put_volsw(struct snd_kcontrol *kcontrol, in soc_put_volsw() 288 static int soc_get_volsw(struct snd_kcontrol *kcontrol, in soc_get_volsw() 332 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw() 355 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, in snd_soc_info_volsw_sx() 375 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw() 396 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw() [all …]
|
| /linux/sound/usb/6fire/ |
| H A D | control.c | 175 static int usb6fire_control_output_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_info() 185 static int usb6fire_control_output_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_put() 215 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get() 232 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put() 259 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get() 279 static int usb6fire_control_input_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_info() 289 static int usb6fire_control_input_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_put() 312 static int usb6fire_control_input_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_get() 323 static int usb6fire_control_line_phono_info(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_info() 329 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | madera.h | 367 int madera_dfc_put(struct snd_kcontrol *kcontrol, 370 int madera_lp_mode_put(struct snd_kcontrol *kcontrol, 373 int madera_out1_demux_put(struct snd_kcontrol *kcontrol, 375 int madera_out1_demux_get(struct snd_kcontrol *kcontrol, 378 int madera_rate_put(struct snd_kcontrol *kcontrol, 381 int madera_eq_coeff_put(struct snd_kcontrol *kcontrol, 383 int madera_lhpf_coeff_put(struct snd_kcontrol *kcontrol, 387 struct snd_kcontrol *kcontrol, int event); 389 struct snd_kcontrol *kcontrol, int event); 391 struct snd_kcontrol *kcontrol, int event); [all …]
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.h | 54 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, 56 static int snd_ac97_info_volsw(struct snd_kcontrol *kcontrol, 58 static int snd_ac97_get_volsw(struct snd_kcontrol *kcontrol, 60 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, 75 static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol, 77 static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol, 79 static int snd_ac97_put_enum_double(struct snd_kcontrol *kcontrol,
|
| /linux/sound/i2c/other/ |
| H A D | ak4117.c | 132 static int snd_ak4117_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_info() 142 static int snd_ak4117_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_get() 156 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get() 168 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info() 178 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get() 187 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put() 202 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info() 212 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get() 221 static int snd_ak4117_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_info() 228 static int snd_ak4117_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_get() [all …]
|
| H A D | ak4113.c | 173 static int snd_ak4113_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_info() 183 static int snd_ak4113_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_error_get() 197 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_bit_get() 210 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_info() 220 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_get() 230 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_put() 247 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_info() 257 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_get() 267 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_info() 275 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_get() [all …]
|
| H A D | ak4114.c | 158 static int snd_ak4114_in_error_info(struct snd_kcontrol *kcontrol, in snd_ak4114_in_error_info() 168 static int snd_ak4114_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_error_get() 182 static int snd_ak4114_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_bit_get() 194 static int snd_ak4114_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_info() 204 static int snd_ak4114_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_get() 213 static int snd_ak4114_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4114_spdif_info() 220 static int snd_ak4114_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_get() 231 static int snd_ak4114_spdif_playback_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_get() 242 static int snd_ak4114_spdif_playback_put(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_put() 253 static int snd_ak4114_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_ak4114_spdif_mask_info() [all …]
|
| /linux/sound/aoa/codecs/ |
| H A D | tas.c | 223 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol, in tas_snd_vol_info() 233 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get() 244 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put() 279 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get() 290 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put() 316 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info() 326 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get() 339 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put() 372 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info() 382 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get() [all …]
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-ctl.c | 30 static int snd_bcm2835_ctl_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_info() 52 static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_get() 70 static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol, in snd_bcm2835_ctl_put() 128 static int snd_bcm2835_spdif_default_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_info() 136 static int snd_bcm2835_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_get() 152 static int snd_bcm2835_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_put() 171 static int snd_bcm2835_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_info() 179 static int snd_bcm2835_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_get()
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395.c | 104 static int aw88395_get_fade_in_time(struct snd_kcontrol *kcontrol, in aw88395_get_fade_in_time() 116 static int aw88395_set_fade_in_time(struct snd_kcontrol *kcontrol, in aw88395_set_fade_in_time() 139 static int aw88395_get_fade_out_time(struct snd_kcontrol *kcontrol, in aw88395_get_fade_out_time() 151 static int aw88395_set_fade_out_time(struct snd_kcontrol *kcontrol, in aw88395_set_fade_out_time() 173 static int aw88395_profile_info(struct snd_kcontrol *kcontrol, in aw88395_profile_info() 208 static int aw88395_profile_get(struct snd_kcontrol *kcontrol, in aw88395_profile_get() 219 static int aw88395_profile_set(struct snd_kcontrol *kcontrol, in aw88395_profile_set() 245 static int aw88395_volume_get(struct snd_kcontrol *kcontrol, in aw88395_volume_get() 257 static int aw88395_volume_set(struct snd_kcontrol *kcontrol, in aw88395_volume_set() 281 static int aw88395_get_fade_step(struct snd_kcontrol *kcontro [all...] |
| /linux/sound/i2c/ |
| H A D | tea6330t.c | 68 static int snd_tea6330t_info_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_master_volume() 78 static int snd_tea6330t_get_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_master_volume() 90 static int snd_tea6330t_put_master_volume(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_master_volume() 130 static int snd_tea6330t_get_master_switch(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_master_switch() 142 static int snd_tea6330t_put_master_switch(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_master_switch() 173 static int snd_tea6330t_info_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_bass() 185 static int snd_tea6330t_get_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_bass() 194 static int snd_tea6330t_put_bass(struct snd_kcontrol *kcontrol, in snd_tea6330t_put_bass() 221 static int snd_tea6330t_info_treble(struct snd_kcontrol *kcontrol, in snd_tea6330t_info_treble() 233 static int snd_tea6330t_get_treble(struct snd_kcontrol *kcontrol, in snd_tea6330t_get_treble() [all …]
|
| /linux/sound/pci/cs5535audio/ |
| H A D | cs5535audio_olpc.c | 61 static int olpc_dc_info(struct snd_kcontrol *kctl, in olpc_dc_info() 71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get() 77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put() 85 static int olpc_mic_info(struct snd_kcontrol *kctl, in olpc_mic_info() 95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get() 106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put()
|