#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/i2c/twl.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/gpio.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
#include <linux/mfd/twl4030-audio.h>
#include <linux/module.h>
#include "omap-mcbsp.h"
#include "omap-pcm.h"
Go to the source code of this file.
#define TWL4030_GPIO6_PWM0_MUTE |
( |
|
value | ) |
(value << 2) |
#define TWL4030_INTBR_PMBR1 0x0D |
MODULE_DESCRIPTION |
( |
"ALSA SoC SDP3430" |
| ) |
|
module_exit |
( |
sdp3430_soc_exit |
| ) |
|
module_init |
( |
sdp3430_soc_init |
| ) |
|