audio_hal: add incall recording feature

The uplink, downlink and the combination of both can be
recorded using sound recorder app. Add support for incall
recording feature in audio HAL.

Change-Id: Ia828ab5b3af8044d82b6ef8eb989ae0ba9bbba16
diff --git a/hal/msm8974/platform.h b/hal/msm8974/platform.h
index dd8dfda..9d0ff24 100644
--- a/hal/msm8974/platform.h
+++ b/hal/msm8974/platform.h
@@ -138,6 +138,7 @@
 #define AUDIO_CAPTURE_PERIOD_COUNT 2
 
 #define DEEP_BUFFER_PCM_DEVICE 0
+#define AUDIO_RECORD_PCM_DEVICE 0
 #define MULTI_CHANNEL_PCM_DEVICE 1
 #define VOICE_CALL_PCM_DEVICE 2
 #define FM_PLAYBACK_PCM_DEVICE 5