#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/ad1836.h"
#include "bf5xx-tdm-pcm.h"
#include "bf5xx-tdm.h"
Go to the source code of this file.
#define BF5XX_AD1836_DAIFMT |
MODULE_AUTHOR |
( |
"Barry Song" |
| ) |
|
module_platform_driver |
( |
bf5xx_ad1836_driver |
| ) |
|