#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/dma.h>
#include <asm/portmux.h>
#include <linux/gpio.h>
#include "../codecs/ssm2602.h"
#include "bf5xx-sport.h"
#include "bf5xx-i2s-pcm.h"
Go to the source code of this file.
#define BF5XX_SSM2602_DAIFMT |
MODULE_AUTHOR |
( |
"Cliff Cai" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ALSA SoC SSM2602 BF527-EZKIT" |
| ) |
|
module_exit |
( |
bf5xx_ssm2602_exit |
| ) |
|
module_init |
( |
bf5xx_ssm2602_init |
| ) |
|