audio_core/lle: implement RecvData
This commit is contained in:
@ -13,6 +13,8 @@ public:
|
||||
DspLle();
|
||||
~DspLle();
|
||||
|
||||
u16 RecvData(u32 register_number) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
friend struct Impl;
|
||||
|
Reference in New Issue
Block a user