These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / tuners / si2157.h
index a564c4a..4db97ab 100644 (file)
@@ -34,6 +34,12 @@ struct si2157_config {
         * Spectral Inversion
         */
        bool inversion;
+
+       /*
+        * Port selection
+        * Select the RF interface to use (pins 9+11 or 12+13)
+        */
+       u8 if_port;
 };
 
 #endif