diff options
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index f0689e064f06..ed7fb1df554d 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -941,6 +941,12 @@ static void frontend_init(struct budget_av *budget_av) | |||
941 | switch (saa->pci->subsystem_device) { | 941 | switch (saa->pci->subsystem_device) { |
942 | 942 | ||
943 | case SUBID_DVBS_KNC1: | 943 | case SUBID_DVBS_KNC1: |
944 | /* | ||
945 | * maybe that setting is needed for other dvb-s cards as well, | ||
946 | * but so far it has been only confirmed for this type | ||
947 | */ | ||
948 | budget_av->reinitialise_demod = 1; | ||
949 | /* fall through */ | ||
944 | case SUBID_DVBS_KNC1_PLUS: | 950 | case SUBID_DVBS_KNC1_PLUS: |
945 | case SUBID_DVBS_EASYWATCH_1: | 951 | case SUBID_DVBS_EASYWATCH_1: |
946 | if (saa->pci->subsystem_vendor == 0x1894) { | 952 | if (saa->pci->subsystem_vendor == 0x1894) { |