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

Commit 027c21bf authored by Udaya Mallavarapu's avatar Udaya Mallavarapu
Browse files

Migrate mpq demux driver from kernel 3.18 to 4.4



This change migrates all the relevant files consisting of the mpq
demux driver and its plugins, including the addition of TSPPv1 HW
driver.

The snapshot is taken as of msm-3.18,
'commit e12c33f73fb0 ("Merge defconfig: Enabling confg INET_DIAG_DESTROY")'

In addition, introduce a few code changes to reduce checkpatch
warnings, typos and other style issues.

CRs-Fixed: 1057562
Change-Id: I76c9a9e44755a4a77e6cffb1dc07f5b28c8b34b8
Signed-off-by: default avatarUdaya Mallavarapu <udaym@codeaurora.org>
parent 492d9de5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,3 +41,5 @@ endif # MSMB_CAMERA

source "drivers/media/platform/msm/vidc/Kconfig"
source "drivers/media/platform/msm/sde/Kconfig"
source "drivers/media/platform/msm/dvb/Kconfig"
source "drivers/media/platform/msm/broadcast/Kconfig"
+2 −0
Original line number Diff line number Diff line
@@ -5,3 +5,5 @@
obj-$(CONFIG_MSMB_CAMERA) += camera_v2/
obj-$(CONFIG_MSM_VIDC_V4L2) += vidc/
obj-y += sde/
obj-y += broadcast/
obj-$(CONFIG_DVB_MPQ) += dvb/
+14 −0
Original line number Diff line number Diff line
#
# MSM Broadcast subsystem drivers
#

config TSPP
	depends on ARCH_QCOM
	tristate "TSPP (Transport Stream Packet Processor) Support"
	---help---
	Transport Stream Packet Processor v1 is used to offload the
	processing of MPEG transport streams from the main processor.
	It is used to process incoming transport streams from TSIF
	to supports use-cases such as transport stream live play
	and recording.
	This can also be compiled as a loadable module.
+4 −0
Original line number Diff line number Diff line
#
# Makefile for MSM Broadcast subsystem drivers.
#
obj-$(CONFIG_TSPP) += tspp.o
+3094 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading