freebsd-ports/audio/qjackctl/files/patch-src-qjackctlSetup.cpp
Martin Wilke ad9935bd64 QjackCtl is a simple Qt application to control the JACK sound server
daemon.  It provides a simple GUI dialog for setting several JACK daemon
parameters, which are properly saved between sessions, and a way
to control of the status of the audio server daemon.  With time,
this primordial interface has become richer by including a enhanced
patchbay and connection control features.

WWW:	http://qjackctl.sourceforge.net/

PR:		ports/106430
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-12-07 00:53:12 +00:00

11 lines
674 B
C++

--- src/qjackctlSetup.cpp.orig Thu Dec 7 00:05:30 2006
+++ src/qjackctlSetup.cpp Thu Dec 7 00:06:00 2006
@@ -285,7 +285,7 @@
preset.iWordLength = m_settings.readNumEntry("/WordLength", 16);
preset.iWait = m_settings.readNumEntry("/Wait", 21333);
preset.iChan = m_settings.readNumEntry("/Chan", 0);
- preset.sDriver = m_settings.readEntry("/Driver", "alsa");
+ preset.sDriver = m_settings.readEntry("/Driver", "oss");
preset.sInterface = m_settings.readEntry("/Interface", QString::null);
preset.iAudio = m_settings.readNumEntry("/Audio", 0);
preset.iDither = m_settings.readNumEntry("/Dither", 0);