Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.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-au1x00/au1000.h>
#include <asm/mach-au1x00/au1000_dma.h>
#include "psc.h"
Go to the source code of this file.
Data Structures | |
struct | pcm_period |
struct | audio_stream |
struct | alchemy_pcm_ctx |
Macros | |
#define | ALCHEMY_PCM_FMTS |
Functions | |
module_platform_driver (alchemy_pcmdma_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Au1000/Au1500/Au1100 Audio DMA driver") | |
MODULE_AUTHOR ("Manuel Lauss") | |
#define ALCHEMY_PCM_FMTS |
MODULE_AUTHOR | ( | "Manuel Lauss" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | alchemy_pcmdma_driver | ) |