Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
spdif_in.c File Reference
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/spear_dma.h>
#include <sound/spear_spdif.h>
#include "spdif_in_regs.h"

Go to the source code of this file.

Data Structures

struct  spdif_in_params
 
struct  spdif_in_dev
 

Functions

 module_platform_driver (spdif_in_driver)
 
 MODULE_AUTHOR ("Vipin Kumar <[email protected]>")
 
 MODULE_DESCRIPTION ("SPEAr SPDIF IN SoC Interface")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:spdif_in")
 

Variables

struct snd_soc_dai_driver spdif_in_dai
 

Function Documentation

MODULE_ALIAS ( "platform:spdif_in"  )
MODULE_AUTHOR ( "Vipin Kumar <[email protected]>"  )
MODULE_DESCRIPTION ( "SPEAr SPDIF IN SoC Interface )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( spdif_in_driver  )

Variable Documentation

struct snd_soc_dai_driver spdif_in_dai
Initial value:
= {
.capture = {
.channels_min = 2,
.channels_max = 2,
},
.ops = &spdif_in_dai_ops,
}

Definition at line 160 of file spdif_in.c.