Home | History | Annotate | Download | only in audio

Lines Matching refs:hwo

1237     HWVoiceOut *hwo = NULL;
1239 while ((hwo = audio_pcm_hw_find_any_enabled_out (hwo))) {
1240 if (!hwo->poll_mode) return 1;
1878 HWVoiceOut *hwo = NULL;
1883 while ((hwo = audio_pcm_hw_find_any_enabled_out (hwo))) {
1884 hwo->pcm_ops->ctl_out (hwo, op, conf.try_poll_out);
1898 HWVoiceOut *hwo = NULL;
1904 while ((hwo = audio_pcm_hw_find_any_enabled_out (hwo))) {
1907 hwo->pcm_ops->ctl_out (hwo, VOICE_DISABLE);
1908 hwo->pcm_ops->fini_out (hwo);
1910 for (sc = hwo->cap_head.lh_first; sc; sc = sc->entries.le_next) {