]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/tuners/si2157.h
Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm into clk...
[karo-tx-linux.git] / drivers / media / tuners / si2157.h
index a564c4a9fba7e6cf510e97a87f4930836abb34f5..4db97ab744d6b3f8ac7d55e6cbf7bf649a63390e 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