Lines Matching refs:is_aes
710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() argument
723 if(is_aes) { 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() argument
770 if(is_aes) { in mixart_update_capture_stream_level()
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local
830 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */ in mixart_pcm_vol_get()
834 …if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES pl… in mixart_pcm_vol_get()
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local
854 if (is_aes) /* AES capture */ in mixart_pcm_vol_put()
860 if (is_aes) /* AES playback */ in mixart_pcm_vol_put()
877 mixart_update_capture_stream_level(chip, is_aes); in mixart_pcm_vol_put()
879 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_vol_put()
919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
925 if (is_aes) in mixart_pcm_sw_put()
936 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_sw_put()