Merge pull request #8878 from Kelebek1/remove_pause

Remove pause callbacks from coretiming
This commit is contained in:
bunnei
2022-09-15 13:50:13 -07:00
committed by GitHub
15 changed files with 29 additions and 144 deletions

View File

@ -220,8 +220,6 @@ protected:
u32 device_channels{2};
/// Is this stream currently paused?
std::atomic<bool> paused{true};
/// Was this stream previously playing?
std::atomic<bool> was_playing{false};
/// Name of this stream
std::string name{};