#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <asm/hardware/locomo.h>
#include <mach/poodle.h>
#include <mach/audio.h>
#include "../codecs/wm8731.h"
#include "pxa2xx-i2s.h"
Go to the source code of this file.
#define POODLE_AUDIO_CLOCK 12288000 |
MODULE_ALIAS |
( |
"platform:poodle-audio" |
| ) |
|
MODULE_AUTHOR |
( |
"Richard Purdie" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ALSA SoC Poodle" |
| ) |
|
module_platform_driver |
( |
poodle_driver |
| ) |
|