Lines Matching refs:voices
798 int voices = kcontrol->private_value >> 8; in wm_vol_info() local
800 uinfo->count = voices; in wm_vol_info()
810 int i, ofs, voices; in wm_vol_get() local
812 voices = kcontrol->private_value >> 8; in wm_vol_get()
814 for (i = 0; i < voices; i++) in wm_vol_get()
824 int i, idx, ofs, voices; in wm_vol_put() local
827 voices = kcontrol->private_value >> 8; in wm_vol_put()
830 for (i = 0; i < voices; i++) { in wm_vol_put()
863 int voices, ofs, i; in wm_mute_get() local
865 voices = kcontrol->private_value >> 8; in wm_mute_get()
868 for (i = 0; i < voices; i++) in wm_mute_get()
878 int change = 0, voices, ofs, i; in wm_mute_put() local
880 voices = kcontrol->private_value >> 8; in wm_mute_put()
884 for (i = 0; i < voices; i++) { in wm_mute_put()