diff options
author | Stefan Pöschel <basic.master@gmx.de> | 2016-01-04 22:16:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-01 12:04:06 +0100 |
commit | b8278f8b961a6a65a4939f646483866fb5bef112 (patch) | |
tree | 6d2cfd1964d1ccd6a545eca7852dc3a347481444 /drivers/media/usb/dvb-usb-v2/af9035.h | |
parent | [media] dw2102: Add support for Terratec Cinergy S2 USB BOX (diff) | |
download | linux-b8278f8b961a6a65a4939f646483866fb5bef112.tar.xz linux-b8278f8b961a6a65a4939f646483866fb5bef112.zip |
[media] af9035: add support for 2nd tuner of MSI DigiVox Diversity
PIP tested with VLC. Diversity tested with the Windows driver.
Signed-off-by: Stefan Pöschel <basic.master@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/af9035.h')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/af9035.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.h b/drivers/media/usb/dvb-usb-v2/af9035.h index 416a97f05ec8..df22001f9e41 100644 --- a/drivers/media/usb/dvb-usb-v2/af9035.h +++ b/drivers/media/usb/dvb-usb-v2/af9035.h @@ -112,9 +112,10 @@ static const u32 clock_lut_it9135[] = { * 0 TS * 1 DCA + PIP * 3 PIP + * 5 DCA + PIP * n DCA * - * Values 0 and 3 are seen to this day. 0 for single TS and 3 for dual TS. + * Values 0, 3 and 5 are seen to this day. 0 for single TS and 3/5 for dual TS. */ #define EEPROM_BASE_AF9035 0x42fd |