Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce5655b6 authored by Meng Wang's avatar Meng Wang
Browse files

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: default avatarMeng Wang <mengw@codeaurora.org>
parent 1eaaa37d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3364,6 +3364,8 @@ static const struct of_device_id sdm660_asoc_machine_of_match[] = {
	  .data = "tavil_codec"},
	{ .compatible = "qcom,qcs605-dig-asoc-snd",
	  .data = "digital_codec"},
	{ .compatible = "qcom,qcs605-asoc-snd-tavil",
	  .data = "tavil_codec"},
	{},
};