From 2602a184907c16d34ad49a723e76640a4be37979 Mon Sep 17 00:00:00 2001 From: Armando Visconti Date: Tue, 12 Feb 2019 11:36:59 +0100 Subject: [PATCH] drivers/audio: mpxxdtyy: Align log defines to audio dmic case Use CONFIG_AUDIO_DMIC_LOG_LEVEL macro to define mpxxdtyy driver log levels. Signed-off-by: Armando Visconti --- drivers/audio/mpxxdtyy-i2s.c | 2 +- drivers/audio/mpxxdtyy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/audio/mpxxdtyy-i2s.c b/drivers/audio/mpxxdtyy-i2s.c index f96b927a7b9..17bf5dbb943 100644 --- a/drivers/audio/mpxxdtyy-i2s.c +++ b/drivers/audio/mpxxdtyy-i2s.c @@ -7,7 +7,7 @@ #include "mpxxdtyy.h" #include -#define LOG_LEVEL CONFIG_MPXXDTYY_LOG_LEVEL +#define LOG_LEVEL CONFIG_AUDIO_DMIC_LOG_LEVEL #include LOG_MODULE_DECLARE(mpxxdtyy); diff --git a/drivers/audio/mpxxdtyy.c b/drivers/audio/mpxxdtyy.c index f6456fe4472..218f1f19043 100644 --- a/drivers/audio/mpxxdtyy.c +++ b/drivers/audio/mpxxdtyy.c @@ -6,7 +6,7 @@ #include "mpxxdtyy.h" -#define LOG_LEVEL CONFIG_MPXXDTYY_LOG_LEVEL +#define LOG_LEVEL CONFIG_AUDIO_DMIC_LOG_LEVEL #include LOG_MODULE_REGISTER(mpxxdtyy);