Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/of_i2c.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include "../codecs/sgtl5000.h"
#include "imx-audmux.h"
Go to the source code of this file.
Data Structures | |
struct | imx_sgtl5000_data |
Macros | |
#define | DAI_NAME_SIZE 32 |
Functions | |
MODULE_DEVICE_TABLE (of, imx_sgtl5000_dt_ids) | |
module_platform_driver (imx_sgtl5000_driver) | |
MODULE_AUTHOR ("Shawn Guo <[email protected]>") | |
MODULE_DESCRIPTION ("Freescale i.MX SGTL5000 ASoC machine driver") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_ALIAS ("platform:imx-sgtl5000") | |
#define DAI_NAME_SIZE 32 |
Definition at line 23 of file imx-sgtl5000.c.
MODULE_ALIAS | ( | "platform:imx-sgtl5000" | ) |
MODULE_AUTHOR | ( | "Shawn Guo <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
imx_sgtl5000_dt_ids | |||
) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | imx_sgtl5000_driver | ) |