hal: enable haptic usecase to send app type cfg

Haptic usecase was not included to send app type config to driver.
During session open driver sets incorrect rtac audio calibration
information and so during real time calibration the tool displays
no COPP information. So include haptic usecase to send app type
configuration.

CRs-Fixed: 2488580
Change-Id: Iae4c4442cd9312a1271876e663fe14ead4c36c54
diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c
index 30bc10d..fa113be 100644
--- a/hal/audio_extn/utils.c
+++ b/hal/audio_extn/utils.c
@@ -1134,6 +1134,7 @@
         goto exit_send_app_type_cfg;
     }
     if ((usecase->id != USECASE_AUDIO_PLAYBACK_DEEP_BUFFER) &&
+        (usecase->id != USECASE_AUDIO_PLAYBACK_WITH_HAPTICS) &&
         (usecase->id != USECASE_AUDIO_PLAYBACK_LOW_LATENCY) &&
         (usecase->id != USECASE_AUDIO_PLAYBACK_MULTI_CH) &&
         (usecase->id != USECASE_AUDIO_PLAYBACK_ULL) &&