#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <asm/dma.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <linux/gpio.h>
#include <asm/portmux.h>
#include "../codecs/ad1980.h"
#include "bf5xx-ac97-pcm.h"
#include "bf5xx-ac97.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Cliff Cai" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ALSA SoC AD1980/1 BF5xx board (Obsolete)" |
| ) |
|
module_exit |
( |
bf5xx_board_exit |
| ) |
|
module_init |
( |
bf5xx_board_init |
| ) |
|