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

Commit 9065e379 authored by Dhananjay Kumar's avatar Dhananjay Kumar
Browse files

audio: intial change to enable compilation on android-o

intial change to enable compilation on android-o.

Change-Id: Iea384881e421c1efd8355f680fd7291068193feb
parent 0cdfe375
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1204,7 +1204,6 @@ int get_snd_codec_id(audio_format_t format)
    case AUDIO_FORMAT_AAC_LATM:
        id = SND_AUDIOCODEC_AAC;
        break;
    case AUDIO_FORMAT_PCM_OFFLOAD:
    case AUDIO_FORMAT_PCM:
        id = SND_AUDIOCODEC_PCM;
        break;