This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
[alsa_out] make ports physical, so portaudio finds em
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3546 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.117.0
torben
17 years ago
parent
7a8e4310f7
commit
fc2a0ad04b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/alsa_out.c
+ 1
- 1
tools/alsa_out.c
View File
@@ -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];
Write
Preview
Loading…
Cancel
Save