Mailing List archive

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

[linux-dvb] Re: Nexus-CA/stv0297 problems



Hi - quick question about the av7110 code.

In av7110.c/init_av7110_av(), there is a chunk:

 if (av7110->adac_type == DVB_ADAC_NONE || av7110->adac_type == DVB_ADAC_MSP) 
{
  // switch DVB SCART on
  av7110_fw_cmd(av7110, COMTYPE_AUDIODAC, MainSwitch, 1, 0);
  av7110_fw_cmd(av7110, COMTYPE_AUDIODAC, ADSwitch, 1, 1);
  if (rgb_on)
   saa7146_setgpio(dev, 1, SAA7146_GPIO_OUTHI); // RGB on, SCART pin 16
  //saa7146_setgpio(dev, 3, SAA7146_GPIO_OUTLO); // SCARTpin 8
 }

GPIO1 interferes with the new Nexus-CA card. My question is - is this just for 
the siemens cards?




Home | Main Index | Thread Index