Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: dvb: bump DVB API version

Bump the DVB API version in order userspace to be aware of the changes
recently implemented in enumerations for DVB-S2(X) and DVB-C2.

Related: commit 6508a50fe84f ("media: dvb: add DVB-C2 and DVB-S2X parameter values")

Link: https://lore.kernel.org/linux-media/20230110071421.31498-1-athoik@gmail.com
Cc: Robert Schlabbach <robert_s@gmx.net>
Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Athanasios Oikonomou and committed by
Mauro Carvalho Chehab
2a3f9d4d 1825788e

+1 -1
+1 -1
include/uapi/linux/dvb/version.h
··· 10 10 #define _DVBVERSION_H_ 11 11 12 12 #define DVB_API_VERSION 5 13 - #define DVB_API_VERSION_MINOR 11 13 + #define DVB_API_VERSION_MINOR 12 14 14 15 15 #endif /*_DVBVERSION_H_*/