summaryrefslogtreecommitdiff
path: root/audio_alsa.c
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-03-08 21:19:48 +0000
committerMike Brady <mikebrady@eircom.net>2019-03-08 21:19:48 +0000
commit178af21dab9564c4e462b62d41bad4697aa0d0b6 (patch)
tree5fc89018829b2aa8fc383e7f7a8add2911669879 /audio_alsa.c
parentf3b2d07089d98b080e2737e04657f2a90257638e (diff)
Make soxr, metadata and apple_alac defaults if support for them is included in the build configuration.
Diffstat (limited to 'audio_alsa.c')
-rw-r--r--audio_alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio_alsa.c b/audio_alsa.c
index 4010629..99dcf40 100644
--- a/audio_alsa.c
+++ b/audio_alsa.c
@@ -700,7 +700,7 @@ int do_alsa_device_init_if_needed() {
debug(1, "Can't get dB value corresponding to a minimum volume "
"+ 1.");
}
- debug(1, "Hardware mixer has dB volume from %f to %f.", (1.0 * alsa_mix_mindb) / 100.0,
+ debug(3, "Hardware mixer has dB volume from %f to %f.", (1.0 * alsa_mix_mindb) / 100.0,
(1.0 * alsa_mix_maxdb) / 100.0);
} else {
// use the linear scale and do the db conversion ourselves