Kconfig 374 B

123456789101112
  1. if DAC_ES8311
  2. config ES8311_MAX_VOLUME
  3. int "Maximum DAC volume (dB)"
  4. range -60 0
  5. default -60
  6. help
  7. Maximum volume level in dB that corresponds to AirPlay volume 0 dB.
  8. The ES8311 register range is 0 dB to -95.5 dB.
  9. A value of -60 means AirPlay full volume maps to -60 dB on the DAC.
  10. endif # DAC_ES8311