prepare for possible DualPCM and MSM6258 VGM xprt

This commit is contained in:
tildearrow 2022-10-16 21:35:25 -05:00
parent 0f3ce6f616
commit c3e2e902af
2 changed files with 16 additions and 0 deletions

View file

@ -22,6 +22,9 @@
void DivDispatch::acquire(short* bufL, short* bufR, size_t start, size_t len) {
}
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int rate, size_t len) {
}
void DivDispatch::tick(bool sysTick) {
}