Kconfig 870 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. # Cirrus Logic CS4270 Codec
  17. config SND_SOC_CS4270
  18. tristate
  19. depends on SND_SOC
  20. # Cirrus Logic CS4270 Codec Hardware Mute Support
  21. # Select if you have external muting circuitry attached to your CS4270.
  22. config SND_SOC_CS4270_HWMUTE
  23. bool
  24. depends on SND_SOC_CS4270
  25. # Cirrus Logic CS4270 Codec VD = 3.3V Errata
  26. # Select if you are affected by the errata where the part will not function
  27. # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
  28. # not select any sample rates that require MCLK to be divided by 1.5.
  29. config SND_SOC_CS4270_VD33_ERRATA
  30. bool
  31. depends on SND_SOC_CS4270