is_aes
if (!is_aes(cryp))
if (is_aes(cryp) && is_ctr(cryp)) {
if (is_aes(cryp) && is_ctr(cryp) && ret == DMA_NEED_SG_TRUNC)
cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE;
if (is_aes(cryp) && is_ctr(cryp))
if (is_aes(cryp)) {
if (is_aes(cryp)) {
if (is_aes(c) && c->caps->linear_aes_key) {
if (is_aes(cryp) && is_ecb(cryp))
if (is_aes(cryp) && is_cbc(cryp))
if (is_aes(cryp) && is_ctr(cryp))
if (is_aes(cryp) && is_gcm(cryp))
if (is_aes(cryp) && is_ccm(cryp))
int is_aes = stream->pcm_number > MIXART_PCM_ANALOG;
mixart_update_playback_stream_level(chip, is_aes, subs->number);
mixart_update_capture_stream_level( chip, is_aes);
int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx)
if(is_aes) {
int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes)
if(is_aes) {
int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */
if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */
int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
if (is_aes) /* AES capture */
if (is_aes) /* AES playback */
mixart_update_capture_stream_level(chip, is_aes);
mixart_update_playback_stream_level(chip, is_aes, idx);
int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
if (is_aes)
mixart_update_playback_stream_level(chip, is_aes, idx);
int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);