/** Iterate over all slots. */
#define FOR_EACH_SLOT(_slot) for (_slot = 0; _slot < MAX_STREAM_SLOTS; _slot++)
-/**
- * para_audiod uses \p MAX_STREAM_SLOTS different slots, each of which may
- * be associated with a receiver/filter/writer triple. This array holds all
- * information on the status of these slots.
+/*
+ * para_audiod maintains MAX_STREAM_SLOTS different slots, each of which may
+ * be associated with a receiver/filter/writer triple.
*/
-struct slot_info slot[MAX_STREAM_SLOTS];
+static struct slot_info slot[MAX_STREAM_SLOTS];
/** The vss status flags audiod is interested in. */
enum vss_status_flags {