Searched defs:is_aes (Results 1 – 3 of 3) sorted by relevance
710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) 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()827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
610 int is_aes = stream->pcm_number > MIXART_PCM_ANALOG; in snd_mixart_hw_params() local
213 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function