Kconfig 859 B

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