Lines Matching refs:is_aes
721 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() argument
734 if(is_aes) { in mixart_update_playback_stream_level()
771 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level() argument
779 if(is_aes) { in mixart_update_capture_stream_level()
834 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local
837 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */ in mixart_pcm_vol_get()
841 …if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES pl… in mixart_pcm_vol_get()
856 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local
861 if (is_aes) /* AES capture */ in mixart_pcm_vol_put()
867 if (is_aes) /* AES playback */ in mixart_pcm_vol_put()
884 mixart_update_capture_stream_level(chip, is_aes); in mixart_pcm_vol_put()
886 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_vol_put()
926 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
932 if (is_aes) in mixart_pcm_sw_put()
943 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_sw_put()