Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <sound/soc.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include "ak4671.h"
Go to the source code of this file.
Data Structures | |
struct | ak4671_priv |
Macros | |
#define | AK4671_RATES |
#define | AK4671_FORMATS SNDRV_PCM_FMTBIT_S16_LE |
Functions | |
MODULE_DEVICE_TABLE (i2c, ak4671_i2c_id) | |
module_i2c_driver (ak4671_i2c_driver) | |
MODULE_DESCRIPTION ("ASoC AK4671 codec driver") | |
MODULE_AUTHOR ("Joonyoung Shim <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define AK4671_FORMATS SNDRV_PCM_FMTBIT_S16_LE |
#define AK4671_RATES |
MODULE_AUTHOR | ( | "Joonyoung Shim <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
ak4671_i2c_id | |||
) |
module_i2c_driver | ( | ak4671_i2c_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |