<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
I checked proc/asound/cards aftre connecting a USB sound card. and it listed both PC sound card and
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
USB sound card as [HD] - usb soundcard and [PCH] - pc sound card.<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
However when I started jack with <br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
jackd -d alsa -d hw:HD   and printed the ports it was showing only one two ports (left & right).
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
I want both PC and USB sound card ports to be accessed at the same time. <br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
How to enable all sound card input and output ports ?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
-ben<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Jack-Devel <jack-devel-bounces@lists.jackaudio.org> on behalf of David Kastrup <dak@gnu.org><br>
<b>Sent:</b> Sunday, January 14, 2018 3:38 PM<br>
<b>To:</b> jack-devel@lists.jackaudio.org<br>
<b>Subject:</b> Re: [Jack-Devel] Using USB sound card with Jack</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Benny Alexandar <ben.alex@outlook.com> writes:<br>
<br>
> Hi,<br>
><br>
> I'm using latest jack audio server version jackd 1.9.12. I have built<br>
> simple client.c app<br>
> and able to capture audio from microphone input and play it out.<br>
><br>
> I have another USB soundcard which is connected to pc through USB.<br>
> How to get input from USB soud card ?<br>
><br>
> After connecting USB sound card and when printed the ports[] array<br>
> after executing the jack API jack_get_ports()<br>
> I could see only PC microphone capture ports, not showing USB ports.<br>
<br>
Start jackd as<br>
<br>
jackd -d alsa -d hw:1 ...<br>
<br>
Instead of hw:1 you may use whatever ALSA decides to call this device<br>
(cf the verbose name in [...] in /proc/asound/cards: if it is<br>
[Satellite   ], -d hw:Satellite may word).<br>
<br>
-- <br>
David Kastrup<br>
_______________________________________________<br>
Jack-Devel mailing list<br>
Jack-Devel@lists.jackaudio.org<br>
<a href="http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org">http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org</a><br>
</div>
</span></font></div>
</body>
</html>