Merge "agm: Enable all LPAIF interface"
diff --git a/service/src/device_hw_ep.c b/service/src/device_hw_ep.c
index 273825c..4e001c0 100644
--- a/service/src/device_hw_ep.c
+++ b/service/src/device_hw_ep.c
@@ -282,6 +282,8 @@
         cdc_dma_i2s_tdm_config->lpaif_type = LPAIF_AXI;
     else if (!strcmp(lpaif_type, "LPAIF_AUD"))
         cdc_dma_i2s_tdm_config->lpaif_type = LPAIF_AUD;
+    else if (!strcmp(lpaif_type, "LPAIF_SDR"))
+        cdc_dma_i2s_tdm_config->lpaif_type = LPAIF_SDR;
     else {
         AGM_LOGE("No matching lpaif_type found\n");
         return -EINVAL;