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/sdm845auto.conf b/config/sdm845auto.conf
index 5234e2b..4c195b4 100644
--- a/config/sdm845auto.conf
+++ b/config/sdm845auto.conf
@@ -27,7 +27,7 @@
 CONFIG_SND_SOC_QDSP6V2=y
 CONFIG_SND_SOC_WCD_MBHC_ADC=y
 CONFIG_QTI_PP=y
-CONFIG_SND_HWDEP=y
+CONFIG_SND_HWDEP_ROUTING=y
 CONFIG_DTS_EAGLE=y
 CONFIG_DOLBY_DS2=y
 CONFIG_DOLBY_LICENSE=y