|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/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/audio.h>#include <linux/platform_data/asoc-palm27x.h>#include "../codecs/wm9712.h"#include "pxa2xx-ac97.h"Go to the source code of this file.
Functions | |
| module_platform_driver (palm27x_wm9712_driver) | |
| MODULE_AUTHOR ("Marek Vasut <[email protected]>") | |
| MODULE_DESCRIPTION ("ALSA SoC Palm T|X, T5 and LifeDrive") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Marek Vasut <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | palm27x_wm9712_driver | ) |
1.8.2