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/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