On 2014年08月16日 01:09, Mauro Carvalho Chehab wrote:
>> +++ b/drivers/media/dvb-frontends/tc90522.c
>> +static int tc90522s_get_frontend(struct dvb_frontend *fe)
>> +{
.
>> +c->delivery_system = SYS_ISDBS;
>> +c->symbol_rate = 2886;
>
> Hmm... symbol rate is fixe
Em Tue, 15 Jul 2014 00:43:46 +0900
tsk...@gmail.com escreveu:
> From: Akihiro Tsukada
>
> This patch adds driver for tc90522 demodulator chips.
> The chip contains 4 demod modules that run in parallel and are independently
> controllable via separate I2C addresses.
> Two of the modules are for I
From: Akihiro Tsukada
This patch adds driver for tc90522 demodulator chips.
The chip contains 4 demod modules that run in parallel and are independently
controllable via separate I2C addresses.
Two of the modules are for ISDB-T and the rest for ISDB-S.
It is used in earthsoft pt3 cards.
Note tha