Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/mixart/
Dmixart_mixer.c818 #define MIXART_VOL_REC_MASK 1 macro
826 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_get()
848 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_put()
1145 temp.private_value = MIXART_VOL_REC_MASK; /* capture analog */ 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()