summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/x11/record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/record.cpp b/client/x11/record.cpp
index bd76cee6..535a8c9e 100644
--- a/client/x11/record.cpp
+++ b/client/x11/record.cpp
@@ -96,7 +96,7 @@ bool WaveRecorder::init(uint32_t sampels_per_sec,
uint32_t channels)
{
const int frame_size = WaveRecordAbstract::FRAME_SIZE;
- const char* pcm_device = "hw:0,0"; // "default" ???
+ const char* pcm_device = "default";
snd_pcm_format_t format;
int err;