|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/dma-mapping.h>#include <linux/dmaengine.h>#include <linux/interrupt.h>#include <linux/module.h>#include <linux/platform_device.h>#include <sound/control.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <asm/siu.h>#include "siu.h"Go to the source code of this file.
Macros | |
| #define | GET_MAX_PERIODS(buf_bytes, period_bytes) ((buf_bytes) / (period_bytes)) |
| #define | PERIOD_OFFSET(buf_addr, period_num, period_bytes) ((buf_addr) + ((period_num) * (period_bytes))) |
| #define | RWF_STM_RD 0x01 /* Read in progress */ |
| #define | RWF_STM_WT 0x02 /* Write in progress */ |
Functions | |
| EXPORT_SYMBOL_GPL (siu_platform) | |
Variables | |
| struct siu_port * | siu_ports [SIU_PORT_NUM] |
| struct snd_soc_platform_driver | siu_platform |
| #define GET_MAX_PERIODS | ( | buf_bytes, | |
| period_bytes | |||
| ) | ((buf_bytes) / (period_bytes)) |
| EXPORT_SYMBOL_GPL | ( | siu_platform | ) |
1.8.2