Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDevice::has_state() #706

Open
gavv opened this issue Feb 28, 2024 · 0 comments
Open

Add IDevice::has_state() #706

gavv opened this issue Feb 28, 2024 · 0 comments

Comments

@gavv
Copy link
Member

gavv commented Feb 28, 2024

  • add IDevice::has_state()
  • in file backends, return false
  • in device backends, return true
  • in sox backend, return true for devices and false for files
  • in sndio::Pump, use pause/resume/restart/state only if has_state() returns true
  • in sndio tests, if has_state() is true, check how state is changing, if it's false, check that the state is always ACTIVE
@gavv gavv added this to Frontlog in kanban board Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant