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
commit
ec7ab28fe3
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save