aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-core-pcm.c
diff options
context:
space:
mode:
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 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