Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
asoc-s3c24xx_simtec.h
Go to the documentation of this file.
1 /* arch/arm/plat-samsung/include/plat/audio-simtec.h
2  *
3  * Copyright 2008 Simtec Electronics
4  * http://armlinux.simtec.co.uk/
5  * Ben Dooks <[email protected]>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  *
11  * Simtec Audio support.
12 */
13 
24  unsigned int use_mpllin:1;
25  unsigned int output_cdclk:1;
26 
27  unsigned int have_mic:1;
28  unsigned int have_lout:1;
29 
30  int amp_gpio;
31  int amp_gain[2];
32 
34 };