Lines Matching refs:private_value
334 if(kcontrol->private_value == 0) { /* playback */ in mixart_analog_vol_info()
348 if(kcontrol->private_value == 0) { /* playback */ in mixart_analog_vol_get()
366 is_capture = (kcontrol->private_value != 0); in mixart_analog_vol_put()
826 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_get()
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get()
848 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK; in mixart_pcm_vol_put()
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()
1116 temp.private_value = 0; /* playback */ in snd_mixart_create_mixer()
1127 temp.private_value = 1; /* capture */ in snd_mixart_create_mixer()
1135 temp.private_value = 0; /* playback analog */ in snd_mixart_create_mixer()
1141 temp.private_value = MIXART_VOL_REC_MASK; /* capture analog */ in snd_mixart_create_mixer()
1148 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()
1154 temp.private_value = MIXART_VOL_REC_MASK | MIXART_VOL_AES_MASK; /* capture AES/EBU */ in snd_mixart_create_mixer()
1160 temp.private_value = 0; /* playback analog */ in snd_mixart_create_mixer()
1166 temp.private_value = MIXART_VOL_AES_MASK; /* playback AES/EBU */ in snd_mixart_create_mixer()