Lines Matching refs:snd_mixart

290 static int mixart_update_analog_audio_level(struct snd_mixart* chip, int is_capture)  in mixart_update_analog_audio_level()
346 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_get()
361 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_put()
410 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_get()
421 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_put()
710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level()
762 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level()
823 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_get()
845 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_put()
903 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_get()
917 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_put()
950 static int mixart_update_monitoring(struct snd_mixart* chip, int channel) in mixart_update_monitoring()
987 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_get()
997 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_put()
1031 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_sw_get()
1041 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_sw_put()
1090 static void mixart_reset_audio_levels(struct snd_mixart *chip) in mixart_reset_audio_levels()
1104 struct snd_mixart *chip; in snd_mixart_create_mixer()