Index: uspace/drv/audio/hdaudio/codec.c
===================================================================
--- uspace/drv/audio/hdaudio/codec.c	(revision 894afffe39510da73cb178e51a783998fa1697e4)
+++ uspace/drv/audio/hdaudio/codec.c	(revision cf786378f359876f2ac0ade15f52dc7f254a362b)
@@ -70,8 +70,8 @@
 #if 0
 	if (resp != NULL) {
-		ddf_msg(LVL_NOTE, "verb 0x%" PRIx32 " -> 0x%" PRIx32, verb,
+		ddf_msg(LVL_DEBUG, "verb 0x%" PRIx32 " -> 0x%" PRIx32, verb,
 		    *resp);
 	} else {
-		ddf_msg(LVL_NOTE, "verb 0x%" PRIx32, verb);
+		ddf_msg(LVL_DEBUG, "verb 0x%" PRIx32, verb);
 	}
 #endif
@@ -273,5 +273,5 @@
 
 	offset = ampcaps & 0x7f;
-	ddf_msg(LVL_NOTE, "out amp caps 0x%x (offset=0x%x)",
+	ddf_msg(LVL_DEBUG, "out amp caps 0x%x (offset=0x%x)",
 	    ampcaps, offset);
 
@@ -288,5 +288,5 @@
 		goto error;
 
-	ddf_msg(LVL_NOTE, "gain/mute: L:0x%x R:0x%x", gmleft, gmright);
+	ddf_msg(LVL_DEBUG, "gain/mute: L:0x%x R:0x%x", gmleft, gmright);
 
 	return EOK;
@@ -309,5 +309,5 @@
 
 	offset = ampcaps & 0x7f;
-	ddf_msg(LVL_NOTE, "in amp caps 0x%x (offset=0x%x)", ampcaps, offset);
+	ddf_msg(LVL_DEBUG, "in amp caps 0x%x (offset=0x%x)", ampcaps, offset);
 
 	for (i = 0; i < 15; i++) {
@@ -324,5 +324,5 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "in:%d gain/mute: L:0x%x R:0x%x",
+		ddf_msg(LVL_DEBUG, "in:%d gain/mute: L:0x%x R:0x%x",
 		    i, gmleft, gmright);
 	}
@@ -345,5 +345,5 @@
 	int i, j;
 
-	ddf_msg(LVL_NOTE, "Connections for widget %d:", aw);
+	ddf_msg(LVL_DEBUG, "Connections for widget %d:", aw);
 
 	rc = hda_get_clist_len(codec, aw, &longform, &len);
@@ -384,5 +384,5 @@
 
 		for (j = 0; j < epresp && i < len; j++) {
-			ddf_msg(LVL_NOTE, "<- %d%s", resp & mask,
+			ddf_msg(LVL_DEBUG, "<- %d%s", resp & mask,
 			    (int)cidx == i ? " *** current *** " : "");
 			resp = resp >> shift;
@@ -406,5 +406,5 @@
 	if (rc != EOK)
 		goto error;
-	ddf_msg(LVL_NOTE, "aw %d: PIN cdfgef=0x%x",
+	ddf_msg(LVL_DEBUG, "aw %d: PIN cdfgef=0x%x",
 	    aw, cfgdef);
 
@@ -412,5 +412,5 @@
 	if (rc != EOK)
 		goto error;
-	ddf_msg(LVL_NOTE, "aw %d : PIN caps=0x%x",
+	ddf_msg(LVL_DEBUG, "aw %d : PIN caps=0x%x",
 	    aw, pcaps);
 
@@ -420,5 +420,5 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "PIN %d had EAPD value=0x%x", aw, eapd);
+		ddf_msg(LVL_DEBUG, "PIN %d had EAPD value=0x%x", aw, eapd);
 
 		rc = hda_set_eapd_btl_enable(codec, aw, eapd | 2);
@@ -430,20 +430,20 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "PIN %d now has EAPD value=0x%x", aw, eapd);
+		ddf_msg(LVL_DEBUG, "PIN %d now has EAPD value=0x%x", aw, eapd);
 	}
 
 	pctl = 0;
 	if ((pcaps & BIT_V(uint32_t, pwc_output)) != 0) {
-		ddf_msg(LVL_NOTE, "PIN %d will enable output", aw);
+		ddf_msg(LVL_DEBUG, "PIN %d will enable output", aw);
 		pctl = pctl | BIT_V(uint8_t, pctl_out_enable);
 	}
 
 	if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) {
-		ddf_msg(LVL_NOTE, "PIN %d will enable input", aw);
+		ddf_msg(LVL_DEBUG, "PIN %d will enable input", aw);
 		pctl = pctl | BIT_V(uint8_t, pctl_in_enable);
 	}
 
 	if ((pcaps & BIT_V(uint32_t, pwc_hpd)) != 0) {
-		ddf_msg(LVL_NOTE, "PIN %d will enable headphone drive", aw);
+		ddf_msg(LVL_DEBUG, "PIN %d will enable headphone drive", aw);
 		pctl = pctl | BIT_V(uint8_t, pctl_hpd_enable);
 	}
@@ -451,9 +451,9 @@
 #if 0
 	if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) {
-		ddf_msg(LVL_NOTE, "PIN %d will enable input");
+		ddf_msg(LVL_DEBUG, "PIN %d will enable input");
 		pctl = pctl | BIT_V(uint8_t, pctl_input_enable);
 	}
 #endif
-	ddf_msg(LVL_NOTE, "Setting PIN %d ctl to 0x%x", aw, pctl);
+	ddf_msg(LVL_DEBUG, "Setting PIN %d ctl to 0x%x", aw, pctl);
 	rc = hda_set_pin_ctl(codec, aw, pctl);
 	if (rc != EOK)
@@ -465,5 +465,5 @@
 		goto error;
 
-	ddf_msg(LVL_NOTE, "PIN %d ctl reads as 0x%x", aw, pctl);
+	ddf_msg(LVL_DEBUG, "PIN %d ctl reads as 0x%x", aw, pctl);
 
 	return EOK;
@@ -478,10 +478,10 @@
 	uint32_t pwrstate;
 
-	ddf_msg(LVL_NOTE, "aw %d is power control-capable", aw);
+	ddf_msg(LVL_DEBUG, "aw %d is power control-capable", aw);
 
 	rc = hda_get_power_state(codec, aw, &pwrstate);
 	if (rc != EOK)
 		goto error;
-	ddf_msg(LVL_NOTE, "aw %d: power state = 0x%x", aw, pwrstate);
+	ddf_msg(LVL_DEBUG, "aw %d: power state = 0x%x", aw, pwrstate);
 
 	return EOK;
@@ -517,9 +517,9 @@
 		goto error;
 
-	ddf_msg(LVL_NOTE, "hda_get_subnc -> %s", str_error_name(rc));
-	ddf_msg(LVL_NOTE, "sfg=%d nfg=%d", sfg, nfg);
+	ddf_msg(LVL_DEBUG, "hda_get_subnc -> %s", str_error_name(rc));
+	ddf_msg(LVL_DEBUG, "sfg=%d nfg=%d", sfg, nfg);
 
 	for (fg = sfg; fg < sfg + nfg; fg++) {
-		ddf_msg(LVL_NOTE, "Enumerate FG %d", fg);
+		ddf_msg(LVL_DEBUG, "Enumerate FG %d", fg);
 
 		rc = hda_get_fgrp_type(codec, fg, &unsol, &grptype);
@@ -527,6 +527,6 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "hda_get_fgrp_type -> %s", str_error_name(rc));
-		ddf_msg(LVL_NOTE, "unsol: %d, grptype: %d", unsol, grptype);
+		ddf_msg(LVL_DEBUG, "hda_get_fgrp_type -> %s", str_error_name(rc));
+		ddf_msg(LVL_DEBUG, "unsol: %d, grptype: %d", unsol, grptype);
 
 		rc = hda_get_gpio_cnt(codec, fg, &gpio);
@@ -534,5 +534,5 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "GPIO: wake=%d unsol=%d gpis=%d gpos=%d gpios=%d",
+		ddf_msg(LVL_DEBUG, "GPIO: wake=%d unsol=%d gpis=%d gpos=%d gpios=%d",
 		    (gpio & BIT_V(uint32_t, 31)) != 0,
 		    (gpio & BIT_V(uint32_t, 30)) != 0,
@@ -549,6 +549,6 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "hda_get_subnc -> %s", str_error_name(rc));
-		ddf_msg(LVL_NOTE, "saw=%d baw=%d", saw, naw);
+		ddf_msg(LVL_DEBUG, "hda_get_subnc -> %s", str_error_name(rc));
+		ddf_msg(LVL_DEBUG, "saw=%d baw=%d", saw, naw);
 
 		for (aw = saw; aw < saw + naw; aw++) {
@@ -556,5 +556,5 @@
 			if (rc != EOK)
 				goto error;
-			ddf_msg(LVL_NOTE, "aw %d: type=0x%x caps=0x%x",
+			ddf_msg(LVL_DEBUG, "aw %d: type=0x%x caps=0x%x",
 			    aw, awtype, awcaps);
 
@@ -594,13 +594,13 @@
 					goto error;
 
-				ddf_msg(LVL_NOTE, "Output widget %d: rates=0x%x formats=0x%x",
+				ddf_msg(LVL_DEBUG, "Output widget %d: rates=0x%x formats=0x%x",
 				    aw, rates, formats);
 			} else if (awtype == awt_audio_input) {
 				if (codec->in_aw < 0) {
-					ddf_msg(LVL_NOTE, "Selected input "
+					ddf_msg(LVL_DEBUG, "Selected input "
 					    "widget %d\n", aw);
 					codec->in_aw = aw;
 				} else {
-					ddf_msg(LVL_NOTE, "Ignoring input "
+					ddf_msg(LVL_DEBUG, "Ignoring input "
 					    "widget %d\n", aw);
 				}
@@ -614,5 +614,5 @@
 					goto error;
 
-				ddf_msg(LVL_NOTE, "Input widget %d: rates=0x%x formats=0x%x",
+				ddf_msg(LVL_DEBUG, "Input widget %d: rates=0x%x formats=0x%x",
 				    aw, rates, formats);
 			}
@@ -628,5 +628,5 @@
 	hda_ctl_dump_info(hda->ctl);
 
-	ddf_msg(LVL_NOTE, "Codec OK");
+	ddf_msg(LVL_DEBUG, "Codec OK");
 	return codec;
 error:
@@ -637,5 +637,5 @@
 void hda_codec_fini(hda_codec_t *codec)
 {
-	ddf_msg(LVL_NOTE, "hda_codec_fini()");
+	ddf_msg(LVL_DEBUG, "hda_codec_fini()");
 	free(codec);
 }
@@ -652,10 +652,10 @@
 		/* Configure converter */
 
-		ddf_msg(LVL_NOTE, "Configure output converter format");
+		ddf_msg(LVL_DEBUG, "Configure output converter format");
 		rc = hda_set_converter_fmt(codec, out_aw, stream->fmt);
 		if (rc != EOK)
 			goto error;
 
-		ddf_msg(LVL_NOTE, "Configure output converter stream, channel");
+		ddf_msg(LVL_DEBUG, "Configure output converter stream, channel");
 		rc = hda_set_converter_ctl(codec, out_aw, stream->sid, 0);
 		if (rc != EOK)
@@ -674,10 +674,10 @@
 	/* Configure converter */
 
-	ddf_msg(LVL_NOTE, "Configure input converter format");
+	ddf_msg(LVL_DEBUG, "Configure input converter format");
 	rc = hda_set_converter_fmt(codec, codec->in_aw, stream->fmt);
 	if (rc != EOK)
 		goto error;
 
-	ddf_msg(LVL_NOTE, "Configure input converter stream, channel");
+	ddf_msg(LVL_DEBUG, "Configure input converter stream, channel");
 	rc = hda_set_converter_ctl(codec, codec->in_aw, stream->sid, 0);
 	if (rc != EOK)
Index: uspace/drv/audio/hdaudio/hdactl.c
===================================================================
--- uspace/drv/audio/hdaudio/hdactl.c	(revision 894afffe39510da73cb178e51a783998fa1697e4)
+++ uspace/drv/audio/hdaudio/hdactl.c	(revision cf786378f359876f2ac0ade15f52dc7f254a362b)
@@ -154,10 +154,10 @@
 	errno_t rc;
 
-	ddf_msg(LVL_NOTE, "hda_corb_init()");
+	ddf_msg(LVL_DEBUG, "hda_corb_init()");
 
 	/* Stop CORB if not stopped */
 	ctl = hda_reg8_read(&hda->regs->corbctl);
 	if ((ctl & BIT_V(uint8_t, corbctl_run)) != 0) {
-		ddf_msg(LVL_NOTE, "CORB is enabled, disabling first.");
+		ddf_msg(LVL_DEBUG, "CORB is enabled, disabling first.");
 		hda_reg8_write(&hda->regs->corbctl, ctl & ~BIT_V(uint8_t,
 		    corbctl_run));
@@ -176,5 +176,5 @@
 	corbsz = corbsz | selsz;
 
-	ddf_msg(LVL_NOTE, "Setting CORB Size register to 0x%x", corbsz);
+	ddf_msg(LVL_DEBUG, "Setting CORB Size register to 0x%x", corbsz);
 	hda_reg8_write(&hda->regs->corbsize, corbsz);
 	hda->ctl->corb_entries = hda_rb_entries(selsz);
@@ -190,9 +190,9 @@
 	if (rc != EOK) {
 		hda->ctl->corb_virt = NULL;
-		ddf_msg(LVL_NOTE, "Failed allocating DMA memory for CORB");
-		goto error;
-	}
-
-	ddf_msg(LVL_NOTE, "Set CORB base registers");
+		ddf_msg(LVL_ERROR, "Failed allocating DMA memory for CORB");
+		goto error;
+	}
+
+	ddf_msg(LVL_DEBUG, "Set CORB base registers");
 
 	/* Update CORB base registers */
@@ -200,5 +200,5 @@
 	hda_reg32_write(&hda->regs->corbubase, UPPER32(hda->ctl->corb_phys));
 
-	ddf_msg(LVL_NOTE, "Reset CORB Read/Write pointers");
+	ddf_msg(LVL_DEBUG, "Reset CORB Read/Write pointers");
 
 	/* Reset CORB Read Pointer */
@@ -206,5 +206,5 @@
 	    BIT_V(uint16_t, corbrp_rst));
 	if (rc != EOK) {
-		ddf_msg(LVL_NOTE, "Failed resetting CORBRP");
+		ddf_msg(LVL_ERROR, "Failed resetting CORBRP");
 		goto error;
 	}
@@ -215,9 +215,9 @@
 	/* Start CORB */
 	ctl = hda_reg8_read(&hda->regs->corbctl);
-	ddf_msg(LVL_NOTE, "CORBctl (0x%x) = 0x%x",
+	ddf_msg(LVL_DEBUG, "CORBctl (0x%x) = 0x%x",
 	    (unsigned)((void *)&hda->regs->corbctl - (void *)hda->regs), ctl | BIT_V(uint8_t, corbctl_run));
 	hda_reg8_write(&hda->regs->corbctl, ctl | BIT_V(uint8_t, corbctl_run));
 
-	ddf_msg(LVL_NOTE, "CORB initialized");
+	ddf_msg(LVL_DEBUG, "CORB initialized");
 	return EOK;
 error:
@@ -251,10 +251,10 @@
 	errno_t rc;
 
-	ddf_msg(LVL_NOTE, "hda_rirb_init()");
+	ddf_msg(LVL_DEBUG, "hda_rirb_init()");
 
 	/* Stop RIRB if not stopped */
 	ctl = hda_reg8_read(&hda->regs->rirbctl);
 	if ((ctl & BIT_V(uint8_t, rirbctl_run)) != 0) {
-		ddf_msg(LVL_NOTE, "RIRB is enabled, disabling first.");
+		ddf_msg(LVL_DEBUG, "RIRB is enabled, disabling first.");
 		hda_reg8_write(&hda->regs->corbctl, ctl & ~BIT_V(uint8_t,
 		    rirbctl_run));
@@ -273,5 +273,5 @@
 	rirbsz = rirbsz | (selsz << rirbsize_size_l);
 
-	ddf_msg(LVL_NOTE, "Setting RIRB Size register to 0x%x", rirbsz);
+	ddf_msg(LVL_DEBUG, "Setting RIRB Size register to 0x%x", rirbsz);
 	hda_reg8_write(&hda->regs->rirbsize, rirbsz);
 	hda->ctl->rirb_entries = hda_rb_entries(selsz);
@@ -287,9 +287,9 @@
 	if (rc != EOK) {
 		hda->ctl->rirb_virt = NULL;
-		ddf_msg(LVL_NOTE, "Failed allocating DMA memory for RIRB");
-		goto error;
-	}
-
-	ddf_msg(LVL_NOTE, "Set RIRB base registers");
+		ddf_msg(LVL_ERROR, "Failed allocating DMA memory for RIRB");
+		goto error;
+	}
+
+	ddf_msg(LVL_DEBUG, "Set RIRB base registers");
 
 	/* Update RIRB base registers */
@@ -297,5 +297,5 @@
 	hda_reg32_write(&hda->regs->rirbubase, UPPER32(hda->ctl->rirb_phys));
 
-	ddf_msg(LVL_NOTE, "Reset RIRB Write pointer");
+	ddf_msg(LVL_DEBUG, "Reset RIRB Write pointer");
 
 	/* Reset RIRB Write Pointer */
@@ -309,10 +309,10 @@
 	/* Start RIRB and enable RIRB interrupt */
 	ctl = hda_reg8_read(&hda->regs->rirbctl);
-	ddf_msg(LVL_NOTE, "RIRBctl (0x%x) = 0x%x",
+	ddf_msg(LVL_DEBUG, "RIRBctl (0x%x) = 0x%x",
 	    (unsigned)((void *)&hda->regs->rirbctl - (void *)hda->regs), ctl | BIT_V(uint8_t, rirbctl_run));
 	hda_reg8_write(&hda->regs->rirbctl, ctl | BIT_V(uint8_t, rirbctl_run) |
 	    BIT_V(uint8_t, rirbctl_int));
 
-	ddf_msg(LVL_NOTE, "RIRB initialized");
+	ddf_msg(LVL_DEBUG, "RIRB initialized");
 	return EOK;
 error:
@@ -479,5 +479,5 @@
 
 			if (hda->ctl->solrb_wp == hda->ctl->solrb_rp) {
-				ddf_msg(LVL_NOTE, "hda_solrb_read() - last ditch effort process RIRB");
+				ddf_msg(LVL_DEBUG, "hda_solrb_read() - last ditch effort process RIRB");
 				fibril_mutex_unlock(&hda->ctl->solrb_lock);
 				hda_ctl_process_rirb(hda->ctl);
@@ -486,5 +486,5 @@
 
 			if (hda->ctl->solrb_wp == hda->ctl->solrb_rp) {
-				ddf_msg(LVL_NOTE, "hda_solrb_read() time out");
+				ddf_msg(LVL_DEBUG, "hda_solrb_read() time out");
 				fibril_mutex_unlock(&hda->ctl->solrb_lock);
 				return ETIMEOUT;
@@ -525,5 +525,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "reg 0x%zx STATESTS = 0x%x",
+	ddf_msg(LVL_DEBUG, "reg 0x%zx STATESTS = 0x%x",
 	    (void *)&hda->regs->statests - (void *)hda->regs,
 	    hda_reg16_read(&hda->regs->statests));
@@ -534,5 +534,5 @@
 	hda_reg16_write(&hda->regs->statests, 0x7f);
 
-	ddf_msg(LVL_NOTE, "after clearing reg 0x%zx STATESTS = 0x%x",
+	ddf_msg(LVL_DEBUG, "after clearing reg 0x%zx STATESTS = 0x%x",
 	    (void *)&hda->regs->statests - (void *)hda->regs,
 	    hda_reg16_read(&hda->regs->statests));
@@ -540,9 +540,9 @@
 	gctl = hda_reg32_read(&hda->regs->gctl);
 	if ((gctl & BIT_V(uint32_t, gctl_crst)) != 0) {
-		ddf_msg(LVL_NOTE, "Controller not in reset. Resetting.");
+		ddf_msg(LVL_DEBUG, "Controller not in reset. Resetting.");
 		hda_reg32_write(&hda->regs->gctl, gctl & ~BIT_V(uint32_t, gctl_crst));
 	}
 
-	ddf_msg(LVL_NOTE, "Taking controller out of reset.");
+	ddf_msg(LVL_DEBUG, "Taking controller out of reset.");
 	hda_reg32_write(&hda->regs->gctl, gctl | BIT_V(uint32_t, gctl_crst));
 
@@ -552,9 +552,9 @@
 		gctl = hda_reg32_read(&hda->regs->gctl);
 		if ((gctl & BIT_V(uint32_t, gctl_crst)) != 0) {
-			ddf_msg(LVL_NOTE, "gctl=0x%x", gctl);
+			ddf_msg(LVL_DEBUG, "gctl=0x%x", gctl);
 			break;
 		}
 
-		ddf_msg(LVL_NOTE, "Waiting for controller to initialize.");
+		ddf_msg(LVL_DEBUG, "Waiting for controller to initialize.");
 		fibril_usleep(100 * 1000);
 		--cnt;
@@ -566,7 +566,7 @@
 	}
 
-	ddf_msg(LVL_NOTE, "Controller is out of reset.");
-
-	ddf_msg(LVL_NOTE, "Read GCAP");
+	ddf_msg(LVL_DEBUG, "Controller is out of reset.");
+
+	ddf_msg(LVL_DEBUG, "Read GCAP");
 	uint16_t gcap = hda_reg16_read(&hda->regs->gcap);
 	ctl->ok64bit = (gcap & BIT_V(uint16_t, gcap_64ok)) != 0;
@@ -574,16 +574,16 @@
 	ctl->iss = BIT_RANGE_EXTRACT(uint16_t, gcap_iss_h, gcap_iss_l, gcap);
 	ctl->bss = BIT_RANGE_EXTRACT(uint16_t, gcap_bss_h, gcap_bss_l, gcap);
-	ddf_msg(LVL_NOTE, "GCAP: 0x%x (64OK=%d)", gcap, ctl->ok64bit);
-	ddf_msg(LVL_NOTE, "iss: %d, oss: %d, bss: %d\n",
+	ddf_msg(LVL_DEBUG, "GCAP: 0x%x (64OK=%d)", gcap, ctl->ok64bit);
+	ddf_msg(LVL_DEBUG, "iss: %d, oss: %d, bss: %d\n",
 	    ctl->iss, ctl->oss, ctl->bss);
 	/* Give codecs enough time to enumerate themselves */
 	fibril_usleep(codec_enum_wait_us);
 
-	ddf_msg(LVL_NOTE, "STATESTS = 0x%x",
+	ddf_msg(LVL_DEBUG, "STATESTS = 0x%x",
 	    hda_reg16_read(&hda->regs->statests));
 
 	/* Enable interrupts */
 	intctl = hda_reg32_read(&hda->regs->intctl);
-	ddf_msg(LVL_NOTE, "intctl (0x%x) := 0x%x",
+	ddf_msg(LVL_DEBUG, "intctl (0x%x) := 0x%x",
 	    (unsigned)((void *)&hda->regs->intctl - (void *)hda->regs),
 	    intctl | BIT_V(uint32_t, intctl_gie) | BIT_V(uint32_t, intctl_cie));
@@ -600,13 +600,13 @@
 		goto error;
 
-	ddf_msg(LVL_NOTE, "call hda_codec_init()");
+	ddf_msg(LVL_DEBUG, "call hda_codec_init()");
 	hda->ctl->codec = hda_codec_init(hda, 0);
 	if (hda->ctl->codec == NULL) {
-		ddf_msg(LVL_NOTE, "hda_codec_init() failed");
-		goto error;
-	}
-
-	ddf_msg(LVL_NOTE, "intsts=0x%x", hda_reg32_read(&hda->regs->intsts));
-	ddf_msg(LVL_NOTE, "sdesc[%d].sts=0x%x",
+		ddf_msg(LVL_DEBUG, "hda_codec_init() failed");
+		goto error;
+	}
+
+	ddf_msg(LVL_DEBUG, "intsts=0x%x", hda_reg32_read(&hda->regs->intsts));
+	ddf_msg(LVL_DEBUG, "sdesc[%d].sts=0x%x",
 	    hda->ctl->iss, hda_reg8_read(&hda->regs->sdesc[hda->ctl->iss].sts));
 
@@ -622,5 +622,5 @@
 void hda_ctl_fini(hda_ctl_t *ctl)
 {
-	ddf_msg(LVL_NOTE, "hda_ctl_fini()");
+	ddf_msg(LVL_DEBUG, "hda_ctl_fini()");
 	hda_rirb_fini(ctl->hda);
 	hda_corb_fini(ctl->hda);
@@ -677,14 +677,14 @@
 void hda_ctl_dump_info(hda_ctl_t *ctl)
 {
-	ddf_msg(LVL_NOTE, "corbwp=%d, corbrp=%d",
+	ddf_msg(LVL_DEBUG, "corbwp=%d, corbrp=%d",
 	    hda_reg16_read(&ctl->hda->regs->corbwp),
 	    hda_reg16_read(&ctl->hda->regs->corbrp));
-	ddf_msg(LVL_NOTE, "corbctl=0x%x, corbsts=0x%x",
+	ddf_msg(LVL_DEBUG, "corbctl=0x%x, corbsts=0x%x",
 	    hda_reg8_read(&ctl->hda->regs->corbctl),
 	    hda_reg8_read(&ctl->hda->regs->corbsts));
-	ddf_msg(LVL_NOTE, "rirbwp=0x%x, soft-rirbrp=0x%zx",
+	ddf_msg(LVL_DEBUG, "rirbwp=0x%x, soft-rirbrp=0x%zx",
 	    hda_reg16_read(&ctl->hda->regs->rirbwp),
 	    ctl->rirb_rp);
-	ddf_msg(LVL_NOTE, "solrb_wp=0x%zx, solrb_rp=0x%zx",
+	ddf_msg(LVL_DEBUG, "solrb_wp=0x%zx, solrb_rp=0x%zx",
 	    ctl->solrb_wp, ctl->solrb_wp);
 }
Index: uspace/drv/audio/hdaudio/hdaudio.c
===================================================================
--- uspace/drv/audio/hdaudio/hdaudio.c	(revision 894afffe39510da73cb178e51a783998fa1697e4)
+++ uspace/drv/audio/hdaudio/hdaudio.c	(revision cf786378f359876f2ac0ade15f52dc7f254a362b)
@@ -163,5 +163,5 @@
 	errno_t rc;
 
-	ddf_msg(LVL_NOTE, "hda_dev_add()");
+	ddf_msg(LVL_DEBUG, "hda_dev_add()");
 	hw_res_list_parsed_init(&res);
 
@@ -175,5 +175,5 @@
 	fibril_mutex_initialize(&hda->lock);
 
-	ddf_msg(LVL_NOTE, "create parent sess");
+	ddf_msg(LVL_DEBUG, "create parent sess");
 	hda->parent_sess = ddf_dev_parent_sess_get(dev);
 	if (hda->parent_sess == NULL) {
@@ -183,5 +183,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "get HW res list");
+	ddf_msg(LVL_DEBUG, "get HW res list");
 	rc = hw_res_get_list_parsed(hda->parent_sess, &res, 0);
 	if (rc != EOK) {
@@ -199,5 +199,5 @@
 	hda->rwsize = RNGSZ(res.mem_ranges.ranges[0]);
 
-	ddf_msg(LVL_NOTE, "hda reg base: %" PRIx64,
+	ddf_msg(LVL_DEBUG, "hda reg base: %" PRIx64,
 	    RNGABS(res.mem_ranges.ranges[0]));
 
@@ -208,5 +208,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "enable PIO");
+	ddf_msg(LVL_DEBUG, "enable PIO");
 	rc = pio_enable((void *)(uintptr_t)hda->rwbase, hda->rwsize, &regs);
 	if (rc != EOK) {
@@ -217,5 +217,5 @@
 	hda->regs = (hda_regs_t *)regs;
 
-	ddf_msg(LVL_NOTE, "IRQs: %zu", res.irqs.count);
+	ddf_msg(LVL_DEBUG, "IRQs: %zu", res.irqs.count);
 	if (res.irqs.count != 1) {
 		ddf_msg(LVL_ERROR, "Unexpected IRQ count %zu (!= 1)",
@@ -223,5 +223,5 @@
 		goto error;
 	}
-	ddf_msg(LVL_NOTE, "interrupt no: %d", res.irqs.irqs[0]);
+	ddf_msg(LVL_DEBUG, "interrupt no: %d", res.irqs.irqs[0]);
 
 	ncmds_base = sizeof(hdaudio_irq_commands) / sizeof(irq_cmd_t);
@@ -256,5 +256,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "range0.base=%zu", hdaudio_irq_pio_ranges[0].base);
+	ddf_msg(LVL_DEBUG, "range0.base=%zu", hdaudio_irq_pio_ranges[0].base);
 
 	rc = hw_res_enable_interrupt(hda->parent_sess, res.irqs.irqs[0]);
@@ -281,5 +281,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "create function");
+	ddf_msg(LVL_DEBUG, "create function");
 	fun_pcm = ddf_fun_create(dev, fun_exposed, "pcm");
 	if (fun_pcm == NULL) {
@@ -323,5 +323,5 @@
 	hw_res_list_parsed_clean(&res);
 
-	ddf_msg(LVL_NOTE, "Failing hda_dev_add() -> %s", str_error_name(rc));
+	ddf_msg(LVL_DEBUG, "Failing hda_dev_add() -> %s", str_error_name(rc));
 	return rc;
 }
Index: uspace/drv/audio/hdaudio/pcm_iface.c
===================================================================
--- uspace/drv/audio/hdaudio/pcm_iface.c	(revision 894afffe39510da73cb178e51a783998fa1697e4)
+++ uspace/drv/audio/hdaudio/pcm_iface.c	(revision cf786378f359876f2ac0ade15f52dc7f254a362b)
@@ -92,5 +92,5 @@
 static errno_t hda_get_info_str(ddf_fun_t *fun, const char **name)
 {
-	ddf_msg(LVL_NOTE, "hda_get_info_str()");
+	ddf_msg(LVL_DEBUG, "hda_get_info_str()");
 	if (name)
 		*name = "High Definition Audio";
@@ -102,5 +102,5 @@
 	hda_t *hda = fun_to_hda(fun);
 
-	ddf_msg(LVL_NOTE, "hda_query_cap(%d)", cap);
+	ddf_msg(LVL_DEBUG, "hda_query_cap(%d)", cap);
 	switch (cap) {
 	case AUDIO_CAP_PLAYBACK:
@@ -129,5 +129,5 @@
 	errno_t rc = EOK;
 
-	ddf_msg(LVL_NOTE, "hda_test_format(%u, %u, %d)\n",
+	ddf_msg(LVL_DEBUG, "hda_test_format(%u, %u, %d)\n",
 	    *channels, *rate, *format);
 
@@ -157,5 +157,5 @@
 	hda_lock(hda);
 
-	ddf_msg(LVL_NOTE, "hda_get_buffer(): hda=%p", hda);
+	ddf_msg(LVL_DEBUG, "hda_get_buffer(): hda=%p", hda);
 	if (hda->pcm_buffers != NULL) {
 		hda_unlock(hda);
@@ -163,5 +163,5 @@
 	}
 
-	ddf_msg(LVL_NOTE, "hda_get_buffer() - allocate stream buffers");
+	ddf_msg(LVL_DEBUG, "hda_get_buffer() - allocate stream buffers");
 	rc = hda_stream_buffers_alloc(hda, &hda->pcm_buffers);
 	if (rc != EOK) {
@@ -171,10 +171,10 @@
 	}
 
-	ddf_msg(LVL_NOTE, "hda_get_buffer() - fill info");
+	ddf_msg(LVL_DEBUG, "hda_get_buffer() - fill info");
 	/* XXX This is only one buffer */
 	*buffer = hda->pcm_buffers->buf[0];
 	*size = hda->pcm_buffers->bufsize * hda->pcm_buffers->nbuffers;
 
-	ddf_msg(LVL_NOTE, "hda_get_buffer() returing EOK, buffer=%p, size=%zu",
+	ddf_msg(LVL_DEBUG, "hda_get_buffer() returing EOK, buffer=%p, size=%zu",
 	    *buffer, *size);
 
@@ -185,5 +185,5 @@
 static errno_t hda_get_buffer_position(ddf_fun_t *fun, size_t *pos)
 {
-	ddf_msg(LVL_NOTE, "hda_get_buffer_position()");
+	ddf_msg(LVL_DEBUG, "hda_get_buffer_position()");
 	return ENOTSUP;
 }
@@ -193,5 +193,5 @@
 	hda_t *hda = fun_to_hda(fun);
 
-	ddf_msg(LVL_NOTE, "hda_set_event_session()");
+	ddf_msg(LVL_DEBUG, "hda_set_event_session()");
 	hda_lock(hda);
 	hda->ev_sess = sess;
@@ -206,5 +206,5 @@
 	async_sess_t *sess;
 
-	ddf_msg(LVL_NOTE, "hda_get_event_session()");
+	ddf_msg(LVL_DEBUG, "hda_get_event_session()");
 
 	hda_lock(hda);
@@ -221,5 +221,5 @@
 	hda_lock(hda);
 
-	ddf_msg(LVL_NOTE, "hda_release_buffer()");
+	ddf_msg(LVL_DEBUG, "hda_release_buffer()");
 	if (hda->pcm_buffers == NULL) {
 		hda_unlock(hda);
@@ -240,5 +240,5 @@
 	errno_t rc;
 
-	ddf_msg(LVL_NOTE, "hda_start_playback()");
+	ddf_msg(LVL_DEBUG, "hda_start_playback()");
 	hda_lock(hda);
 
@@ -279,5 +279,5 @@
 	hda_t *hda = fun_to_hda(fun);
 
-	ddf_msg(LVL_NOTE, "hda_stop_playback()");
+	ddf_msg(LVL_DEBUG, "hda_stop_playback()");
 	hda_lock(hda);
 	hda_stream_stop(hda->pcm_stream);
@@ -299,5 +299,5 @@
 	errno_t rc;
 
-	ddf_msg(LVL_NOTE, "hda_start_capture()");
+	ddf_msg(LVL_DEBUG, "hda_start_capture()");
 	hda_lock(hda);
 
@@ -312,5 +312,5 @@
 	fmt = (fmt_base_44khz << fmt_base) | (fmt_bits_16 << fmt_bits_l) | 1;
 
-	ddf_msg(LVL_NOTE, "hda_start_capture() - create input stream");
+	ddf_msg(LVL_DEBUG, "hda_start_capture() - create input stream");
 	hda->pcm_stream = hda_stream_create(hda, sdir_input, hda->pcm_buffers,
 	    fmt);
@@ -338,5 +338,5 @@
 	hda_t *hda = fun_to_hda(fun);
 
-	ddf_msg(LVL_NOTE, "hda_stop_capture()");
+	ddf_msg(LVL_DEBUG, "hda_stop_capture()");
 	hda_lock(hda);
 	hda_stream_stop(hda->pcm_stream);
Index: uspace/drv/audio/hdaudio/stream.c
===================================================================
--- uspace/drv/audio/hdaudio/stream.c	(revision 894afffe39510da73cb178e51a783998fa1697e4)
+++ uspace/drv/audio/hdaudio/stream.c	(revision cf786378f359876f2ac0ade15f52dc7f254a362b)
@@ -101,5 +101,5 @@
 			goto error;
 
-		ddf_msg(LVL_NOTE, "Stream buf phys=0x%llx virt=%p",
+		ddf_msg(LVL_DEBUG, "Stream buf phys=0x%llx virt=%p",
 		    (unsigned long long)buffer_phys, buffer);
 
@@ -123,5 +123,5 @@
 	    0, &buffer_phys, &buffer);
 	if (rc != EOK) {
-		ddf_msg(LVL_NOTE, "dmamem_map_anon -> %s", str_error_name(rc));
+		ddf_msg(LVL_DEBUG, "dmamem_map_anon -> %s", str_error_name(rc));
 		goto error;
 	}
@@ -131,5 +131,5 @@
 		bufs->buf_phys[i] = buffer_phys + i * bufs->bufsize;
 
-		ddf_msg(LVL_NOTE, "Stream buf phys=0x%llx virt=%p",
+		ddf_msg(LVL_DEBUG, "Stream buf phys=0x%llx virt=%p",
 		    (long long unsigned)(uintptr_t)bufs->buf[i],
 		    (void *)bufs->buf_phys[i]);
@@ -246,7 +246,7 @@
 	stream->buffers = bufs;
 
-	ddf_msg(LVL_NOTE, "snum=%d sdidx=%d", stream->sid, stream->sdid);
-
-	ddf_msg(LVL_NOTE, "Configure stream descriptor");
+	ddf_msg(LVL_DEBUG, "snum=%d sdidx=%d", stream->sid, stream->sdid);
+
+	ddf_msg(LVL_DEBUG, "Configure stream descriptor");
 	hda_stream_desc_configure(stream);
 	return stream;
@@ -255,5 +255,5 @@
 void hda_stream_destroy(hda_stream_t *stream)
 {
-	ddf_msg(LVL_NOTE, "hda_stream_destroy()");
+	ddf_msg(LVL_DEBUG, "hda_stream_destroy()");
 	hda_stream_reset_noinit(stream);
 	free(stream);
@@ -262,5 +262,5 @@
 void hda_stream_start(hda_stream_t *stream)
 {
-	ddf_msg(LVL_NOTE, "hda_stream_start()");
+	ddf_msg(LVL_DEBUG, "hda_stream_start()");
 	hda_stream_set_run(stream, true);
 }
@@ -268,5 +268,5 @@
 void hda_stream_stop(hda_stream_t *stream)
 {
-	ddf_msg(LVL_NOTE, "hda_stream_stop()");
+	ddf_msg(LVL_DEBUG, "hda_stream_stop()");
 	hda_stream_set_run(stream, false);
 }
@@ -274,5 +274,5 @@
 void hda_stream_reset(hda_stream_t *stream)
 {
-	ddf_msg(LVL_NOTE, "hda_stream_reset()");
+	ddf_msg(LVL_DEBUG, "hda_stream_reset()");
 	hda_stream_reset_noinit(stream);
 	hda_stream_desc_configure(stream);
