Lines Matching refs:voices
467 int voices = kcontrol->private_value >> 8; in wm_vol_info() local
469 uinfo->count = voices; in wm_vol_info()
480 int i, ofs, voices; in wm_vol_get() local
482 voices = kcontrol->private_value >> 8; in wm_vol_get()
484 for (i = 0; i < voices; i++) in wm_vol_get()
495 int i, idx, ofs, voices; in wm_vol_put() local
498 voices = kcontrol->private_value >> 8; in wm_vol_put()
501 for (i = 0; i < voices; i++) { in wm_vol_put()
536 int voices, ofs, i; in wm_mute_get() local
538 voices = kcontrol->private_value >> 8; in wm_mute_get()
541 for (i = 0; i < voices; i++) in wm_mute_get()
552 int change = 0, voices, ofs, i; in wm_mute_put() local
554 voices = kcontrol->private_value >> 8; in wm_mute_put()
558 for (i = 0; i < voices; i++) { in wm_mute_put()