Lines Matching refs:hwo
1598 HWVoiceOut *hwo = NULL;
1602 while ((hwo = audio_pcm_hw_find_any_enabled_out (s, hwo))) {
1603 hwo->pcm_ops->ctl_out (hwo, op);
1614 HWVoiceOut *hwo = NULL;
1618 while ((hwo = audio_pcm_hw_find_any_out (s, hwo))) {
1621 hwo->pcm_ops->ctl_out (hwo, VOICE_DISABLE);
1622 hwo->pcm_ops->fini_out (hwo);
1624 for (sc = hwo->cap_head.lh_first; sc; sc = sc->entries.le_next) {