Lines Matching refs:private_value
467 int voices = kcontrol->private_value >> 8; in wm_vol_info()
482 voices = kcontrol->private_value >> 8; in wm_vol_get()
483 ofs = kcontrol->private_value & 0xff; in wm_vol_get()
498 voices = kcontrol->private_value >> 8; in wm_vol_put()
499 ofs = kcontrol->private_value & 0xff; in wm_vol_put()
525 uinfo->count = kcontrol->private_value >> 8; in wm_mute_info()
538 voices = kcontrol->private_value >> 8; in wm_mute_get()
539 ofs = kcontrol->private_value & 0xFF; in wm_mute_get()
554 voices = kcontrol->private_value >> 8; in wm_mute_put()
555 ofs = kcontrol->private_value & 0xFF; in wm_mute_put()
772 .private_value = (2 << 8) | 0
782 .private_value = (2 << 8) | 0,
791 .private_value = (2 << 8) | 2
801 .private_value = (2 << 8) | 2,
810 .private_value = (1 << 8) | 4
820 .private_value = (1 << 8) | 4,
829 .private_value = (1 << 8) | 5
839 .private_value = (1 << 8) | 5,
848 .private_value = (2 << 8) | 6
858 .private_value = (2 << 8) | 6,