SPDIF driver is available but I didn't test it at all (no appropriate device). You would have to edit dtb file - find spdif node and replace status = "disabled"; to status = "okay";
Many thanks for your answer. I guess however I am doing something wrong here, as I still cannot see any spdif in my audio option. It is the first time I update a dtb file, so I might have missed something.
Here is what I did :
I copied /flash/sun8i-h3-orangepi-pc-plus.dtb to a linux computer, used dtc to uncompile it, change the status as suggested, compiled with dtc, and then copy back on the orangepi.
I have also found some threads mentioning /storage/.update, but copying my file here has no effect either.
What is the proper way to edit the dtb file ?
Quote
Note that this file will get overwritten every time you update.
Just out of curiosity, I there a specific reason for not activating spdif in the default dtb file provided in the image ?