From 70fb348f05ff07dab3e1e1e6098ab03fa151ce15 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Tue, 16 Oct 2018 10:59:21 +0200 Subject: Lower the verbosity when not in debug level There were too many things printed in notice mode. Change-Id: Ia7841e219cb2e9ca71e0c4436a2048a812ef6b07 Signed-off-by: Thierry Bultel --- plugins/alsa/alsa-core-pcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/alsa/alsa-core-pcm.c') diff --git a/plugins/alsa/alsa-core-pcm.c b/plugins/alsa/alsa-core-pcm.c index 1205a81..fbc8aa3 100644 --- a/plugins/alsa/alsa-core-pcm.c +++ b/plugins/alsa/alsa-core-pcm.c @@ -96,7 +96,7 @@ PUBLIC int AlsaPcmConf(SoftMixerT *mixer, AlsaPcmCtlT *pcm, int mode) { goto OnErrorExit; } - AFB_ApiNotice(mixer->api, "PARAMS before:\n"); + AFB_ApiDebug(mixer->api, "PARAMS before:\n"); AlsaDumpPcmParams(mixer, pxmHwParams); if (!opts->access) @@ -216,7 +216,7 @@ PUBLIC int AlsaPcmConf(SoftMixerT *mixer, AlsaPcmCtlT *pcm, int mode) { goto OnErrorExit; } - AFB_ApiNotice(mixer->api, "PARAMS after:\n"); + AFB_ApiDebug(mixer->api, "PARAMS after:\n"); AlsaDumpPcmParams(mixer, pxmHwParams); // check we effective hw params after optional format change -- cgit 1.2.3-korg