Linux Kernel
3.7.1
|
#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 "../codecs/tlv320aic23.h"
#include "ep93xx-pcm.h"
Go to the source code of this file.
Macros | |
#define | CODEC_CLOCK 5644800 |
Functions | |
module_platform_driver (snappercl15_driver) | |
MODULE_AUTHOR ("Ryan Mallon") | |
MODULE_DESCRIPTION ("ALSA SoC Snapper CL15") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:snappercl15-audio") | |
#define CODEC_CLOCK 5644800 |
Definition at line 26 of file snappercl15.c.
MODULE_ALIAS | ( | "platform:snappercl15-audio" | ) |
MODULE_AUTHOR | ( | "Ryan Mallon" | ) |
MODULE_DESCRIPTION | ( | "ALSA SoC Snapper CL15" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | snappercl15_driver | ) |