Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "imx-ssi.h"
#include "../codecs/wm8350.h"
#include "imx-audmux.h"
Go to the source code of this file.
Data Structures | |
struct | _wm8350_audio |
Functions | |
module_init (wm1133_ev1_audio_init) | |
module_exit (wm1133_ev1_audio_exit) | |
MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
MODULE_DESCRIPTION ("Audio for WM1133-EV1 on i.MX31ADS") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Audio for WM1133-EV1 on i.MX31ADS" | ) |
module_exit | ( | wm1133_ev1_audio_exit | ) |
module_init | ( | wm1133_ev1_audio_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |