summaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-core-pcm.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-10-16 10:59:21 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-11-13 14:33:09 +0100
commit6504dfcdb2d0c203fb4aa8b5746ee41880d56b69 (patch)
tree3f342c2d295401cff7b7700e1b8cab8639dd0588 /plugins/alsa/alsa-core-pcm.c
parent6bf855f264d8a89339124961bda40ecd40523ec8 (diff)
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 <thierry.bultel@iot.bzh>
Diffstat (limited to 'plugins/alsa/alsa-core-pcm.c')
-rw-r--r--plugins/alsa/alsa-core-pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alsa/alsa-core-pcm.c b/plugins/alsa/alsa-core-pcm.c
index acea09b..f80b1e4 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