Verification of 2ch/4ch DMIC recording
- The system is powered on.
- A Linux-based system with with PCH DMIC connected, ex:"Realtek AIOC and transducer card"
- This is specifically to test recording with PCH-connected DMIC
- Verification of 2ch/4ch DMIC recording
- Recording should happen without any issue
- Playback should be smooth without any glitches or noise.
- Verify dmic device list.
arecord -l
- Capture audio using dmic device:
arecord -Dhw:0,0 -c 2 -r 48000 -f S24_LE -d 20 test.wav -vvv for 2Ch arecord -Dhw:0,6 -c 4 -r 48000 -f S32_LE -d 15 test3.wav -vvv for 4ch
- Play and verify the audio file recorded in step 3:
Note : 4ch dmic recording copy in IT laptop and play & verify
aplay -Dhw:0,0 -c 2 -r 48000 -f S24_LE test.wav -vvv
- Check the dmesg log:
dmesg | grep -E "snd|sof|soc" | grep -i error
- DMIC devices should list
- Audio capture should happen without any issues
- Playback should be smooth without any glitch
- No audio errors or failures should be present in the dmesg log.