Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/clk.h>
#include <linux/module.h>
#include <sound/soc.h>
#include <linux/platform_data/asoc-s3c24xx_simtec.h>
#include "s3c24xx-i2s.h"
#include "s3c24xx_simtec.h"
Go to the source code of this file.
Macros | |
#define | CODEC_CLOCK 12000000 |
Functions | |
void | simtec_audio_init (struct snd_soc_pcm_runtime *rtd) |
EXPORT_SYMBOL_GPL (simtec_audio_init) | |
int __devinit | simtec_audio_core_probe (struct platform_device *pdev, struct snd_soc_card *card) |
EXPORT_SYMBOL_GPL (simtec_audio_core_probe) | |
int __devexit | simtec_audio_remove (struct platform_device *pdev) |
EXPORT_SYMBOL_GPL (simtec_audio_remove) | |
MODULE_AUTHOR ("Ben Dooks <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC Simtec Audio common support") | |
MODULE_LICENSE ("GPL") | |
#define CODEC_CLOCK 12000000 |
Definition at line 154 of file s3c24xx_simtec.c.
EXPORT_SYMBOL_GPL | ( | simtec_audio_init | ) |
EXPORT_SYMBOL_GPL | ( | simtec_audio_core_probe | ) |
EXPORT_SYMBOL_GPL | ( | simtec_audio_remove | ) |
MODULE_AUTHOR | ( | "Ben Dooks <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int __devinit simtec_audio_core_probe | ( | struct platform_device * | pdev, |
struct snd_soc_card * | card | ||
) |
Definition at line 316 of file s3c24xx_simtec.c.
void simtec_audio_init | ( | struct snd_soc_pcm_runtime * | rtd | ) |
Definition at line 135 of file s3c24xx_simtec.c.
int __devexit simtec_audio_remove | ( | struct platform_device * | pdev | ) |
Definition at line 374 of file s3c24xx_simtec.c.