diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-14 07:11:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-19 08:45:27 -0500 |
commit | 6a58bc0f506c1825cb8f8b81a5123e26bf70902c (patch) | |
tree | 173ab53880d396100bcfe5e30fcc773632fe10a1 /drivers/media/video/saa7134/saa7134-cards.c | |
parent | 6183040680c56ec4bd3d7c9398cbc05e84d60c1f (diff) |
[media] saa7134: Fix digital mode on Kworld SBTVD
This patch fixes digital mode on Kworld SBTVD. Unfortunately, it disables
analog mode.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index b2426000e1d8..dea90a19043f 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -5179,7 +5179,11 @@ struct saa7134_board saa7134_boards[] = { | |||
5179 | [SAA7134_BOARD_KWORLD_PCI_SBTVD_FULLSEG] = { | 5179 | [SAA7134_BOARD_KWORLD_PCI_SBTVD_FULLSEG] = { |
5180 | .name = "Kworld PCI SBTVD/ISDB-T Full-Seg Hybrid", | 5180 | .name = "Kworld PCI SBTVD/ISDB-T Full-Seg Hybrid", |
5181 | .audio_clock = 0x00187de7, | 5181 | .audio_clock = 0x00187de7, |
5182 | #if 0 | ||
5182 | .tuner_type = TUNER_PHILIPS_TDA8290, | 5183 | .tuner_type = TUNER_PHILIPS_TDA8290, |
5184 | #else | ||
5185 | .tuner_type = UNSET, | ||
5186 | #endif | ||
5183 | .tuner_addr = ADDR_UNSET, | 5187 | .tuner_addr = ADDR_UNSET, |
5184 | .radio_type = UNSET, | 5188 | .radio_type = UNSET, |
5185 | .radio_addr = ADDR_UNSET, | 5189 | .radio_addr = ADDR_UNSET, |
@@ -5191,7 +5195,6 @@ struct saa7134_board saa7134_boards[] = { | |||
5191 | .vmux = 1, | 5195 | .vmux = 1, |
5192 | .amux = TV, | 5196 | .amux = TV, |
5193 | .tv = 1, | 5197 | .tv = 1, |
5194 | .gpio = 0x4000, | ||
5195 | #if 0 /* FIXME */ | 5198 | #if 0 /* FIXME */ |
5196 | }, { | 5199 | }, { |
5197 | .name = name_comp1, | 5200 | .name = name_comp1, |