Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b25fed11 authored by Matthias Schwarzott's avatar Matthias Schwarzott Committed by Mauro Carvalho Chehab
Browse files

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: default avatarMatthias Schwarzott <zzam@gentoo.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 83ee87a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5615,7 +5615,8 @@ int saa7134_board_init1(struct saa7134_dev *dev)
		saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x80040100, 0x80040100);
		saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x80040100, 0x00040100);
		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);
		break;
	}