Index: uspace/drv/audio/hdaudio/spec/codec.h
===================================================================
--- uspace/drv/audio/hdaudio/spec/codec.h	(revision 1412a184ceec2c69412551bb79d466c6637196ed)
+++ uspace/drv/audio/hdaudio/spec/codec.h	(revision dda58487beae06864d4a26c56ad58665b9ffdc22)
@@ -235,5 +235,5 @@
 	hda_out_amp_caps = 0x12,
 	/** Connection List Length */
-	hda_clist_len = 0xe,
+	hda_clist_len = 0x0e,
 	/** Supported Power States */
 	hda_supp_pwr_states = 0x0f,
@@ -275,4 +275,14 @@
 	fgrp_vdmfg = 0x02
 } hda_fgrp_type_t;
+
+/** Connection List Length Response bits */
+typedef enum {
+	/** Long Form */
+	cll_longform = 7,
+	/** Connection List Length (H) */
+	cll_len_h = 6,
+	/** Connection List Length (L) */
+	cll_len_l = 0
+} hda_clist_len_bits_t;
 
 /** Audio Widget Capabilities Bits */
