From 2dd1f37a109792b262a4000c050f7a48a145f1c4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 11 Apr 2013 18:57:06 -0400 Subject: Fix f5a5b94 errors. Employ SW volume for select targets on SIM. Onda VX747 sim was missing a limits #define; #include limits.h in pcm_sw_volume.h. Simply use the software volume control for the SIM volume control rather than the SDL volume control when the target would have it natively. Change-Id: I8e924a2ff1b410f602452d2ea9b691efb82c931e --- firmware/export/pcm_sw_volume.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/pcm_sw_volume.h') diff --git a/firmware/export/pcm_sw_volume.h b/firmware/export/pcm_sw_volume.h index b86e78f500..b5d70654a1 100644 --- a/firmware/export/pcm_sw_volume.h +++ b/firmware/export/pcm_sw_volume.h @@ -24,6 +24,7 @@ #ifdef HAVE_SW_VOLUME_CONTROL #include +#include #define PCM_MUTE_LEVEL INT_MIN -- cgit v1.2.3