summaryrefslogtreecommitdiffstats
path: root/src/AlsaInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaInput.cpp')
-rw-r--r--src/AlsaInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaInput.cpp b/src/AlsaInput.cpp
index e5fd420..293232f 100644
--- a/src/AlsaInput.cpp
+++ b/src/AlsaInput.cpp
@@ -35,7 +35,7 @@ int AlsaInput::prepare()
fprintf(stderr, "Initialising ALSA...\n");
- const int open_mode = 0; //|= SND_PCM_NONBLOCK;
+ const int open_mode = 0;
if ((err = snd_pcm_open(&m_alsa_handle, m_alsa_dev.c_str(),
SND_PCM_STREAM_CAPTURE, open_mode)) < 0) {