diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-12 12:34:13 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-12 12:34:13 +0100 |
commit | cdf85d6e04e664e4f56acd05affa287ac63ed125 (patch) | |
tree | f412284c81b7e9bd76a6e9ab5d40139850478164 /PCM.cpp | |
parent | 4c5f531300efe0faf2aea88dd6c78f05012934c8 (diff) |
Detect touchpad
Diffstat (limited to 'PCM.cpp')
-rw-r--r-- | PCM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |