>From def9af723ae3b50e4f5f4acd8451d033085bb0fc Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Thu, 4 Sep 2008 14:46:31 +0200 Subject: [PATCH] DVB API update: make delivery system standalone Eventhough the delivery system is made standalone, DVBFE_SET_DELSYS needs to be set as the very first operation, for a multistandard frontend. Splitting delivery system out as a new ioctl, makes things a bit more easier to understand. From: Manu Abraham Signed-off-by: Manu Abraham drivers/media/dvb/dvb-core/dvb_frontend.c | 20 +++++++++++++------- drivers/media/dvb/dvb-core/dvb_frontend.h | 1 + include/linux/dvb/frontend.h | 8 ++------ 3 files changed, 16 insertions(+), 13 deletions(-)