Lines Matching refs:voices
784 int voices = kcontrol->private_value >> 8; in wm_vol_info() local
786 uinfo->count = voices; in wm_vol_info()
796 int i, ofs, voices; in wm_vol_get() local
798 voices = kcontrol->private_value >> 8; in wm_vol_get()
800 for (i = 0; i < voices; i++) in wm_vol_get()
810 int i, idx, ofs, voices; in wm_vol_put() local
813 voices = kcontrol->private_value >> 8; in wm_vol_put()
816 for (i = 0; i < voices; i++) { in wm_vol_put()
849 int voices, ofs, i; in wm_mute_get() local
851 voices = kcontrol->private_value >> 8; in wm_mute_get()
854 for (i = 0; i < voices; i++) in wm_mute_get()
864 int change = 0, voices, ofs, i; in wm_mute_put() local
866 voices = kcontrol->private_value >> 8; in wm_mute_put()
870 for (i = 0; i < voices; i++) { in wm_mute_put()