mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/WeTek_Play: Update DVB driver
This commit is contained in:
parent
33fb94b48c
commit
b4ab1029ba
Binary file not shown.
@ -23,7 +23,7 @@ diff -Naur a/drivers/amlogic/Makefile b/drivers/amlogic/Makefile
|
|||||||
|
|
||||||
diff -Naur a/drivers/amlogic/wetek/avl6211.c b/drivers/amlogic/wetek/avl6211.c
|
diff -Naur a/drivers/amlogic/wetek/avl6211.c b/drivers/amlogic/wetek/avl6211.c
|
||||||
--- a/drivers/amlogic/wetek/avl6211.c 1970-01-01 01:00:00.000000000 +0100
|
--- a/drivers/amlogic/wetek/avl6211.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ b/drivers/amlogic/wetek/avl6211.c 2015-02-18 17:18:24.000000000 +0100
|
+++ b/drivers/amlogic/wetek/avl6211.c 2015-02-18 21:13:05.000000000 +0100
|
||||||
@@ -0,0 +1,1979 @@
|
@@ -0,0 +1,1979 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Driver for the Availink AVL6211+AV2011 DVB-S/S2 demod+tuner
|
+ * Driver for the Availink AVL6211+AV2011 DVB-S/S2 demod+tuner
|
||||||
@ -1300,7 +1300,7 @@ diff -Naur a/drivers/amlogic/wetek/avl6211.c b/drivers/amlogic/wetek/avl6211.c
|
|||||||
+ if (!state->gpio_on) {
|
+ if (!state->gpio_on) {
|
||||||
+ state->gpio_on = true;
|
+ state->gpio_on = true;
|
||||||
+ if (state->config->set_external_vol_gpio)
|
+ if (state->config->set_external_vol_gpio)
|
||||||
+ state->config->set_external_vol_gpio(&state->demod_id, voltage);
|
+ state->config->set_external_vol_gpio(&state->demod_id, 1);
|
||||||
+ }
|
+ }
|
||||||
+ return 0;
|
+ return 0;
|
||||||
+err:
|
+err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user