#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include <asm/irq.h>
#include <asm/portmux.h>
#include <linux/mutex.h>
#include <linux/gpio.h>
#include "bf5xx-sport.h"
#include "bf5xx-tdm.h"
Go to the source code of this file.
#define bf5xx_tdm_resume NULL |
#define bf5xx_tdm_suspend NULL |
MODULE_AUTHOR |
( |
"Barry Song" |
| ) |
|
MODULE_DESCRIPTION |
( |
"TDM driver for ADI Blackfin" |
| ) |
|
module_platform_driver |
( |
bfin_tdm_driver |
| ) |
|