Lines Matching refs:private_value
481 int voices = kcontrol->private_value >> 8; in wm_vol_info()
496 voices = kcontrol->private_value >> 8; in wm_vol_get()
497 ofs = kcontrol->private_value & 0xff; in wm_vol_get()
512 voices = kcontrol->private_value >> 8; in wm_vol_put()
513 ofs = kcontrol->private_value & 0xff; in wm_vol_put()
539 uinfo->count = kcontrol->private_value >> 8; in wm_mute_info()
552 voices = kcontrol->private_value >> 8; in wm_mute_get()
553 ofs = kcontrol->private_value & 0xFF; in wm_mute_get()
568 voices = kcontrol->private_value >> 8; in wm_mute_put()
569 ofs = kcontrol->private_value & 0xFF; in wm_mute_put()
786 .private_value = (2 << 8) | 0
796 .private_value = (2 << 8) | 0,
805 .private_value = (2 << 8) | 2
815 .private_value = (2 << 8) | 2,
824 .private_value = (1 << 8) | 4
834 .private_value = (1 << 8) | 4,
843 .private_value = (1 << 8) | 5
853 .private_value = (1 << 8) | 5,
862 .private_value = (2 << 8) | 6
872 .private_value = (2 << 8) | 6,