Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
omap-hdmi.c File Reference
#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)
 

Macro Definition Documentation

#define DRV_NAME   "omap-hdmi-audio-dai"

Definition at line 40 of file omap-hdmi.c.

Function Documentation

MODULE_ALIAS ( "platform:"  DRV_NAME)
MODULE_AUTHOR ( "Jorge Candelaria <[email protected]>"  )
MODULE_AUTHOR ( "Ricardo Neri <[email protected]>"  )
MODULE_DESCRIPTION ( "OMAP HDMI SoC Interface )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( hdmi_dai_driver  )