#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/pcm_params.h>
#include <asm/blackfin.h>
#include <asm/cacheflush.h>
#include <asm/irq.h>
#include <asm/dma.h>
#include <asm/portmux.h>
#include "../codecs/ad193x.h"
#include "bf5xx-tdm-pcm.h"
#include "bf5xx-tdm.h"
Go to the source code of this file.
#define BF5XX_AD193X_DAIFMT |
MODULE_AUTHOR |
( |
"Barry Song" |
| ) |
|
module_exit |
( |
bf5xx_ad193x_exit |
| ) |
|
module_init |
( |
bf5xx_ad193x_init |
| ) |
|