Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
lowland.c File Reference
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/jack.h>
#include <linux/gpio.h>
#include <linux/module.h>
#include "../codecs/wm5100.h"
#include "../codecs/wm9081.h"

Go to the source code of this file.

Macros

#define MCLK1_RATE   (44100 * 512)
 
#define CLKOUT_RATE   (44100 * 256)
 

Functions

 module_platform_driver (lowland_driver)
 
 MODULE_DESCRIPTION ("Lowland audio support")
 
 MODULE_AUTHOR ("Mark Brown <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:lowland")
 

Macro Definition Documentation

#define CLKOUT_RATE   (44100 * 256)

Definition at line 22 of file lowland.c.

#define MCLK1_RATE   (44100 * 512)

Definition at line 21 of file lowland.c.

Function Documentation

MODULE_ALIAS ( "platform:lowland"  )
MODULE_AUTHOR ( "Mark Brown <[email protected]>"  )
MODULE_DESCRIPTION ( "Lowland audio support )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( lowland_driver  )