Lines Matching defs:is_aes
710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx)
723 if(is_aes) {
762 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes)
770 if(is_aes) {
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
830 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */
834 if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
854 if (is_aes) /* AES capture */
860 if (is_aes) /* AES playback */
877 mixart_update_capture_stream_level(chip, is_aes);
879 mixart_update_playback_stream_level(chip, is_aes, idx);
919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
925 if (is_aes)
936 mixart_update_playback_stream_level(chip, is_aes, idx);