Hi,

I'm using latest jack audio server version jackd 1.9.12. I have built simple client.c app
and able to capture audio from microphone input and play it out.

I have another USB soundcard which is connected to pc through USB.
How to get input from USB soud card ?

After connecting USB sound card and when printed the ports[] array
after executing the jack API jack_get_ports()
I could see only PC microphone capture ports, not showing USB ports.

-ben