Index: uspace/srv/audio/hound/main.c
===================================================================
--- uspace/srv/audio/hound/main.c	(revision 7f9d97f3ef14161b0334989eea3a64581e2c86cc)
+++ uspace/srv/audio/hound/main.c	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
@@ -85,5 +85,5 @@
 	hound_iface.server = &hound;
 	hound_service_set_server_iface(&hound_iface);
-	async_set_client_connection(hound_connection_handler);
+	async_set_fallback_port_handler(hound_connection_handler, NULL);
 
 	service_id_t id = 0;
