ae3a93b777
fix some minor bugs when using multiple stereo-channel-output OBS-URL: https://build.opensuse.org/request/show/345733 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=31
12 lines
335 B
Diff
12 lines
335 B
Diff
--- src/drivers/fluid_jack.c.orig 2014-12-23 09:38:01.047865897 +0100
|
|
+++ src/drivers/fluid_jack.c 2014-12-23 09:17:51.620285608 +0100
|
|
@@ -268,7 +268,7 @@
|
|
|
|
fluid_settings_getint (settings, "audio.jack.multi", &multi);
|
|
|
|
- if (multi)
|
|
+ if (!multi)
|
|
{
|
|
/* create the two audio output ports */
|
|
dev->num_output_ports = 1;
|