Fixed ioctl code and added coeff setting example code
[aic34-eq] / kernel-2.6.28 / sound / soc / codecs / Kconfig
1 config SND_SOC_ALL_CODECS
2         tristate "Build all ASoC CODEC drivers"
3         depends on I2C
4         select SPI
5         select SPI_MASTER
6         select SND_SOC_AD73311
7         select SND_SOC_AK4535
8         select SND_SOC_CS4270
9         select SND_SOC_SSM2602
10         select SND_SOC_TLV320AIC23
11         select SND_SOC_TLV320AIC26
12         select SND_SOC_TLV320AIC3X
13         select SND_SOC_TWL4030
14         select SND_SOC_UDA1380
15         select SND_SOC_WM8510
16         select SND_SOC_WM8580
17         select SND_SOC_WM8731
18         select SND_SOC_WM8750
19         select SND_SOC_WM8753
20         select SND_SOC_WM8900
21         select SND_SOC_WM8903
22         select SND_SOC_WM8971
23         select SND_SOC_WM8990
24         help
25           Normally ASoC codec drivers are only built if a machine driver which
26           uses them is also built since they are only usable with a machine
27           driver.  Selecting this option will allow these drivers to be built
28           without an explicit machine driver for test and development purposes.
29
30           If unsure select "N".
31
32
33 config SND_SOC_AC97_CODEC
34         tristate
35         select SND_AC97_CODEC
36
37 config SND_SOC_AD1980
38         tristate
39
40 config SND_SOC_AD73311
41         tristate
42
43 config SND_SOC_AK4535
44         tristate
45
46 # Cirrus Logic CS4270 Codec
47 config SND_SOC_CS4270
48         tristate
49
50 # Cirrus Logic CS4270 Codec Hardware Mute Support
51 # Select if you have external muting circuitry attached to your CS4270.
52 config SND_SOC_CS4270_HWMUTE
53         bool
54         depends on SND_SOC_CS4270
55
56 # Cirrus Logic CS4270 Codec VD = 3.3V Errata
57 # Select if you are affected by the errata where the part will not function
58 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V.  The driver will
59 # not select any sample rates that require MCLK to be divided by 1.5.
60 config SND_SOC_CS4270_VD33_ERRATA
61         bool
62         depends on SND_SOC_CS4270
63
64 config SND_SOC_SSM2602
65         tristate
66
67 config SND_SOC_TLV320AIC23
68         tristate
69         depends on I2C
70
71 config SND_SOC_TLV320AIC26
72         tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
73         depends on SPI
74
75 config SND_SOC_TLV320AIC3X
76         tristate
77         select SND_HWDEP
78         depends on I2C
79
80 config SND_SOC_TWL4030
81         tristate
82         depends on TWL4030_CORE
83
84 config SND_SOC_UDA1380
85         tristate
86
87 config SND_SOC_WM8510
88         tristate
89
90 config SND_SOC_WM8580
91         tristate
92
93 config SND_SOC_WM8731
94         tristate
95
96 config SND_SOC_WM8750
97         tristate
98
99 config SND_SOC_WM8753
100         tristate
101
102 config SND_SOC_WM8900
103         tristate
104
105 config SND_SOC_WM8903
106         tristate
107
108 config SND_SOC_WM8971
109         tristate
110
111 config SND_SOC_WM8990
112         tristate
113
114 config SND_SOC_WM9712
115         tristate
116
117 config SND_SOC_WM9713
118         tristate