diff options
| author | Antti Palosaari <[email protected]> | 2012-10-03 04:28:56 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-10-07 10:27:49 -0300 |
| commit | 33eebec55c94c755f5f4785e46a72af9238999e2 (patch) | |
| tree | 65fe0bd28133e7637cd1eac75787dd26d0cd0148 /include/linux | |
| parent | d92462401dde1effa04a51d0a15000e6246d2a43 (diff) | |
[media] dvb: LNA implementation changes
* use dvb property cache
* implement get (thus API minor++)
* PCTV 290e: 1=LNA ON, all the other values LNA OFF
Also fix PCTV 290e LNA comment, it is disabled by default
Hans and Mauro proposed use of cache implementation of get as they
were planning to extend LNA usage for analog side too.
Reported-by: Hans Verkuil <[email protected]>
Reported-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Antti Palosaari <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dvb/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h index 20e5eac2ffd3..827cce7e33e3 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h @@ -24,6 +24,6 @@ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 -#define DVB_API_VERSION_MINOR 8 +#define DVB_API_VERSION_MINOR 9 #endif /*_DVBVERSION_H_*/ |