Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/asound.h>
#include <sound/asoundef.h>
#include <video/omapdss.h>
#include "omap-pcm.h"
#include "omap-hdmi.h"
Go to the source code of this file.
Data Structures | |
struct | hdmi_priv |
Macros | |
#define | DRV_NAME "omap-hdmi-audio-dai" |
Functions | |
module_platform_driver (hdmi_dai_driver) | |
MODULE_AUTHOR ("Jorge Candelaria <[email protected]>") | |
MODULE_AUTHOR ("Ricardo Neri <[email protected]>") | |
MODULE_DESCRIPTION ("OMAP HDMI SoC Interface") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:"DRV_NAME) | |
Definition at line 40 of file omap-hdmi.c.
MODULE_ALIAS | ( | "platform:" | DRV_NAME | ) |
MODULE_AUTHOR | ( | "Jorge Candelaria <[email protected]>" | ) |
MODULE_AUTHOR | ( | "Ricardo Neri <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | hdmi_dai_driver | ) |