diff --git a/mythtv/libs/libmythtv/recorders/dvbchannel.cpp b/mythtv/libs/libmythtv/recorders/dvbchannel.cpp
index 5ff4d8cedd..1de749446d 100644
|
a
|
b
|
static struct dtv_properties *dtvmultiplex_to_dtvproperties(
|
| 601 | 601 | cmdseq->props[c++].u.data = tuning.m_guardInterval; |
| 602 | 602 | cmdseq->props[c].cmd = DTV_HIERARCHY; |
| 603 | 603 | cmdseq->props[c++].u.data = tuning.m_hierarchy; |
| | 604 | |
| | 605 | // KdW test for ticket #11482 |
| | 606 | cmdseq->props[c].cmd = DTV_LNA; |
| | 607 | cmdseq->props[c++].u.data = 1; // LNA on |
| | 608 | // cmdseq->props[c++].u.data = 0; // LNA off |
| | 609 | // cmdseq->props[c++].u.data = (~0U); // LNA_AUTO |
| 604 | 610 | } |
| 605 | 611 | |
| 606 | 612 | if (tuning.m_modSys == DTVModulationSystem::kModulationSystem_DVBS2) |