Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] rtl2832: add new tuner R828D

Use R820T config for R828D too as those are about same tuner.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
a26758ed 7315b933

+2
+1
drivers/media/dvb-frontends/rtl2832.c
··· 489 489 init = rtl2832_tuner_init_e4000; 490 490 break; 491 491 case RTL2832_TUNER_R820T: 492 + case RTL2832_TUNER_R828D: 492 493 len = ARRAY_SIZE(rtl2832_tuner_init_r820t); 493 494 init = rtl2832_tuner_init_r820t; 494 495 break;
+1
drivers/media/dvb-frontends/rtl2832.h
··· 53 53 #define RTL2832_TUNER_E4000 0x27 54 54 #define RTL2832_TUNER_FC0013 0x29 55 55 #define RTL2832_TUNER_R820T 0x2a 56 + #define RTL2832_TUNER_R828D 0x2b 56 57 u8 tuner; 57 58 }; 58 59