msm: audio: qdsp6v2: Change config for RTAC

Change config for real-time audio calibration (RTAC)
since it is used by both 8660 and 8960.

Signed-off-by: Ben Romberger <bromberg@codeaurora.org>
diff --git a/include/sound/q6adm.h b/include/sound/q6adm.h
index 4b9eb90..ef6eb9e 100644
--- a/include/sound/q6adm.h
+++ b/include/sound/q6adm.h
@@ -42,7 +42,7 @@
 int adm_matrix_map(int session_id, int path, int num_copps,
 				unsigned int *port_id, int copp_id);
 
-#ifdef CONFIG_MSM8X60_RTAC
+#ifdef CONFIG_RTAC
 int adm_get_copp_id(int port_id);
 #endif
 
diff --git a/include/sound/q6asm.h b/include/sound/q6asm.h
index e3507ee..13e2846 100644
--- a/include/sound/q6asm.h
+++ b/include/sound/q6asm.h
@@ -252,7 +252,7 @@
 /* Client can set the IO mode to either AIO/SIO mode */
 int q6asm_set_io_mode(struct audio_client *ac, uint32_t mode);
 
-#ifdef CONFIG_MSM8X60_RTAC
+#ifdef CONFIG_RTAC
 /* Get Service ID for APR communication */
 int q6asm_get_apr_service_id(int session_id);
 #endif