Kconfig 389 B

123456789101112
  1. if DAC_TAS58XX
  2. config TAS58XX_MAX_VOLUME
  3. int "Maximum DAC volume (dB)"
  4. range -100 0
  5. default -10
  6. help
  7. Maximum volume level in dB that corresponds to AirPlay volume 0 dB.
  8. The TAS5825M DIG_VOL register range is +24 dB to -103 dB.
  9. A value of -10 means AirPlay full volume maps to -10 dB on the DAC.
  10. endif # DAC_TAS58XX