Kconfig 378 B

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