Describe the bug
Recording from DMIC generates a few pulses then a flat signal.
To Reproduce
% arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: sofsoundwire [sof-soundwire], device 1: Jack In (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 4: Microphone (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
% arecord -D hw:0,4 -f s16_le -r 48000 -c 2 -t wav -d 5 record.wav
Recording WAVE 'record.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
Reproduction Rate
All the time
Expected behavior
Should be able to record some sound
Impact
Unusable built-in microphone
Environment
- Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
- Kernel: stable 6.12.6
- SOF: release v2024.09.2
- Name of the topology file
- Topology: intel/sof-ipc4-tplg/sof-lnl-cs42l43-l0-cs35l56-l23.tplg
- Name of the platform(s) on which the bug is observed.
Screenshots or console output

alsa-info output for reference:
alsa-info.txt
P.S. recording from audio jack works.