|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/pci.h>#include <linux/interrupt.h>#include <linux/dma-mapping.h>#include <sound/core.h>#include <asm/macio.h>#include <asm/dbdma.h>#include "../soundbus.h"#include "i2sbus.h"Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Johannes Berg <[email protected]>") | |
| MODULE_DESCRIPTION ("Apple Soundbus: I2S support") | |
| module_param (force, int, 0444) | |
| MODULE_PARM_DESC (force,"Force loading i2sbus even when"" no layout-id property is present") | |
| MODULE_DEVICE_TABLE (of, i2sbus_match) | |
| module_init (soundbus_i2sbus_init) | |
| module_exit (soundbus_i2sbus_exit) | |
| MODULE_AUTHOR | ( | "Johannes Berg <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | of | , |
| i2sbus_match | |||
| ) |
| module_exit | ( | soundbus_i2sbus_exit | ) |
| module_init | ( | soundbus_i2sbus_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2