Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 1 | config SND_SOC_AC97_CODEC |
| 2 | tristate |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 3 | select SND_AC97_CODEC |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 4 | |
Richard Purdie | 796d2ca | 2008-06-23 14:51:28 +0100 | [diff] [blame] | 5 | config SND_SOC_AK4535 |
| 6 | tristate |
| 7 | |
Philipp Zabel | b7482f5 | 2008-05-28 17:58:06 +0100 | [diff] [blame] | 8 | config SND_SOC_UDA1380 |
| 9 | tristate |
| 10 | |
Mark Brown | 5d42151 | 2008-06-05 13:49:32 +0100 | [diff] [blame] | 11 | config SND_SOC_WM8510 |
| 12 | tristate |
| 13 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 14 | config SND_SOC_WM8731 |
| 15 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 16 | |
| 17 | config SND_SOC_WM8750 |
| 18 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 19 | |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 20 | config SND_SOC_WM8753 |
| 21 | tristate |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 22 | |
Mark Brown | f10485e | 2008-06-05 13:49:33 +0100 | [diff] [blame] | 23 | config SND_SOC_WM8990 |
| 24 | tristate |
| 25 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 26 | config SND_SOC_WM9712 |
| 27 | tristate |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 28 | |
Liam Girdwood | 83ac08c | 2008-02-15 16:43:11 +0100 | [diff] [blame] | 29 | config SND_SOC_WM9713 |
| 30 | tristate |
Liam Girdwood | 83ac08c | 2008-02-15 16:43:11 +0100 | [diff] [blame] | 31 | |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 32 | # Cirrus Logic CS4270 Codec |
| 33 | config SND_SOC_CS4270 |
| 34 | tristate |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 35 | |
| 36 | # Cirrus Logic CS4270 Codec Hardware Mute Support |
| 37 | # Select if you have external muting circuitry attached to your CS4270. |
| 38 | config SND_SOC_CS4270_HWMUTE |
| 39 | bool |
| 40 | depends on SND_SOC_CS4270 |
| 41 | |
| 42 | # Cirrus Logic CS4270 Codec VD = 3.3V Errata |
| 43 | # Select if you are affected by the errata where the part will not function |
| 44 | # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will |
| 45 | # not select any sample rates that require MCLK to be divided by 1.5. |
| 46 | config SND_SOC_CS4270_VD33_ERRATA |
| 47 | bool |
| 48 | depends on SND_SOC_CS4270 |
| 49 | |
Vladimir Barinov | 44d0a87 | 2007-11-14 17:07:17 +0100 | [diff] [blame] | 50 | config SND_SOC_TLV320AIC3X |
| 51 | tristate |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 52 | depends on I2C |