Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
adau1373.h
Go to the documentation of this file.
1 /*
2  * Analog Devices ADAU1373 Audio Codec drive
3  *
4  * Copyright 2011 Analog Devices Inc.
5  * Author: Lars-Peter Clausen <[email protected]>
6  *
7  * Licensed under the GPL-2 or later.
8  */
9 
10 #ifndef __SOUND_ADAU1373_H__
11 #define __SOUND_ADAU1373_H__
12 
18 };
19 
20 #define ADAU1373_DRC_SIZE 13
21 
26 
27  unsigned int num_drc;
29 
32 };
33 
34 #endif