audio_core/lle: implement RecvDataIsReady

This commit is contained in:
Weiyi Wang 2018-12-06 07:30:10 -05:00
parent 14eb3561de
commit 4671ccf416
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@ public:
~DspLle();
u16 RecvData(u32 register_number) override;
bool RecvDataIsReady(u32 register_number) const override;
private:
struct Impl;