#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/gpio.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h"
#include "omap-pcm.h"
#include "../codecs/tlv320aic23.h"
Go to the source code of this file.
#define CODEC_CLOCK 12000000 |
MODULE_DESCRIPTION |
( |
"ALSA SoC OMAP3517 / AM3517 EVM" |
| ) |
|
module_exit |
( |
am3517evm_soc_exit |
| ) |
|
module_init |
( |
am3517evm_soc_init |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|