Lines Matching refs:private_value
347 if(kcontrol->private_value == 0) { /* playback */ in mixart_analog_vol_info()
361 if(kcontrol->private_value == 0) { /* playback */ in mixart_analog_vol_get()
379 is_capture = (kcontrol->private_value != 0); in mixart_analog_vol_put()
839 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_get()
840 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get()
861 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_put()
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()
1129 temp.private_value = 0; /* playback */ in snd_mixart_create_mixer()
1140 temp.private_value = 1; /* capture */ in snd_mixart_create_mixer()
1148 temp.private_value = 0; /* playback analog */ in snd_mixart_create_mixer()
1154 temp.private_value = MIXART_VOL_REC_MASK; /* capture analog */ in snd_mixart_create_mixer()
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()
1173 temp.private_value = 0; /* playback analog */ in snd_mixart_create_mixer()
1179 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()