|
Linux Kernel
3.7.1
|
#include <linux/clk.h>#include <linux/io.h>#include <linux/module.h>#include <linux/pm_runtime.h>#include <sound/soc.h>#include <sound/pcm_params.h>#include <linux/platform_data/asoc-s3c.h>#include <mach/dma.h>#include "dma.h"#include "pcm.h"Go to the source code of this file.
Data Structures | |
| struct | s3c_pcm_info |
Functions | |
| module_platform_driver (s3c_pcm_driver) | |
| MODULE_AUTHOR ("Jaswinder Singh, <[email protected]>") | |
| MODULE_DESCRIPTION ("S3C PCM Controller Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:samsung-pcm") | |
| #define S3C_PCM_DAI_DECLARE |
| #define S3C_PCM_RATES SNDRV_PCM_RATE_8000_96000 |
| MODULE_ALIAS | ( | "platform:samsung-pcm" | ) |
| MODULE_AUTHOR | ( | "Jaswinder | Singh, |
| < jassisinghbrar @gmail.com >" | |||
| ) |
| MODULE_DESCRIPTION | ( | "S3C PCM Controller Driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | s3c_pcm_driver | ) |
1.8.2