punk@13: service AUDIOCORERRR punk@13: { punk@13: server hw (bsv, connection) <- sw (cpp, method) punk@13: { punk@13: method ReadCPUToHost (out UINT32[32] regValue, in UINT32[32] dummy); punk@36: method SendUnprocessedStream (in UINT32[32] ctrl, in UINT32[32] sample); rlm@34: //rlm: here it is modified to take N punk@36: // method SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample); rlm@34: punk@13: }; punk@13: punk@13: server sw (cpp, method) <- hw (bsv, connection) punk@13: { punk@13: method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample); punk@33: punk@33: // Not used by SCRATCHPAD punk@33: // method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value); punk@33: // method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value); punk@13: }; punk@13: punk@13: };