Lines Matching refs:is_aes
723 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() argument
736 if(is_aes) { in mixart_update_playback_stream_level()
775 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level() argument
783 if(is_aes) { in mixart_update_capture_stream_level()
840 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local
843 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */ in mixart_pcm_vol_get()
847 …if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES pl… in mixart_pcm_vol_get()
862 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local
867 if (is_aes) /* AES capture */ in mixart_pcm_vol_put()
873 if (is_aes) /* AES playback */ in mixart_pcm_vol_put()
890 mixart_update_capture_stream_level(chip, is_aes); in mixart_pcm_vol_put()
892 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_vol_put()
932 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
938 if (is_aes) in mixart_pcm_sw_put()
949 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_sw_put()