thesofproject / sof-docs

Documentation for SOF
Other
16 stars 72 forks source link

getting_started: Digital mic issue: Fix arecord options #471

Closed jsarha closed 1 year ago

jsarha commented 1 year ago

Fixes broken "arecord -Dhw:0,6 -c4 -r48000 -sS32_LE -d 10 test.wav" to "arecord -Dhw:0,6 -c4 -r48000 -fS32_LE -d 10 test.wav"

Link: https://github.com/thesofproject/sof-docs/issues/467