Lines Matching defs:is_aes
708 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx)
721 if(is_aes) {
760 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes)
768 if(is_aes) {
825 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
829 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */
833 if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */
847 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
853 if (is_aes) /* AES capture */
859 if (is_aes) /* AES playback */
876 mixart_update_capture_stream_level(chip, is_aes);
878 mixart_update_playback_stream_level(chip, is_aes, idx);
917 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
924 if (is_aes)
935 mixart_update_playback_stream_level(chip, is_aes, idx);