ASoC: msm: add match table for qcs605 device with wcd9341

QCS605 IPC device is attached with wcd9341. Add match table
to register sound card for it.

Change-Id: Ica758a103e4e9481dedcb8761189443470298c2c
Signed-off-by: Meng Wang <mengw@codeaurora.org>
diff --git a/asoc/sdm660-common.c b/asoc/sdm660-common.c
index 3695ae5..093eef4 100644
--- a/asoc/sdm660-common.c
+++ b/asoc/sdm660-common.c
@@ -3364,6 +3364,8 @@
 	  .data = "tavil_codec"},
 	{ .compatible = "qcom,qcs605-dig-asoc-snd",
 	  .data = "digital_codec"},
+	{ .compatible = "qcom,qcs605-asoc-snd-tavil",
+	  .data = "tavil_codec"},
 	{},
 };