Hello,
I have a pdm microphone connected to the board.
I am using the amixer driver and it has been loaded without errors. Now I having some trouble capturing the audio.

I have also tried the following command:
gst-launch-1.0 -v alsasrc device=plughw:1,0 ! queue ! audioconvert ! audio/x-raw, rate=16000 ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg
the ouput of the above command:

After the above command the dmesg | grep micfil output:

Using amixer sset Channel_ID I can change the decibel level.
What amixer command should I use to go about capturing the audio? How would I know which audio device to use?