Lines Matching refs:vx_core
33 static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vx_write_codec_reg()
87 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) in vx_set_codec_reg()
104 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level()
128 void vx_toggle_dac_mute(struct vx_core *chip, int mute) in vx_toggle_dac_mute()
143 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec()
177 static void vx_change_audio_source(struct vx_core *chip, int src) in vx_change_audio_source()
192 int vx_sync_audio_source(struct vx_core *chip) in vx_sync_audio_source()
217 static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, in vx_adjust_audio_level()
256 static int vx_read_audio_level(struct vx_core *chip, int audio, int capture,
283 int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active) in vx_set_monitor_level()
301 static int vx_set_audio_switch(struct vx_core *chip, int audio, int active) in vx_set_audio_switch()
315 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) in vx_set_audio_gain()
329 static void vx_reset_audio_levels(struct vx_core *chip) in vx_reset_audio_levels()
375 static int vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *… in vx_get_audio_vu_meter()
415 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_info()
425 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_get()
436 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_put()
480 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_info()
490 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_get()
497 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_put()
539 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_get()
546 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_put()
583 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_get()
596 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_put()
619 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_get()
631 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_put()
658 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_get()
670 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_put()
689 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_get()
701 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_put()
768 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_get()
790 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_put()
843 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_vu_meter_get()
856 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_peak_meter_get()
871 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_saturation_get()
911 int snd_vx_mixer_new(struct vx_core *chip) in snd_vx_mixer_new()