Hello,
Customers can use standard aplay / arecord / amixer programms.
Use the following commands to define available audio devices:
#arecord -l
#aplay -l
To write file, using capture device
“card 1: imxspdif [imx-spdif], device 0: S/PDIF PCM snd-soc-dummy-dai-0”
the following command may be applied:
# arecord -Dplughw:1,0 record.wav
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------