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()
89 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) in vx_set_codec_reg()
106 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level()
130 void vx_toggle_dac_mute(struct vx_core *chip, int mute) in vx_toggle_dac_mute()
145 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec()
179 static void vx_change_audio_source(struct vx_core *chip, int src) in vx_change_audio_source()
196 int vx_sync_audio_source(struct vx_core *chip) in vx_sync_audio_source()
221 static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, in vx_adjust_audio_level()
260 static int vx_read_audio_level(struct vx_core *chip, int audio, int capture,
287 int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active) in vx_set_monitor_level()
305 static int vx_set_audio_switch(struct vx_core *chip, int audio, int active) in vx_set_audio_switch()
319 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) in vx_set_audio_gain()
333 static void vx_reset_audio_levels(struct vx_core *chip) in vx_reset_audio_levels()
379 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()
419 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_info()
429 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_get()
440 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_put()
484 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_info()
506 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_get()
513 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_put()
562 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_get()
569 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_put()
606 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_get()
619 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_put()
642 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_get()
654 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_put()
681 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_get()
693 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_put()
712 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_get()
724 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_put()
791 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_get()
813 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_put()
866 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_vu_meter_get()
879 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_peak_meter_get()
894 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_saturation_get()
934 int snd_vx_mixer_new(struct vx_core *chip) in snd_vx_mixer_new()