Index: uspace/drv/audio/hdaudio/codec.c
===================================================================
--- uspace/drv/audio/hdaudio/codec.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/drv/audio/hdaudio/codec.c	(revision e4fe58fe7830786a310443681c7ed7c799c23d34)
@@ -67,5 +67,6 @@
 	}
 	errno_t rc = hda_cmd(codec->hda, verb, resp);
-/*
+
+#if 0
 	if (resp != NULL) {
 		ddf_msg(LVL_NOTE, "verb 0x%" PRIx32 " -> 0x%" PRIx32, verb,
@@ -74,5 +75,5 @@
 		ddf_msg(LVL_NOTE, "verb 0x%" PRIx32, verb);
 	}
-*/
+#endif
 	return rc;
 }
@@ -448,9 +449,10 @@
 	}
 
-/*	if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) {
+#if 0
+	if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) {
 		ddf_msg(LVL_NOTE, "PIN %d will enable input");
-	    	pctl = pctl | BIT_V(uint8_t, pctl_input_enable);
-	}
-*/
+		pctl = pctl | BIT_V(uint8_t, pctl_input_enable);
+	}
+#endif
 	ddf_msg(LVL_NOTE, "Setting PIN %d ctl to 0x%x", aw, pctl);
 	rc = hda_set_pin_ctl(codec, aw, pctl);
