Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <linux/clk.h>
#include <linux/i2c.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include <asm/mach-types.h>
#include "../codecs/88pm860x-codec.h"
#include "pxa-ssp.h"
Go to the source code of this file.
Functions | |
module_init (saarb_init) | |
module_exit (saarb_exit) | |
MODULE_AUTHOR ("Haojian Zhuang <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC 88PM860x Saarb") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Haojian Zhuang <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ALSA SoC 88PM860x Saarb" | ) |
module_exit | ( | saarb_exit | ) |
module_init | ( | saarb_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |