ALSA: harmony - fix a typo
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / soc / codecs / Kconfig
CommitLineData
0c941615
MB
1config SND_SOC_ALL_CODECS
2 tristate "Build all ASoC CODEC drivers"
3 select I2C
4 select SPI
5 select SND_SOC_AK4535
6 select SND_SOC_UDA1380
7 select SND_SOC_WM8510
e88ba015 8 select SND_SOC_WM8580
0c941615
MB
9 select SND_SOC_WM8731
10 select SND_SOC_WM8750
11 select SND_SOC_WM8753
0e0e16a8 12 select SND_SOC_WM8900
f1c0a02f 13 select SND_SOC_WM8903
0c941615
MB
14 select SND_SOC_WM8990
15 select SND_SOC_CS4270
16 select SND_SOC_TLV320AIC26
17 select SND_SOC_TLV320AIC3X
18 help
19 Normally ASoC codec drivers are only built if a machine driver which
20 uses them is also built since they are only usable with a machine
21 driver. Selecting this option will allow these drivers to be built
22 without an explicit machine driver for test and development purposes.
23
24 If unsure select "N".
25
26
7f137ab6
RP
27config SND_SOC_AC97_CODEC
28 tristate
89fe5117 29 select SND_AC97_CODEC
7f137ab6 30
5f57dc8b
CC
31config SND_SOC_AD1980
32 tristate
33
796d2ca8
RP
34config SND_SOC_AK4535
35 tristate
36
b7482f52
PZ
37config SND_SOC_UDA1380
38 tristate
39
5d421516
MB
40config SND_SOC_WM8510
41 tristate
42
e88ba015
MB
43config SND_SOC_WM8580
44 tristate
45
7f137ab6
RP
46config SND_SOC_WM8731
47 tristate
7f137ab6
RP
48
49config SND_SOC_WM8750
50 tristate
7f137ab6 51
33703b73
LG
52config SND_SOC_WM8753
53 tristate
33703b73 54
0e0e16a8
MB
55config SND_SOC_WM8900
56 tristate
57
f1c0a02f
MB
58config SND_SOC_WM8903
59 tristate
60
f10485e7
MB
61config SND_SOC_WM8990
62 tristate
63
7f137ab6
RP
64config SND_SOC_WM9712
65 tristate
b0c813ce 66
83ac08c0
LG
67config SND_SOC_WM9713
68 tristate
83ac08c0 69
b0c813ce
TT
70# Cirrus Logic CS4270 Codec
71config SND_SOC_CS4270
72 tristate
b0c813ce
TT
73
74# Cirrus Logic CS4270 Codec Hardware Mute Support
75# Select if you have external muting circuitry attached to your CS4270.
76config SND_SOC_CS4270_HWMUTE
77 bool
78 depends on SND_SOC_CS4270
79
80# Cirrus Logic CS4270 Codec VD = 3.3V Errata
81# Select if you are affected by the errata where the part will not function
82# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
83# not select any sample rates that require MCLK to be divided by 1.5.
84config SND_SOC_CS4270_VD33_ERRATA
85 bool
86 depends on SND_SOC_CS4270
87
d8e3bb73
GL
88config SND_SOC_TLV320AIC26
89 tristate "TI TLV320AIC26 Codec support"
90 depends on SND_SOC && SPI
91
44d0a879
VB
92config SND_SOC_TLV320AIC3X
93 tristate
89fe5117 94 depends on I2C