ByteTyper opened a new pull request, #17466: URL: https://github.com/apache/nuttx/pull/17466
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *This is a driver model which will create a pair of audio devides, one for data producer while the other device consumes data passed from producer device. The two devices mentioned above are distributed in two different cores communicating via rpmsg endpoint. Advantages: 1、Fit in current audio driver model. 2、Provide a possibility for two device pass not only data but also audio messages between two different cores. 3、Bidirectionally transmit control messages between two devices distributed in two cores.* ## Impact *New feature. * ## Testing *We have conducted tests on the following platforms: 1、sim 2、bes 3、allwinnertech* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
