Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: no more RGB output with Siemens DVB-C



Holger Waechtler wrote:
> Oliver Endriss wrote:
> > [initial SetVolume() call]
> We want to make sure that the TI internal volume control is not muted
> in case this one is chained with the external DAC.

Indeed, this makes sense.

> > (av7110->saa->device->subsystem_vendor == 0x13c2) &&
> > (av7110->saa->device->subsystem_device == 0x1004)))
> >
> > According to the table in saa7146_core.c, this is a
> > 'TT-Budget/WinTV-NOVA-C PCI', not a full-featured card.
> > This code is never reached for *budget* cards.
>
> Andreas Kool reported that his (fullfeatured) card has this vendor
> id, so I added it. Hope this is correct...

If id 0x13c2/0x1004 is a full-featured card, we have to change the 
table entry in saa7146_core.c:
...
static struct card_info ttbc   = { DVB_CARD_TT_BUDGET,    "TT-Budget/WinTV-NOVA-C  PCI" };
                                   ^^^^^^^^^^^^^^^^^^
{ PHILIPS_SAA7146, 0x13c2, 0x1004, CARD_INFO ttbc },
...
Right now it is just a budget card. 

Due to the
        if (av7110->saa->card_type==DVB_CARD_TT_SIEMENS) {
statement, the DVB-C code will never be executed for this id.

Perhaps Andreas should double-check whether this id is really correct.
IIRC he reported that it works now. So the id must be wrong...

> > Is it correct that there is *no* volume control for cable cards
> > *without* analog module?
>
> The problem is that the DAC outcom calls on the rev1.5 Siemens cards
> are used to setup the SCART switch, so we have to prevent the volume
> control from playing with these registers.

Thx, I just wanted to be sure.

Oliver


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index