#include <linux/clk.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <linux/gpio.h>
#include <linux/module.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 OSK 5912" |
| ) |
|
module_exit |
( |
osk_soc_exit |
| ) |
|
module_init |
( |
osk_soc_init |
| ) |
|