diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-28 06:44:27 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 13:16:27 +0300 |
commit | ede676c72d0b18f1c15300f7874370e771489a1c (patch) | |
tree | c7dfdd1d5cab37a8e73dc7d6079a8b94f176f23e /drivers/media/video/cx231xx/cx231xx-cards.c | |
parent | 9417bc6dd9de85944501f8f4ce8dd0e64135ca82 (diff) | |
download | linux-ede676c72d0b18f1c15300f7874370e771489a1c.tar.xz |
[media] add digital support for PV SBTVD hybrid
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-cards.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c index 7dc7a89d8961..4d0ab458fa64 100644 --- a/drivers/media/video/cx231xx/cx231xx-cards.c +++ b/drivers/media/video/cx231xx/cx231xx-cards.c @@ -410,7 +410,7 @@ struct cx231xx_board cx231xx_boards[] = { .gpio_pin_status_mask = 0x4001000, .tuner_i2c_master = 2, .demod_i2c_master = 1, - .has_dvb = 0, /* FIXME: need driver for mb86a20s */ + .has_dvb = 1, .demod_addr = 0x10, .norm = V4L2_STD_PAL_M, .input = {{ |