summaryrefslogtreecommitdiff
path: root/modules/oss/oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/oss/oss.c')
-rw-r--r--modules/oss/oss.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/oss/oss.c b/modules/oss/oss.c
index 38d34f3..3a3e938 100644
--- a/modules/oss/oss.c
+++ b/modules/oss/oss.c
@@ -20,6 +20,18 @@
#endif
+/**
+ * @defgroup oss oss
+ *
+ * Open Sound System (OSS) audio driver module
+ *
+ *
+ * References:
+ *
+ * http://www.4front-tech.com/linux.html
+ */
+
+
struct ausrc_st {
struct ausrc *as; /* inheritance */
int fd;