summaryrefslogtreecommitdiff
path: root/chip/npcx/wov.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/wov.c')
-rw-r--r--chip/npcx/wov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/wov.c b/chip/npcx/wov.c
index 15d442a142..4a9012636a 100644
--- a/chip/npcx/wov.c
+++ b/chip/npcx/wov.c
@@ -25,8 +25,8 @@
#define CPUTS(...)
#define CPRINTS(...)
#else
-#define CPUTS(outstr) cputs(CC_WOV, outstr)
-#define CPRINTS(format, args...) cprints(CC_WOV, format, ## args)
+#define CPUTS(outstr) cputs(CC_AUDIO_CODEC, outstr)
+#define CPRINTS(format, args...) cprints(CC_AUDIO_CODEC, ## args)
#endif
/* WOV FIFO status. */