Home
last modified time | relevance | path

Searched refs:MIXART_VOL_AES_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/mixart/
H A Dmixart_mixer.c819 #define MIXART_VOL_AES_MASK 2 macro
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get()
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put()
907 if(kcontrol->private_value & MIXART_VOL_AES_MASK) /* AES playback */ in mixart_pcm_sw_get()
919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put()
1153 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()
1160 temp.private_value = MIXART_VOL_REC_MASK | MIXART_VOL_AES_MASK; /* capture AES/EBU */ in snd_mixart_create_mixer()
1174 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()