Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/wm1250-ev1.h>
Go to the source code of this file.
Data Structures | |
struct | wm1250_priv |
Macros | |
#define | WM1250_EV1_RATES |
Functions | |
MODULE_DEVICE_TABLE (i2c, wm1250_ev1_i2c_id) | |
module_i2c_driver (wm1250_ev1_i2c_driver) | |
MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
MODULE_DESCRIPTION ("WM1250-EV1 audio I/O module driver") | |
MODULE_LICENSE ("GPL") | |
#define WM1250_EV1_RATES |
Definition at line 124 of file wm1250-ev1.c.
MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
wm1250_ev1_i2c_id | |||
) |
module_i2c_driver | ( | wm1250_ev1_i2c_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |