audio_core/lle: implement RecvData
This commit is contained in:
parent
7f568a3c19
commit
b609753fb6
2 changed files with 14 additions and 0 deletions
|
@ -13,6 +13,8 @@ public:
|
|||
DspLle();
|
||||
~DspLle();
|
||||
|
||||
u16 RecvData(u32 register_number) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
friend struct Impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue