On Mon, Dec 11, 2017 at 03:16:29PM +0000, Mark Brown wrote:
On Mon, Dec 11, 2017 at 06:21:58PM +0900, Katsuhiro Suzuki wrote:
But I can't find how to use/map this DAI in machine driver or Device-Tree or something. I think that it's same as PCM DAI, am I correct?
Yes, that probably makes sense from a binding point of view.
I read compress-offload.rst, but I can't find how do I test it. It seems aplay of alsa-util doesn't know compress audio formats. Should I use PulseAudio or Android HAL to test compress audio APIs?
IIRC tinyalsa has a compressed API test application - Vinod?
I guess it was sheer luck that i saw this :) email in CC reads vinod.koul@linaro.org! I don't work for Linaro, not yet :D
And to the answer the question, Yes we have compressed API test application in tinycompress which is located at git.alsa-project.org:tinycompress.git
We have both compressed audio playback as well as record test app, cplay and crecord.
HTH