diff --git a/configs/sama5d4-ek/src/sam_wm8904.c b/configs/sama5d4-ek/src/sam_wm8904.c index 012d33f823..d10fa38f9c 100644 --- a/configs/sama5d4-ek/src/sam_wm8904.c +++ b/configs/sama5d4-ek/src/sam_wm8904.c @@ -47,8 +47,8 @@ #include #include +#include #include -#include #include @@ -152,13 +152,13 @@ static int wm8904_attach(FAR const struct wm8904_lower_s *lower, * new handler will called via wm8904_interrupt() when the interrupt occurs. */ - ivdbg("Attaching %p\n", isr); + audvdbg("Attaching %p\n", isr); g_mxtinfo.handler = isr; g_mxtinfo.arg = arg; } else { - ivdbg("Detaching %p\n", g_mxtinfo.handler); + audvdbg("Detaching %p\n", g_mxtinfo.handler); wm8904_enable(lower, false); g_mxtinfo.handler = NULL; g_mxtinfo.arg = NULL;