hal: audio_extn: enable speaker protection for tasha

Add speaker protection support for wsa speaker.

Change-Id: I5468b2875d0fd028e5c32f25c15b5de0095e7007
diff --git a/hal/platform_api.h b/hal/platform_api.h
index a89c267..e5ec2d6 100644
--- a/hal/platform_api.h
+++ b/hal/platform_api.h
@@ -122,4 +122,7 @@
 int platform_set_audio_device_interface(const char * device_name, const char *intf_name,
                                         const char * codec_type);
 void platform_set_gsm_mode(void *platform, bool enable);
+bool platform_can_enable_spkr_prot_on_device(snd_device_t snd_device);
+int platform_get_spkr_prot_acdb_id(snd_device_t snd_device);
+int platform_get_spkr_prot_snd_device(snd_device_t snd_device);
 #endif // AUDIO_PLATFORM_API_H