mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #3910 from vpeter4/saa716x
linux: Update saa716x PCIe interface chipset patch
This commit is contained in:
commit
8309db1cdf
@ -1383,10 +1383,10 @@ index 0000000..6b52fc1
|
|||||||
+ break;
|
+ break;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ err = stv090x_set_gpio(fe, 2, 0, en, 0);
|
+ err = skystar2_stv090x_config.set_gpio(fe, 2, 0, en, 0);
|
||||||
+ if (err < 0)
|
+ if (err < 0)
|
||||||
+ goto exit;
|
+ goto exit;
|
||||||
+ err = stv090x_set_gpio(fe, 3, 0, sel, 0);
|
+ err = skystar2_stv090x_config.set_gpio(fe, 3, 0, sel, 0);
|
||||||
+ if (err < 0)
|
+ if (err < 0)
|
||||||
+ goto exit;
|
+ goto exit;
|
||||||
+
|
+
|
||||||
@ -1405,7 +1405,7 @@ index 0000000..6b52fc1
|
|||||||
+ else
|
+ else
|
||||||
+ value = 0;
|
+ value = 0;
|
||||||
+
|
+
|
||||||
+ err = stv090x_set_gpio(fe, 4, 0, value, 0);
|
+ err = skystar2_stv090x_config.set_gpio(fe, 4, 0, value, 0);
|
||||||
+ if (err < 0)
|
+ if (err < 0)
|
||||||
+ goto exit;
|
+ goto exit;
|
||||||
+
|
+
|
Loading…
x
Reference in New Issue
Block a user