sdm670: Add more combination for fluence and ambisonic  profile

Add support for record_fluence and record_ambisonic profile with
different flag combination.

Change-Id: I9c2c89f085328d0a0e37fd620ab4de2fde942a26
diff --git a/configs/sdm670/audio_output_policy.conf b/configs/sdm670/audio_output_policy.conf
index 48036bb..8de9614 100644
--- a/configs/sdm670/audio_output_policy.conf
+++ b/configs/sdm670/audio_output_policy.conf
@@ -99,7 +99,7 @@
     bit_width 24
     app_type 69945
   }
-  record_fluence2 {
+  record_fluence {
     flags AUDIO_INPUT_FLAG_NONE
     profile record_fluence
     formats AUDIO_FORMAT_PCM_16_BIT
@@ -107,7 +107,7 @@
     bit_width 16
     app_type 69944
   }
-  record_fluence1 {
+  record_fluence_compress {
     flags AUDIO_INPUT_FLAG_COMPRESS
     profile record_fluence
     formats AUDIO_FORMAT_PCM_16_BIT
@@ -115,7 +115,7 @@
     bit_width 16
     app_type 69944
   }
-  record_fluence {
+  record_fluence_timestamp {
     flags AUDIO_INPUT_FLAG_TIMESTAMP
     profile record_fluence
     formats AUDIO_FORMAT_PCM_16_BIT
@@ -123,6 +123,14 @@
     bit_width 16
     app_type 69944
   }
+  record_fluence_compress_timestamp {
+    flags AUDIO_INPUT_FLAG_COMPRESS|AUDIO_INPUT_FLAG_TIMESTAMP
+    profile record_fluence
+    formats AUDIO_FORMAT_PCM_16_BIT
+    sampling_rates 16000|48000
+    bit_width 16
+    app_type 69944
+  }
   record_ambisonic_16 {
     profile record_ambisonic
     flags AUDIO_INPUT_FLAG_NONE
@@ -155,4 +163,20 @@
     bit_width 24
     app_type 69950
   }
+  record_ambisonic_compress_timestamp_16 {
+    profile record_ambisonic
+    flags AUDIO_INPUT_FLAG_COMPRESS|AUDIO_INPUT_FLAG_TIMESTAMP
+    formats AUDIO_FORMAT_PCM_16_BIT
+    sampling_rates 48000
+    bit_width 16
+    app_type 69949
+  }
+  record_ambisonic_compress_timestamp_24 {
+    profile record_ambisonic
+    flags AUDIO_INPUT_FLAG_COMPRESS|AUDIO_INPUT_FLAG_TIMESTAMP
+    formats AUDIO_FORMAT_PCM_24_BIT_PACKED
+    sampling_rates 48000
+    bit_width 24
+    app_type 69950
+  }
 }