Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
tegra_wm8903.c File Reference
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
#include <sound/core.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/tegra_wm8903.h>
#include "../codecs/wm8903.h"
#include "tegra_asoc_utils.h"

Go to the source code of this file.

Data Structures

struct  tegra_wm8903
 

Macros

#define DRV_NAME   "tegra-snd-wm8903"
 

Functions

 module_platform_driver (tegra_wm8903_driver)
 
 MODULE_AUTHOR ("Stephen Warren <[email protected]>")
 
 MODULE_DESCRIPTION ("Tegra+WM8903 machine ASoC driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:"DRV_NAME)
 
 MODULE_DEVICE_TABLE (of, tegra_wm8903_of_match)
 

Macro Definition Documentation

#define DRV_NAME   "tegra-snd-wm8903"

Definition at line 48 of file tegra_wm8903.c.

Function Documentation

MODULE_ALIAS ( "platform:"  DRV_NAME)
MODULE_AUTHOR ( "Stephen Warren <[email protected]>"  )
MODULE_DESCRIPTION ( "Tegra+WM8903 machine ASoC driver )
MODULE_DEVICE_TABLE ( of  ,
tegra_wm8903_of_match   
)
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( tegra_wm8903_driver  )