Lines Matching refs:voices
481 int voices = kcontrol->private_value >> 8; in wm_vol_info() local
483 uinfo->count = voices; in wm_vol_info()
494 int i, ofs, voices; in wm_vol_get() local
496 voices = kcontrol->private_value >> 8; in wm_vol_get()
498 for (i = 0; i < voices; i++) in wm_vol_get()
509 int i, idx, ofs, voices; in wm_vol_put() local
512 voices = kcontrol->private_value >> 8; in wm_vol_put()
515 for (i = 0; i < voices; i++) { in wm_vol_put()
550 int voices, ofs, i; in wm_mute_get() local
552 voices = kcontrol->private_value >> 8; in wm_mute_get()
555 for (i = 0; i < voices; i++) in wm_mute_get()
566 int change = 0, voices, ofs, i; in wm_mute_put() local
568 voices = kcontrol->private_value >> 8; in wm_mute_put()
572 for (i = 0; i < voices; i++) { in wm_mute_put()