Robert Lowery wrote:
> Mauro,
> 
> I had to make 2 changes to get the patch to work for me
> 
> see below
> 
> HTH
> 
> -Rob
> 
>> +            if (priv->firm_version >= 0x0302) {
>> +                    if (priv->cur_fw.type & DTV7)
>> +                            offset -= 300000;
>> +                    else if (type != ATSC) /* DVB @6MHz, DTV 8 and DTV 7/8 
>> */
>> +                            offset += 200000;
>> +            } else {
>> +                    if (priv->cur_fw.type & DTV7)
>> +                            offset -= 500000;
> This should be offset += 500000;
> 
>>              /*
>>               * The DTV7 S-code table needs a 700 kHz shift.
>>               * Thanks to Terry Wu <terrywu2...@gmail.com> for reporting this
> I had to also delete the
> if (type & DTV7)
>     demod += 500
> 
> I suspect this is no longer required due to the offset += 500000 above

Both lines should be doing the same thing, but IMO, the better is to keep 
the change at the demod.

Could you please preserve the above and remove the offset +=500000 ?

Note: are you available for irc? if so, please join #linuxtv at freenode.net.

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to