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@13: method SendUnprocessedStream (in UINT32[32] ctrl, in UINT32[32] sample); 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@13: method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value); punk@13: method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value); punk@13: }; punk@13: punk@13: };