Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0bdf755 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am f00b70e0: Merge "Force fixed volume for TTS stream" into mnc-dr-dev

* commit 'f00b70e0':
  Force fixed volume for TTS stream
parents 1e207a51 f00b70e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ const VolumeCurvePoint *Gains::sVolumeProfiles[AUDIO_STREAM_CNT]
    { // AUDIO_STREAM_TTS
      // "Transmitted Through Speaker": always silent except on DEVICE_CATEGORY_SPEAKER
        Gains::sSilentVolumeCurve,    // DEVICE_CATEGORY_HEADSET
        Gains::sLinearVolumeCurve, // DEVICE_CATEGORY_SPEAKER
        Gains::sFullScaleVolumeCurve, // DEVICE_CATEGORY_SPEAKER
        Gains::sSilentVolumeCurve,    // DEVICE_CATEGORY_EARPIECE
        Gains::sSilentVolumeCurve     // DEVICE_CATEGORY_EXT_MEDIA
    },