Home
last modified time | relevance | path

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

12345678910>>...23

/openbmc/linux/include/sound/
H A Dcontrol.h16 struct snd_kcontrol;
70 struct snd_kcontrol { struct
87 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
160 static inline struct snd_kcontrol *
210 struct snd_kcontrol *src_kctl, in snd_ctl_build_ioff()
235 struct snd_kcontrol *follower,
260 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower) in snd_ctl_add_follower()
286 struct snd_kcontrol *follower) in snd_ctl_add_follower_uncached()
298 struct snd_kcontrol *follower,
316 struct snd_kcontrol *
[all …]
H A Dsoc-topology.h19 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);
/openbmc/linux/sound/core/
H A Dvmaster.c191 static int follower_get(struct snd_kcontrol *kcontrol, in follower_get()
198 static int follower_put(struct snd_kcontrol *kcontrol, in follower_put()
253 struct snd_kcontrol *follower, in _snd_ctl_add_follower()
295 struct snd_kcontrol *follower; in snd_ctl_add_followers()
314 static int master_info(struct snd_kcontrol *kcontrol, in master_info()
330 static int master_get(struct snd_kcontrol *kcontrol, in master_get()
360 static int master_put(struct snd_kcontrol *kcontrol, in master_put()
391 struct snd_kcontrol *sctl = follower->kctl; in master_free()
424 struct snd_kcontrol *kctl; in snd_ctl_make_virtual_master()
529 int (*func)(struct snd_kcontrol *vfollower, in snd_ctl_apply_vmaster_followers()
[all …]
H A Dcontrol.c118 struct snd_kcontrol *control; in snd_ctl_release()
268 struct snd_kcontrol *kctl; in snd_ctl_new1()
341 struct snd_kcontrol *kctl; in snd_ctl_remove_numid_conflict()
469 struct snd_kcontrol *old; in __snd_ctl_add_replace()
640 struct snd_kcontrol *kctl; in snd_ctl_remove_id()
669 struct snd_kcontrol *kctl; in snd_ctl_remove_user_ctl()
708 struct snd_kcontrol *kctl; in snd_ctl_activate_id()
764 struct snd_kcontrol *kctl; in snd_ctl_rename_id()
812 struct snd_kcontrol *kctl; in snd_ctl_find_numid_slow()
834 struct snd_kcontrol *
[all …]
/openbmc/linux/sound/drivers/pcsp/
H A Dpcsp_mixer.c14 static int pcsp_enable_info(struct snd_kcontrol *kcontrol, in pcsp_enable_info()
24 static int pcsp_enable_get(struct snd_kcontrol *kcontrol, in pcsp_enable_get()
32 static int pcsp_enable_put(struct snd_kcontrol *kcontrol, in pcsp_enable_put()
45 static int pcsp_treble_info(struct snd_kcontrol *kcontrol, in pcsp_treble_info()
59 static int pcsp_treble_get(struct snd_kcontrol *kcontrol, in pcsp_treble_get()
67 static int pcsp_treble_put(struct snd_kcontrol *kcontrol, in pcsp_treble_put()
83 static int pcsp_pcspkr_info(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_info()
93 static int pcsp_pcspkr_get(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_get()
101 static int pcsp_pcspkr_put(struct snd_kcontrol *kcontrol, in pcsp_pcspkr_put()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_mixer.c146 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()
309 static int snd_ca0106_spdif_info(struct snd_kcontrol *kcontrol, in snd_ca0106_spdif_info()
347 static int snd_ca0106_spdif_get_mask(struct snd_kcontrol *kcontrol, in snd_ca0106_spdif_get_mask()
401 static int snd_ca0106_volume_info(struct snd_kcontrol *kcontrol, in snd_ca0106_volume_info()
411 static int snd_ca0106_volume_get(struct snd_kcontrol *kcontrol, in snd_ca0106_volume_get()
427 static int snd_ca0106_volume_put(struct snd_kcontrol *kcontrol, in snd_ca0106_volume_put()
507 static int spi_mute_get(struct snd_kcontrol *kcontrol, in spi_mute_get()
518 static int spi_mute_put(struct snd_kcontrol *kcontrol, in spi_mute_put()
711 struct snd_kcontrol *kctl = snd_ctl_find_id_mixer(card, src); in rename_ctl()
[all …]
/openbmc/linux/sound/pci/ac97/
H A Dac97_patch.h54 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,
H A Dac97_patch.c18 static struct snd_kcontrol *snd_ac97_find_mixer_ctl(struct snd_ac97 *ac97,
45 struct snd_kcontrol *kctl; in reset_tlv()
227 static int snd_ac97_ymf7x3_get_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_get_speaker()
241 static int snd_ac97_ymf7x3_put_speaker(struct snd_kcontrol *kcontrol, in snd_ac97_ymf7x3_put_speaker()
297 struct snd_kcontrol *kctl; in patch_yamaha_ymf7x3_3d()
891 struct snd_kcontrol *kctl; in patch_sigmatel_stac9700_3d()
905 struct snd_kcontrol *kctl; in patch_sigmatel_stac9708_3d()
2939 struct snd_kcontrol *kctl_3d_center = in patch_aztech_azf3328_specific()
2941 struct snd_kcontrol *kctl_3d_depth = in patch_aztech_azf3328_specific()
3442 struct snd_kcontrol *kctl; in snd_ac97_add_vmaster()
[all …]
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_dg_mixer.c47 static int output_select_info(struct snd_kcontrol *ctl, in output_select_info()
59 static int output_select_get(struct snd_kcontrol *ctl, in output_select_get()
71 static int output_select_put(struct snd_kcontrol *ctl, in output_select_put()
150 static int hp_mute_get(struct snd_kcontrol *ctl, in hp_mute_get()
163 static int hp_mute_put(struct snd_kcontrol *ctl, in hp_mute_put()
198 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info()
208 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get()
222 static int input_vol_put(struct snd_kcontrol *ctl, in input_vol_put()
269 static int input_sel_info(struct snd_kcontrol *ctl, in input_sel_info()
279 static int input_sel_get(struct snd_kcontrol *ctl, in input_sel_get()
[all …]
H A Doxygen_mixer.c16 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info()
28 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get()
41 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put()
61 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get()
72 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put()
364 static int spdif_mask_get(struct snd_kcontrol *ctl, in spdif_mask_get()
374 static int spdif_pcm_get(struct snd_kcontrol *ctl, in spdif_pcm_get()
385 static int spdif_pcm_put(struct snd_kcontrol *ctl, in spdif_pcm_put()
470 static int monitor_get(struct snd_kcontrol *ctl, in monitor_get()
482 static int monitor_put(struct snd_kcontrol *ctl, in monitor_put()
[all …]
/openbmc/linux/sound/soc/sof/
H A Dcontrol.c18 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 *kcontrol, in snd_sof_bytes_ext_put()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.h89 struct snd_kcontrol *kcontrol, int event);
92 struct snd_kcontrol *kcontrol, int event);
102 struct snd_kcontrol *kcontrol, int event);
106 int wm_adsp2_preloader_get(struct snd_kcontrol *kcontrol,
108 int wm_adsp2_preloader_put(struct snd_kcontrol *kcontrol,
110 int wm_adsp_fw_get(struct snd_kcontrol *kcontrol,
112 int wm_adsp_fw_put(struct snd_kcontrol *kcontrol,
H A Dmadera.h367 int madera_dfc_put(struct snd_kcontrol *kcontrol,
370 int madera_lp_mode_put(struct snd_kcontrol *kcontrol,
378 int madera_rate_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);
393 struct snd_kcontrol *kcontrol, int event);
395 struct snd_kcontrol *kcontrol, int event);
397 struct snd_kcontrol *kcontrol, int event);
399 struct snd_kcontrol *kcontrol, int event);
[all …]
/openbmc/linux/sound/usb/6fire/
H A Dcontrol.c175 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()
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()
350 static int usb6fire_control_opt_coax_info(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_info()
356 static int usb6fire_control_opt_coax_put(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_put()
370 static int usb6fire_control_opt_coax_get(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_get()
524 struct snd_kcontrol *vmaster = in usb6fire_control_add_virtual()
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Dpontis.c100 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_dac_vol_info()
109 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_get()
125 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put()
155 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info()
164 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get()
180 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put()
243 static int wm_bypass_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_get()
253 static int wm_bypass_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_bypass_put()
278 static int wm_chswap_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_chswap_get()
288 static int wm_chswap_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_chswap_put()
[all …]
H A Daureon.c188 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()
782 static int wm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_vol_info()
792 static int wm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_get()
806 static int wm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_put()
836 static int wm_mute_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_mute_info()
845 static int wm_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_get()
860 static int wm_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_put()
933 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_pcm_vol_info()
[all …]
H A Dphase.c285 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, in wm_pcm_mute_get()
297 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, in wm_pcm_mute_put()
464 static int wm_vol_info(struct snd_kcontrol *kcontrol, in wm_vol_info()
475 static int wm_vol_get(struct snd_kcontrol *kcontrol, in wm_vol_get()
490 static int wm_vol_put(struct snd_kcontrol *kcontrol, in wm_vol_put()
522 static int wm_mute_info(struct snd_kcontrol *kcontrol, in wm_mute_info()
531 static int wm_mute_get(struct snd_kcontrol *kcontrol, in wm_mute_get()
547 static int wm_mute_put(struct snd_kcontrol *kcontrol, in wm_mute_put()
625 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol, in wm_pcm_vol_info()
635 static int wm_pcm_vol_get(struct snd_kcontrol *kcontrol, in wm_pcm_vol_get()
[all …]
H A Dprodigy192.c94 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_get()
109 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_mute_put()
133 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_dac_vol_info()
142 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in stac9460_dac_vol_get()
225 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in stac9460_adc_vol_info()
268 static int stac9460_mic_sw_info(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_info()
277 static int stac9460_mic_sw_get(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_get()
288 static int stac9460_mic_sw_put(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_put()
539 static int ak4114_input_sw_info(struct snd_kcontrol *kcontrol, in ak4114_input_sw_info()
548 static int ak4114_input_sw_get(struct snd_kcontrol *kcontrol, in ak4114_input_sw_get()
[all …]
/openbmc/linux/sound/i2c/other/
H A Dak4117.c153 static int snd_ak4117_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_get()
168 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get()
180 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info()
190 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get()
199 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put()
215 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info()
225 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get()
241 static int snd_ak4117_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_get()
275 static int snd_ak4117_spdif_pget(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_pget()
297 static int snd_ak4117_spdif_qget(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_qget()
[all …]
H A Dak4113.c198 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4113_in_bit_get()
211 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_info()
221 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_get()
231 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4113_rx_put()
249 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_info()
259 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4113_rate_get()
269 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_info()
277 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_get()
314 static int snd_ak4113_spdif_pget(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_pget()
339 static int snd_ak4113_spdif_qget(struct snd_kcontrol *kcontrol, in snd_ak4113_spdif_qget()
[all …]
/openbmc/linux/sound/pci/emu10k1/
H A Demumixer.c51 static int snd_emu10k1_spdif_get(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get()
67 static int snd_emu10k1_spdif_get_mask(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_get_mask()
1250 static int snd_audigy_i2c_volume_get(struct snd_kcontrol *kcontrol, in snd_audigy_i2c_volume_get()
1267 static int snd_audigy_i2c_volume_put(struct snd_kcontrol *kcontrol, in snd_audigy_i2c_volume_put()
1397 static int snd_emu10k1_spdif_put(struct snd_kcontrol *kcontrol, in snd_emu10k1_spdif_put()
1616 static int snd_emu10k1_attn_get(struct snd_kcontrol *kcontrol, in snd_emu10k1_attn_get()
1629 static int snd_emu10k1_attn_put(struct snd_kcontrol *kcontrol, in snd_emu10k1_attn_put()
1809 static int snd_emu10k1_efx_attn_get(struct snd_kcontrol *kcontrol, in snd_emu10k1_efx_attn_get()
1820 static int snd_emu10k1_efx_attn_put(struct snd_kcontrol *kcontrol, in snd_emu10k1_efx_attn_put()
1987 struct snd_kcontrol *kctl = snd_ctl_find_id_mixer(card, src); in rename_ctl()
[all …]
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c30 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()
122 static int snd_bcm2835_spdif_default_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_info()
130 static int snd_bcm2835_spdif_default_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_get()
146 static int snd_bcm2835_spdif_default_put(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_default_put()
165 static int snd_bcm2835_spdif_mask_info(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_info()
173 static int snd_bcm2835_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_bcm2835_spdif_mask_get()
/openbmc/linux/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c61 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()
/openbmc/linux/sound/aoa/codecs/
H A Dtas.c223 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()
245 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put()
283 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get()
295 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put()
324 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info()
334 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get()
348 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put()
596 static int tas_snd_bass_info(struct snd_kcontrol *kcontrol, in tas_snd_bass_info()
606 static int tas_snd_bass_get(struct snd_kcontrol *kcontrol, in tas_snd_bass_get()
[all …]
/openbmc/linux/sound/soc/ti/
H A Dn810.c120 static int n810_get_spk(struct snd_kcontrol *kcontrol, in n810_get_spk()
128 static int n810_set_spk(struct snd_kcontrol *kcontrol, in n810_set_spk()
142 static int n810_get_jack(struct snd_kcontrol *kcontrol, in n810_get_jack()
150 static int n810_set_jack(struct snd_kcontrol *kcontrol, in n810_set_jack()
164 static int n810_get_input(struct snd_kcontrol *kcontrol, in n810_get_input()
172 static int n810_set_input(struct snd_kcontrol *kcontrol, in n810_set_input()
187 struct snd_kcontrol *k, int event) in n810_spk_event()
198 struct snd_kcontrol *k, int event) in n810_jack_event()

12345678910>>...23