#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/suspend.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include <asm/mach-au1x00/au1000.h>
#include "psc.h"
Go to the source code of this file.
Value:
Definition at line 57 of file i2sc.c.
#define AU1XI2SC_PMOPS NULL |
#define CFG_FM_LJ (1 << 7) /* left-justified */ |
#define CFG_FM_MASK (3 << 7) |
#define CFG_FM_RJ (2 << 7) /* right-justified */ |
#define CFG_ICK (1 << 12) /* clock invert */ |
#define CFG_PD (1 << 11) /* set to make I2SDIO INPUT */ |
#define CFG_RN (1 << 5) /* rx fifo en */ |
#define CFG_SZ_MASK (0x1f) |
#define CFG_TN (1 << 6) /* tx fifo en */ |
#define CFG_XU (1 << 25) /* tx underflow */ |
#define EN_D (1 << 1) /* DISable */ |
MODULE_AUTHOR |
( |
"Manuel Lauss" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Au1000/1500/1100 I2S ASoC driver" |
| ) |
|
module_platform_driver |
( |
au1xi2s_driver |
| ) |
|