From cdf85d6e04e664e4f56acd05affa287ac63ed125 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Jan 2025 12:34:13 +0100 Subject: Detect touchpad --- PCM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PCM.cpp') diff --git a/PCM.cpp b/PCM.cpp index b8510b5..205b1cd 100644 --- a/PCM.cpp +++ b/PCM.cpp @@ -41,7 +41,7 @@ PCM::PCM(Config& config): if (0 > snd_pcm_start(handle)) { // On raspberry, this results in error. However, seems to generally work without - log_cout << "PCM could not be started" << std::endl; + log_cout << "PCM could not be started. Ignoring. Will be done implicitly." << std::endl; } if (npfd != 1) { -- cgit v1.2.3