|
@@ -4323,13 +4323,13 @@ struct saa7134_board saa7134_boards[] = {
|
|
|
},
|
|
|
[SAA7134_BOARD_BEHOLD_COLUMBUS_TVFM] = {
|
|
|
/* Beholder Intl. Ltd. 2008 */
|
|
|
- /*Dmitry Belimov <d.belimov@gmail.com> */
|
|
|
- .name = "Beholder BeholdTV Columbus TVFM",
|
|
|
+ /* Dmitry Belimov <d.belimov@gmail.com> */
|
|
|
+ .name = "Beholder BeholdTV Columbus TV/FM",
|
|
|
.audio_clock = 0x00187de7,
|
|
|
.tuner_type = TUNER_ALPS_TSBE5_PAL,
|
|
|
- .radio_type = UNSET,
|
|
|
- .tuner_addr = ADDR_UNSET,
|
|
|
- .radio_addr = ADDR_UNSET,
|
|
|
+ .radio_type = TUNER_TEA5767,
|
|
|
+ .tuner_addr = 0xc2 >> 1,
|
|
|
+ .radio_addr = 0xc0 >> 1,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.gpiomask = 0x000A8004,
|
|
|
.inputs = {{
|