Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
l3.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <sound/l3.h>

Go to the source code of this file.

Functions

int l3_write (struct l3_pins *adap, u8 addr, u8 *data, int len)
 
 EXPORT_SYMBOL_GPL (l3_write)
 
 MODULE_DESCRIPTION ("L3 bit-banging driver")
 
 MODULE_AUTHOR ("Christian Pellegrin <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL_GPL ( l3_write  )
int l3_write ( struct l3_pins adap,
u8  addr,
u8 data,
int  len 
)

Definition at line 67 of file l3.c.

MODULE_AUTHOR ( "Christian Pellegrin <[email protected]>"  )
MODULE_DESCRIPTION ( "L3 bit-banging driver )
MODULE_LICENSE ( "GPL"  )