Index: uspace/drv/audio/hdaudio/stream.c
===================================================================
--- uspace/drv/audio/hdaudio/stream.c	(revision 0e4c5f0b7a21f09f35471fba7a626dff3790ce97)
+++ uspace/drv/audio/hdaudio/stream.c	(revision 6a5d05bd2551e64111bea4f9332dd7448c26ce84)
@@ -39,4 +39,5 @@
 #include <ddi.h>
 #include <errno.h>
+#include <str_error.h>
 #include <macros.h>
 #include <stdlib.h>
@@ -122,5 +123,5 @@
 	    0, &buffer_phys, &buffer);
 	if (rc != EOK) {
-		ddf_msg(LVL_NOTE, "dmamem_map_anon -> %d", rc);
+		ddf_msg(LVL_NOTE, "dmamem_map_anon -> %s", str_error_name(rc));
 		goto error;
 	}
