Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae3340cb authored by Franklin Meng's avatar Franklin Meng Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11976): em28xx: set up tda9887_conf in em28xx_card_setup()



Added tda9887_conf set up into em28xx_card_setup()

Signed-off-by: default avatarFranklin Meng <fmeng2002@yahoo.com>
Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c874f3aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1978,6 +1978,9 @@ void em28xx_card_setup(struct em28xx *dev)
	if (em28xx_boards[dev->model].tuner_addr)
		dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;

	if (em28xx_boards[dev->model].tda9887_conf)
		dev->tda9887_conf = em28xx_boards[dev->model].tda9887_conf;

	/* request some modules */
	switch (dev->model) {
	case EM2820_BOARD_HAUPPAUGE_WINTV_USB_2: