Home | History | Annotate | Download | only in audio

Lines Matching refs:pcm_ops

1277     bytes = sw->hw->pcm_ops->write (sw, buf, size);
1295 bytes = sw->hw->pcm_ops->read (sw, buf, size);
1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out);
1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in);
1384 hw->pcm_ops->ctl_in (hw, VOICE_DISABLE);
1504 hw->pcm_ops->ctl_out (hw, VOICE_DISABLE);
1525 played = hw->pcm_ops->run_out (hw, live);
1594 captured = hw->pcm_ops->run_in (hw);
1884 hwo->pcm_ops->ctl_out (hwo, op, conf.try_poll_out);
1888 hwi->pcm_ops->ctl_in (hwi, op, conf.try_poll_in);
1907 hwo->pcm_ops->ctl_out (hwo, VOICE_DISABLE);
1908 hwo->pcm_ops->fini_out (hwo);
1921 hwi->pcm_ops->ctl_in (hwi, VOICE_DISABLE);
1922 hwi->pcm_ops->fini_in (hwi);