#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/audio.h>
#include <mach/z2.h>
#include "../codecs/wm8750.h"
#include "pxa2xx-i2s.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Ken McGuire <[email protected]> |
, |
|
|
""Marek Vasut< marek.vasut @gmail.com >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"ALSA SoC ZipitZ2" |
| ) |
|