Hi,
I am trying to connect two different microphones to the raspberry pi and I would like to know if the new Wolfson sound card could help me do that. I want both microphone inputs to be detected independently while running my code. On the Wolfson card, there is a "line in" input jack for audio input (colored in pink) as well as a microphone input (the same as the headphone out jack). Will these two be detected separately by the operating system? Can I do processing on each one separately? I'm still new to Linux, but I'm guessing that what I want is for both to show up as two different "hardwares" when running the command "arecord -l".