audio_core/lle: implement PipeWrite
This commit is contained in:
parent
c9736b3300
commit
e40efbf37b
2 changed files with 93 additions and 0 deletions
|
@ -16,6 +16,7 @@ public:
|
|||
u16 RecvData(u32 register_number) override;
|
||||
bool RecvDataIsReady(u32 register_number) const override;
|
||||
void SetSemaphore(u16 semaphore_value) override;
|
||||
void PipeWrite(DspPipe pipe_number, const std::vector<u8>& buffer) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue