mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
[media] anysee: make remote controller optional
Do not compile remote controller when RC-core is disabled by Kconfig. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
cedda37015
commit
d5c6209068
1 changed files with 4 additions and 0 deletions
|
@ -1019,6 +1019,7 @@ static int anysee_tuner_attach(struct dvb_usb_adapter *adap)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(CONFIG_RC_CORE) || defined(CONFIG_RC_CORE_MODULE)
|
||||||
static int anysee_rc_query(struct dvb_usb_device *d)
|
static int anysee_rc_query(struct dvb_usb_device *d)
|
||||||
{
|
{
|
||||||
u8 buf[] = {CMD_GET_IR_CODE};
|
u8 buf[] = {CMD_GET_IR_CODE};
|
||||||
|
@ -1054,6 +1055,9 @@ static int anysee_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define anysee_get_rc_config NULL
|
||||||
|
#endif
|
||||||
|
|
||||||
static int anysee_ci_read_attribute_mem(struct dvb_ca_en50221 *ci, int slot,
|
static int anysee_ci_read_attribute_mem(struct dvb_ca_en50221 *ci, int slot,
|
||||||
int addr)
|
int addr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue