V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite input are working
Describe exactly that only s-video and composite input are working on Avermedia A700 Signed-off-by: Matthias Schwarzott <zzam@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
83ee87a31d
commit
b25fed115a
1 changed files with 2 additions and 1 deletions
|
@ -5615,7 +5615,8 @@ int saa7134_board_init1(struct saa7134_dev *dev)
|
||||||
saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x80040100, 0x80040100);
|
saa_andorl(SAA7134_GPIO_GPMODE0 >> 2, 0x80040100, 0x80040100);
|
||||||
saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x80040100, 0x00040100);
|
saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x80040100, 0x00040100);
|
||||||
printk("%s: %s: hybrid analog/dvb card\n"
|
printk("%s: %s: hybrid analog/dvb card\n"
|
||||||
"%s: Sorry, only the analog inputs are supported for now.\n",
|
"%s: Sorry, only analog s-video and composite input "
|
||||||
|
"are supported for now.\n",
|
||||||
dev->name, card(dev).name, dev->name);
|
dev->name, card(dev).name, dev->name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue