Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/tlv.h>
#include "ad193x.h"
Go to the source code of this file.
Data Structures | |
struct | ad193x_priv |
Functions | |
module_init (ad193x_modinit) | |
module_exit (ad193x_modexit) | |
MODULE_DESCRIPTION ("ASoC ad193x driver") | |
MODULE_AUTHOR ("Barry Song <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Barry Song <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ASoC ad193x driver" | ) |
module_exit | ( | ad193x_modexit | ) |
module_init | ( | ad193x_modinit | ) |
MODULE_LICENSE | ( | "GPL" | ) |