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

Commit 37f76176 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audio: enable AAC offload" into klp-dev

parents 5191a856 86e1713c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@ static int set_voice_volume_l(struct audio_device *adev, float volume);

static bool is_supported_format(audio_format_t format)
{
    if (format == AUDIO_FORMAT_MP3 /*||
        format == AUDIO_FORMAT_AAC */)
    if (format == AUDIO_FORMAT_MP3 ||
            format == AUDIO_FORMAT_AAC)
        return true;

    return false;