Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/mixart/
Dmixart_mixer.c832 #define MIXART_VOL_AES_MASK 2 macro
840 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get()
862 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put()
920 if(kcontrol->private_value & MIXART_VOL_AES_MASK) /* AES playback */ in mixart_pcm_sw_get()
932 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put()
1161 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()
1167 temp.private_value = MIXART_VOL_REC_MASK | MIXART_VOL_AES_MASK; /* capture AES/EBU */ in snd_mixart_create_mixer()
1179 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()