Lines Matching refs:snd_mixart
303 static int mixart_update_analog_audio_level(struct snd_mixart* chip, int is_capture) in mixart_update_analog_audio_level()
359 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_get()
374 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_put()
423 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_get()
434 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_put()
723 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level()
775 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level()
836 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_get()
858 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_put()
916 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_get()
930 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_put()
963 static int mixart_update_monitoring(struct snd_mixart* chip, int channel) in mixart_update_monitoring()
1000 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_get()
1010 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_put()
1044 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_sw_get()
1054 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_sw_put()
1103 static void mixart_reset_audio_levels(struct snd_mixart *chip) in mixart_reset_audio_levels()
1117 struct snd_mixart *chip; in snd_mixart_create_mixer()