Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | IPSEL 0xFE400034 |
Functions | |
module_init (sh7760_ac97_init) | |
module_exit (sh7760_ac97_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Generic SH7760 AC97 sound machine") | |
MODULE_AUTHOR ("Manuel Lauss <[email protected]>") | |
#define IPSEL 0xFE400034 |
Definition at line 17 of file sh7760-ac97.c.
MODULE_AUTHOR | ( | "Manuel Lauss <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Generic SH7760 AC97 sound machine" | ) |
module_exit | ( | sh7760_ac97_exit | ) |
module_init | ( | sh7760_ac97_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |