ASoC: Update config of SND_HWDEP

As CONFIG_SND_HWDEP is defined by default
in kernel tree, msm-pcm-routing-devdep.c file
in audio drivers gets compiled always.
kernel 4.9 is now enabled with 8953 compilation,
and result in failure on audio drivers component 1.0
due to above file.
Audio drivers component 2.0 is used for 8953 support,
but kernel 4.9 is common for audio drivers 1.0 and 2.0.
To fix above compilation issue, use CONFIG_SND_HWDEP_ROUTING
config instead of CONFIG_SND_HWDEP to compile
msm-pcm-routing-devdep.c file.

Change-Id: I19c4b0a56dbe6c4890ece645fcf100687f762f5d
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
diff --git a/config/sdm670autoconf.h b/config/sdm670autoconf.h
index 462862f..55f9548 100644
--- a/config/sdm670autoconf.h
+++ b/config/sdm670autoconf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 and
@@ -43,7 +43,7 @@
 #define CONFIG_SND_SOC_QDSP6V2 1
 #define CONFIG_SND_SOC_MSM_QDSP6V2_INTF 1
 #define CONFIG_QTI_PP 1
-#define CONFIG_SND_HWDEP 1
+#define CONFIG_SND_HWDEP_ROUTING 1
 #define CONFIG_DTS_EAGLE 1
 #define CONFIG_DOLBY_DS2 1
 #define CONFIG_DOLBY_LICENSE 1