#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <linux/clk.h>
#include <linux/i2c.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include <asm/mach-types.h>
#include "../codecs/88pm860x-codec.h"
#include "pxa-ssp.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Haojian Zhuang <haojian.zhuang@marvell.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ALSA SoC 88PM860x Tavor EVB3" |
| ) |
|
module_exit |
( |
tavorevb3_exit |
| ) |
|
module_init |
( |
tavorevb3_init |
| ) |
|