afh_common.c: Add documentation of afh_init().
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 22:18:58 +0000 (23:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 22:18:58 +0000 (23:18 +0100)
afh_common.c

index a1ea3c72ef49c2d5e538fe2a59a47670b164b238..5c283e27d5a0d05209a90e594d533b2af3e533a2 100644 (file)
@@ -75,6 +75,9 @@ static inline int next_audio_format(int format)
 /** Iterate over each supported audio format. */
 #define FOR_EACH_AUDIO_FORMAT(i) for (i = 0; afl[i].name; i = next_audio_format(i))
 
+/**
+ * Call the init function of each supported audio format handler.
+ */
 void afh_init(void)
 {
        int i;