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@52: 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@52: method SendTerminate(in UINT32[32] flag); rlm@41: punk@13: }; punk@13: punk@13: };