|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/platform_device.h>#include <asm/mach-types.h>#include <mach/audio.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/soc.h>#include <sound/initval.h>#include <sound/ac97_codec.h>#include "pxa2xx-ac97.h"#include "../codecs/wm9713.h"Go to the source code of this file.
Macros | |
| #define | ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) |
| #define | AC97_GPIO_PULL 0x58 |
Functions | |
| module_platform_driver (mioa701_wm9713_driver) | |
| MODULE_AUTHOR ("Robert Jarzmik ([email protected])") | |
| MODULE_DESCRIPTION ("ALSA SoC WM9713 MIO A701") | |
| MODULE_LICENSE ("GPL") | |
| #define AC97_GPIO_PULL 0x58 |
Definition at line 61 of file mioa701_wm9713.c.
| #define ARRAY_AND_SIZE | ( | x | ) | (x), ARRAY_SIZE(x) |
Definition at line 59 of file mioa701_wm9713.c.
| MODULE_AUTHOR | ( | "Robert Jarzmik ([email protected])" | ) |
| MODULE_DESCRIPTION | ( | "ALSA SoC WM9713 MIO A701" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | mioa701_wm9713_driver | ) |
1.8.2