mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
V4L/DVB (11976): em28xx: set up tda9887_conf in em28xx_card_setup()
Added tda9887_conf set up into em28xx_card_setup() Signed-off-by: Franklin Meng <fmeng2002@yahoo.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
c874f3aa7e
commit
ae3340cbf5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user