hal: audio_extn: enable speaker protection for wsa analog mono speaker

Update required acdb ids and channel config for supporting
speaker protection in 8952 WSA Analog mode.

Change-Id: I2642ba8cf0fc5854cd26ceaf6f773786b87bff74
diff --git a/hal/audio_extn/fm.c b/hal/audio_extn/fm.c
index efc2307..0ef7c7e 100644
--- a/hal/audio_extn/fm.c
+++ b/hal/audio_extn/fm.c
@@ -251,7 +251,7 @@
                  * Currently, platform_get_wsa_mode will directly return
                  * 1 when wsa is in analog mode.
                  */
-                if (platform_get_wsa_mode(adev->platform) == 1) {
+                if (platform_get_wsa_mode(adev) == 1) {
                     fm_stop(adev);
                     fm_start(adev);
                 } else {