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

Commit 908a1515 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam Committed by Pavankumar Kondeti
Browse files

soc: qcom: bam_dmux: Add new LCID BAM_DMUX_USB_DPL



Expose new logical channel ID to support the Data Port Logging[DPL]
feature. USB interface uses the new LCID to route the DPL traffic to PC.

CRs-Fixed: 757910
Change-Id: I781df69df7b7ef7ff417201a350d8bae01136563
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent d112533f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ enum {
	BAM_DMUX_DATA_REV_RMNET_6,
	BAM_DMUX_DATA_REV_RMNET_7,
	BAM_DMUX_DATA_REV_RMNET_8,
	BAM_DMUX_USB_DPL,
	BAM_DMUX_NUM_CHANNELS
};