From fc2a0ad04b9f7e630cfc2c36531ae3d426ebbed7 Mon Sep 17 00:00:00 2001 From: torben Date: Sat, 23 May 2009 03:52:38 +0000 Subject: [PATCH] [alsa_out] make ports physical, so portaudio finds em git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3546 0c269be4-1314-0410-8aa9-9f06e86f4224 --- tools/alsa_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/alsa_out.c b/tools/alsa_out.c index f0995ed..a543ae8 100644 --- a/tools/alsa_out.c +++ b/tools/alsa_out.c @@ -468,7 +468,7 @@ again: void alloc_ports( int n_capture, int n_playback ) { - int port_flags = JackPortIsOutput; + int port_flags = JackPortIsOutput | JackPortIsPhysical | JackPortIsTerminal; int chn; jack_port_t *port; char buf[32];