This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Merge pull request
#3
from shaun-tierney/qnx
Fix io-audio JACK Driver Port Name Convention
pull/244/head
Andrew Cooper
10 years ago
parent
9e39aa53f6
7cfd0fba5c
commit
ec7ab28fe3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
qnx/ioaudio/ioaudio_driver.c
+ 1
- 1
qnx/ioaudio/ioaudio_driver.c
View File
@@ -17,7 +17,7 @@
#include <sys/asound.h>
static const char* PORTNAME_FMT = "
playback
_%d";
static const char* PORTNAME_FMT = "
capture
_%d";
typedef jack_default_audio_sample_t sample_t;
struct subchn
Write
Preview
Loading…
Cancel
Save