Kconfig (7022b15e2a9f878fd5184586064c63352c3dd225) | Kconfig (89fe5117928b2c1272c9376362131ded561c91ad) |
---|---|
1config SND_SOC_AC97_CODEC 2 tristate | 1config SND_SOC_AC97_CODEC 2 tristate |
3 depends on SND_SOC | 3 select SND_AC97_CODEC |
4 5config SND_SOC_WM8731 6 tristate | 4 5config SND_SOC_WM8731 6 tristate |
7 depends on SND_SOC | |
8 9config SND_SOC_WM8750 10 tristate | 7 8config SND_SOC_WM8750 9 tristate |
11 depends on SND_SOC | |
12 13config SND_SOC_WM8753 14 tristate | 10 11config SND_SOC_WM8753 12 tristate |
15 depends on SND_SOC | |
16 17config SND_SOC_WM9712 18 tristate | 13 14config SND_SOC_WM9712 15 tristate |
19 depends on SND_SOC | |
20 21config SND_SOC_WM9713 22 tristate | 16 17config SND_SOC_WM9713 18 tristate |
23 depends on SND_SOC | |
24 25# Cirrus Logic CS4270 Codec 26config SND_SOC_CS4270 27 tristate | 19 20# Cirrus Logic CS4270 Codec 21config SND_SOC_CS4270 22 tristate |
28 depends on SND_SOC | |
29 30# Cirrus Logic CS4270 Codec Hardware Mute Support 31# Select if you have external muting circuitry attached to your CS4270. 32config SND_SOC_CS4270_HWMUTE 33 bool 34 depends on SND_SOC_CS4270 35 36# Cirrus Logic CS4270 Codec VD = 3.3V Errata 37# Select if you are affected by the errata where the part will not function 38# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will 39# not select any sample rates that require MCLK to be divided by 1.5. 40config SND_SOC_CS4270_VD33_ERRATA 41 bool 42 depends on SND_SOC_CS4270 43 44config SND_SOC_TLV320AIC3X 45 tristate | 23 24# Cirrus Logic CS4270 Codec Hardware Mute Support 25# Select if you have external muting circuitry attached to your CS4270. 26config SND_SOC_CS4270_HWMUTE 27 bool 28 depends on SND_SOC_CS4270 29 30# Cirrus Logic CS4270 Codec VD = 3.3V Errata 31# Select if you are affected by the errata where the part will not function 32# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will 33# not select any sample rates that require MCLK to be divided by 1.5. 34config SND_SOC_CS4270_VD33_ERRATA 35 bool 36 depends on SND_SOC_CS4270 37 38config SND_SOC_TLV320AIC3X 39 tristate |
46 depends on SND_SOC && I2C | 40 depends on I2C |