Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/mfd/twl6040.h>
#include <linux/platform_data/omap-abe-twl6040.h>
#include <linux/module.h>
#include <linux/of.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include "omap-dmic.h"
#include "omap-mcpdm.h"
#include "omap-pcm.h"
#include "../codecs/twl6040.h"
Go to the source code of this file.
Data Structures | |
struct | abe_twl6040 |
Functions | |
MODULE_DEVICE_TABLE (of, omap_abe_of_match) | |
module_platform_driver (omap_abe_driver) | |
MODULE_AUTHOR ("Misael Lopez Cruz <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC for OMAP boards with ABE and twl6040 codec") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:omap-abe-twl6040") | |
MODULE_ALIAS | ( | "platform:omap-abe-twl6040" | ) |
MODULE_AUTHOR | ( | "Misael Lopez Cruz <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
omap_abe_of_match | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | omap_abe_driver | ) |