summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-12-14 21:43:40 +0000
committersamr7 <samr7@126591fb-c623-4b62-a76d-97a8e4f34109>2008-12-14 21:43:40 +0000
commit0c46a90130c9367227e156236a469b208d741772 (patch)
tree2bbec208587cd667a190f9361fd46b58412250a0
parent7f1f317f1d0fcf303c2c5534f69a864c0ce48564 (diff)
downloadnohands-0c46a90130c9367227e156236a469b208d741772.tar.gz
Use access=thread by default.
git-svn-id: http://nohands.svn.sourceforge.net/svnroot/nohands/trunk@64 126591fb-c623-4b62-a76d-97a8e4f34109
-rw-r--r--libhfp/soundio-alsa.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhfp/soundio-alsa.cpp b/libhfp/soundio-alsa.cpp
index bfdbed8..6c14c6a 100644
--- a/libhfp/soundio-alsa.cpp
+++ b/libhfp/soundio-alsa.cpp
@@ -1843,6 +1843,10 @@ SoundIoCreateAlsa(DispatchInterface *dip, const char *driveropts,
ind = "default";
outd = "default";
+#if defined(ALSA_THREADS)
+ do_proc = false;
+#endif
+
if (driveropts) {
opts = strdup(driveropts);
if (!opts) {