summaryrefslogtreecommitdiffstats
path: root/drivers/sound/cs4232.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/cs4232.h')
-rw-r--r--drivers/sound/cs4232.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/sound/cs4232.h b/drivers/sound/cs4232.h
new file mode 100644
index 000000000..7b5782199
--- /dev/null
+++ b/drivers/sound/cs4232.h
@@ -0,0 +1,11 @@
+/*
+ * cs4232.h
+ *
+ * Copyright: Christoph Hellwig <chhellwig@gmx.net>
+ *
+ */
+
+int probe_cs4232 (struct address_info *hw_config);
+void attach_cs4232 (struct address_info *hw_config);
+int probe_cs4232_mpu (struct address_info *hw_config);
+void attach_cs4232_mpu (struct address_info *hw_config);