Kconfig 999 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config SND_SOC_AC97_CODEC
  2. tristate
  3. select SND_AC97_CODEC
  4. config SND_SOC_AK4535
  5. tristate
  6. config SND_SOC_UDA1380
  7. tristate
  8. config SND_SOC_WM8510
  9. tristate
  10. config SND_SOC_WM8731
  11. tristate
  12. config SND_SOC_WM8750
  13. tristate
  14. config SND_SOC_WM8753
  15. tristate
  16. config SND_SOC_WM8990
  17. tristate
  18. config SND_SOC_WM9712
  19. tristate
  20. config SND_SOC_WM9713
  21. tristate
  22. # Cirrus Logic CS4270 Codec
  23. config SND_SOC_CS4270
  24. tristate
  25. # Cirrus Logic CS4270 Codec Hardware Mute Support
  26. # Select if you have external muting circuitry attached to your CS4270.
  27. config SND_SOC_CS4270_HWMUTE
  28. bool
  29. depends on SND_SOC_CS4270
  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.
  34. config SND_SOC_CS4270_VD33_ERRATA
  35. bool
  36. depends on SND_SOC_CS4270
  37. config SND_SOC_TLV320AIC3X
  38. tristate
  39. depends on I2C