diff options
Diffstat (limited to 'drivers/sound/cs4232.h')
-rw-r--r-- | drivers/sound/cs4232.h | 11 |
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); |