Skip to content

Commit 60a41cf

Browse files
Jyri Sarhalgirdwood
authored andcommitted
getting_started: Digital mic issue: Fix arecord options
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: #467 Signed-off-by: Jyri Sarha <[email protected]>
1 parent 28025fe commit 60a41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/intel_debug/suggestions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following command can then be used to check if the microphones are active at
214214

215215
.. code-block:: bash
216216
217-
arecord -Dhw:0,6 -c4 -r48000 -sS32_LE -d 10 test.wav
217+
arecord -Dhw:0,6 -c4 -r48000 -fS32_LE -d 10 test.wav
218218
219219
In 99% of the cases, hardware designers connect the two microphones on
220220
the PDM0 controller. Some platforms use PDM1, which cannot really be

0 commit comments

Comments
 (0)