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

Commit 1b715764 authored by Weiyin Jiang's avatar Weiyin Jiang
Browse files

hal: fix minor spelling error

WMAPRO is not standard format type, correct it to WMA_PRO.

CRs-Fixed: 851673
Change-Id: Ic52aad6995f62cbe24aabaf3580389c1b5f25557
parent 942a1f60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@

#ifndef WMA_OFFLOAD_ENABLED
#define AUDIO_FORMAT_WMA 0x13000000UL
#define AUDIO_FORMAT_WMAPRO 0x14000000UL
#define AUDIO_FORMAT_WMA_PRO 0x14000000UL
#endif

#ifndef ALAC_OFFLOAD_ENABLED