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

[media] dvb-core: define general callback value for demodulator

Allow use of that general callback for demod too.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
b748e6a9 852023b5

+1
+1
drivers/media/dvb/dvb-core/dvb_frontend.h
··· 384 384 void *analog_demod_priv; 385 385 struct dtv_frontend_properties dtv_property_cache; 386 386 #define DVB_FRONTEND_COMPONENT_TUNER 0 387 + #define DVB_FRONTEND_COMPONENT_DEMOD 1 387 388 int (*callback)(void *adapter_priv, int component, int cmd, int arg); 388 389 int id; 389 390 };