Lines Matching refs:vx_core

20 static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data)  in vx_write_codec_reg()
74 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) in vx_set_codec_reg()
91 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level()
115 void vx_toggle_dac_mute(struct vx_core *chip, int mute) in vx_toggle_dac_mute()
130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec()
164 static void vx_change_audio_source(struct vx_core *chip, int src) in vx_change_audio_source()
179 int vx_sync_audio_source(struct vx_core *chip) in vx_sync_audio_source()
204 static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, in vx_adjust_audio_level()
243 static int vx_read_audio_level(struct vx_core *chip, int audio, int capture,
270 int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active) in vx_set_monitor_level()
288 static int vx_set_audio_switch(struct vx_core *chip, int audio, int active) in vx_set_audio_switch()
302 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) in vx_set_audio_gain()
316 static void vx_reset_audio_levels(struct vx_core *chip) in vx_reset_audio_levels()
362 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()
402 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_info()
412 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_get()
423 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_output_level_put()
467 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_info()
477 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_get()
484 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_src_put()
526 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_get()
533 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_clock_mode_put()
570 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_get()
583 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_gain_put()
606 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_get()
618 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_monitor_put()
645 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_get()
657 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_audio_sw_put()
676 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_get()
688 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_monitor_sw_put()
755 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_get()
777 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_iec958_put()
830 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_vu_meter_get()
843 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_peak_meter_get()
858 struct vx_core *chip = snd_kcontrol_chip(kcontrol); in vx_saturation_get()
898 int snd_vx_mixer_new(struct vx_core *chip) in snd_vx_mixer_new()