1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Go to file
Olliver Schinagl c58d495688
dvb-core/dmxdev: Ensure ctx is a valid variable
When enabling CONFIG_DVB_MMAP the dvb_vb2_ctx is copied to a
non-existant variable ctx, which causes an obvious compilation error.

dvb-core/dmxdev.c: In function ‘dvb_dmxdev_ts_callback’:
dvb-core/dmxdev.c:495:17: error: ‘ctx’ undeclared (first use in this function)
  495 |                 ctx = &dmxdevfilter->vb2_ctx;
      |                 ^~~
dvb-core/dmxdev.c:495:17: note: each undeclared identifier is reported only once for each function it appears in

This was fixed upstream in commit 57868acc369a (media: videobuf2: Add new uAPI
for DVB streaming I/O, Mon Dec 18 22:35:53 2017 -0500) about 5 years
ago.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-06-06 16:08:17 +02:00
apps support bigger Winbond flashs. 2022-03-22 15:22:43 +01:00
ddbridge translate old attenuator propert to new MCI API 2022-02-20 23:16:52 +01:00
ddip initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
docs add comment about IOMMU 2022-01-14 20:23:32 +01:00
dvb-core dvb-core/dmxdev: Ensure ctx is a valid variable 2022-06-06 16:08:17 +02:00
frontends allow compilation against kerne dvb_core if KERNEL_DVB_CORE defined 2022-02-12 15:14:44 +01:00
include add backwards compatibility include 2022-02-11 16:08:50 +01:00
lib do not use diseqc for scif type 3 2022-05-02 21:38:43 +02:00
.gitignore Add gitignore 2015-08-05 18:37:42 +02:00
CHANGELOG new release 2017-05-17 19:42:25 +02:00
COPYING.GPLv2 add file with GPLv2 2018-03-22 19:20:29 +01:00
Kbuild allow compilation against kerne dvb_core if KERNEL_DVB_CORE defined 2022-02-12 15:14:44 +01:00
Makefile use dd_compat file and adjust fallthroughs 2022-02-12 15:07:59 +01:00
README.md Added install link 2021-03-09 22:14:14 +01:00

DDBridge Driver

Patches

We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).

Due to this and other changes not approved by us the kernel version of the ddbridge driver might contain incompatiblities to this driver package.

For installation instructions see:

http://support.digital-devices.eu/index.php?article=152

Prepare for Building

TBD

Building

TBD