blob: 78248808a9d8ba8f21be9dda7a28816c7ba3eeee [file] [log] [blame]
Richard Purdie7f137ab2006-10-06 18:38:37 +02001config SND_SOC_AC97_CODEC
2 tristate
Jaroslav Kysela2a405342007-01-22 12:59:08 +01003 depends on SND_SOC
Richard Purdie7f137ab2006-10-06 18:38:37 +02004
5config SND_SOC_WM8731
6 tristate
Jaroslav Kysela2a405342007-01-22 12:59:08 +01007 depends on SND_SOC
Richard Purdie7f137ab2006-10-06 18:38:37 +02008
9config SND_SOC_WM8750
10 tristate
Jaroslav Kysela2a405342007-01-22 12:59:08 +010011 depends on SND_SOC
Richard Purdie7f137ab2006-10-06 18:38:37 +020012
Liam Girdwood33703b72007-04-16 19:18:15 +020013config SND_SOC_WM8753
14 tristate
15 depends on SND_SOC
16
Richard Purdie7f137ab2006-10-06 18:38:37 +020017config SND_SOC_WM9712
18 tristate
Jaroslav Kysela2a405342007-01-22 12:59:08 +010019 depends on SND_SOC
Timur Tabib0c813c2007-07-31 18:18:44 +020020
21# Cirrus Logic CS4270 Codec
22config SND_SOC_CS4270
23 tristate
24 depends on SND_SOC
25
26# Cirrus Logic CS4270 Codec Hardware Mute Support
27# Select if you have external muting circuitry attached to your CS4270.
28config SND_SOC_CS4270_HWMUTE
29 bool
30 depends on SND_SOC_CS4270
31
32# Cirrus Logic CS4270 Codec VD = 3.3V Errata
33# Select if you are affected by the errata where the part will not function
34# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
35# not select any sample rates that require MCLK to be divided by 1.5.
36config SND_SOC_CS4270_VD33_ERRATA
37 bool
38 depends on SND_SOC_CS4270
39