|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/interrupt.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/slab.h>#include <linux/dma-mapping.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <asm/mach-jz4740/dma.h>#include "jz4740-pcm.h"Go to the source code of this file.
Data Structures | |
| struct | jz4740_runtime_data |
Functions | |
| module_platform_driver (jz4740_pcm_driver) | |
| MODULE_AUTHOR ("Lars-Peter Clausen <[email protected]>") | |
| MODULE_DESCRIPTION ("Ingenic SoC JZ4740 PCM driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Lars-Peter Clausen <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Ingenic SoC JZ4740 PCM driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | jz4740_pcm_driver | ) |
1.8.2