Kconfig 987 B

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