Picroft 20.8.0 3B+ and raspiaudio HAT mic not working test OK

Also, I took a look at

I checked my /lib/udev/rules.d/91-pulseaudio-rpi.rules and it’s as it should be:

(.venv) pi@picroft:~ $ cat /lib/udev/rules.d/91-pulseaudio-rpi.rules
SUBSYSTEM!=“sound*”, GOTO=“end”
ACTION!=“change”, GOTO=“end”
KERNEL!=“card*”, GOTO=“end”
ENV{SOUND_FORM_FACTOR}!=“internal”, GOTO=“end”

DRIVERS==“bcm2835_audio”, ATTR{id}==“b1”, ENV{PULSE_PROFILE_SET}=“rpi-hdmi.conf”, GOTO=“end”
DRIVERS==“bcm2835_audio”, ATTR{id}==“b2”, ENV{PULSE_PROFILE_SET}=“rpi-hdmi.conf”, GOTO=“end”
DRIVERS==“bcm2835_audio”, ATTR{id}==“Headphones”, ENV{PULSE_PROFILE_SET}=“rpi-analog.conf”, GOTO=“end”

LABEL=“end”

I see one of the troubleshooting steps suggesting switching Sphinx to Precise, but I don’t know if this is relevant as it doesn’t seem the CLI is detecting any audio input.