hal: fix minor spelling error
WMAPRO is not standard format type, correct it to WMA_PRO.
CRs-Fixed: 851673
Change-Id: Ic52aad6995f62cbe24aabaf3580389c1b5f25557
diff --git a/hal/audio_extn/audio_extn.h b/hal/audio_extn/audio_extn.h
index e7e2418..3e38d2b 100644
--- a/hal/audio_extn/audio_extn.h
+++ b/hal/audio_extn/audio_extn.h
@@ -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