#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <variant/dmac.h>
#include "s6000-pcm.h"
#include "s6000-i2s.h"
Go to the source code of this file.
#define S6105_CAM_CODEC_CLOCK 12288000 |
MODULE_AUTHOR |
( |
"Daniel Gloeckner" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Stretch s6105 IP camera ASoC driver" |
| ) |
|
module_exit |
( |
s6105_exit |
| ) |
|
module_init |
( |
s6105_init |
| ) |
|