si2157.h (4ba24fef3eb3b142197135223b90ced2f319cd53) | si2157.h (ee3c3e46885946cc041f08ec68e7c5b91b087cbe) |
---|---|
1/* 2 * Silicon Labs Si2146/2147/2148/2157/2158 silicon tuner driver 3 * 4 * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 20 unchanged lines hidden (view full) --- 29 * frontend 30 */ 31 struct dvb_frontend *fe; 32 33 /* 34 * Spectral Inversion 35 */ 36 bool inversion; | 1/* 2 * Silicon Labs Si2146/2147/2148/2157/2158 silicon tuner driver 3 * 4 * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 20 unchanged lines hidden (view full) --- 29 * frontend 30 */ 31 struct dvb_frontend *fe; 32 33 /* 34 * Spectral Inversion 35 */ 36 bool inversion; |
37 38 /* 39 * Port selection 40 * Select the RF interface to use (pins 9+11 or 12+13) 41 */ 42 u8 if_port; |
|
37}; 38 39#endif | 43}; 44 45#endif |