Merge "asoc: sm6150: Add support for audio over display port"
diff --git a/asoc/sm6150.c b/asoc/sm6150.c
index 4aac78e..1849605 100644
--- a/asoc/sm6150.c
+++ b/asoc/sm6150.c
@@ -7752,7 +7752,7 @@
 			dev_dbg(dev, "%s: No DT match Ext Disp interface\n",
 				__func__);
 		} else {
-			if (auxpcm_audio_intf) {
+			if (ext_disp_audio_intf) {
 				memcpy(msm_sm6150_dai_links + total_links,
 					ext_disp_be_dai_link,
 					sizeof(ext_disp_be_dai_link));