pthread_mutex_unlock(&capmt->capmt_mutex);
}
+#if CONFIG_LINUXDVB
static void
capmt_abort(capmt_t *capmt, int keystate)
{
}
pthread_mutex_unlock(&capmt->capmt_mutex);
}
+#endif
static void
capmt_process_key(capmt_t *capmt, uint8_t adapter, uint16_t seq,
}
}
+#if CONFIG_LINUXDVB
static void
handle_ca0(capmt_t *capmt) {
int i, ret, recvsock, adapter, nfds, cmd_size;
tvhpoll_destroy(capmt->capmt_poll);
capmt->capmt_poll = NULL;
}
+#endif
static void
handle_single(capmt_t *capmt)
tvhpoll_destroy(capmt->capmt_poll);
capmt->capmt_poll = NULL;
}
+
#if CONFIG_LINUXDVB
static void
handle_ca0_wrapper(capmt_t *capmt)