Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
#include "omap-mcbsp.h"
#include "omap-pcm.h"
Go to the source code of this file.
Macros | |
#define | OMAP3_PANDORA_DAC_POWER_GPIO 118 |
#define | OMAP3_PANDORA_AMP_POWER_GPIO 14 |
#define | PREFIX "ASoC omap3pandora: " |
Functions | |
module_init (omap3pandora_soc_init) | |
module_exit (omap3pandora_soc_exit) | |
MODULE_AUTHOR ("Grazvydas Ignotas <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC OMAP3 Pandora") | |
MODULE_LICENSE ("GPL") | |
#define OMAP3_PANDORA_AMP_POWER_GPIO 14 |
Definition at line 40 of file omap3pandora.c.
#define OMAP3_PANDORA_DAC_POWER_GPIO 118 |
Definition at line 39 of file omap3pandora.c.
#define PREFIX "ASoC omap3pandora: " |
Definition at line 42 of file omap3pandora.c.
MODULE_AUTHOR | ( | "Grazvydas Ignotas <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ALSA SoC OMAP3 Pandora" | ) |
module_exit | ( | omap3pandora_soc_exit | ) |
module_init | ( | omap3pandora_soc_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |