Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ab8500-codec.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2012
3  *
4  * Author: Ola Lilja <[email protected]>
5  * for ST-Ericsson.
6  *
7  * License terms:
8  *
9  * This program is free software; you can redistribute it and/or modify it
10  * under the terms of the GNU General Public License version 2 as published
11  * by the Free Software Foundation.
12  */
13 
14 #ifndef AB8500_CORE_CODEC_H
15 #define AB8500_CORE_CODEC_H
16 
17 /* Mic-types */
18 enum amic_type {
21 };
22 
23 /* Mic-biases */
28 };
29 
30 /* Bias-voltage */
37 };
38 
39 /* Analog microphone settings */
40 struct amic_settings {
46 };
47 
48 /* Platform data structure for the audio-parts of the AB8500 */
52 };
53 
54 #endif