V4L/DVB (6669): Add few missing bits of code to saa7134_resume
authorMaxim Levitsky <maximlevitsky@gmail.com>
Sun, 4 Nov 2007 21:21:25 +0000 (18:21 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:45 +0000 (19:02 -0200)
commit5c01203fd289214ae3062dab4039fcbab4b2b84f
tree1e4ae02fee9ca9bd4821770db27a30e9f1163210
parent3203cb86d22c63504f8368151029bf9dad014ddb
V4L/DVB (6669): Add few missing bits of code to saa7134_resume

First the saa7134_initdev waits between saa7134_hwinit1
and saa7134_hwinit2 , thus it is probably wise to do the same in saa7134_resume
some hardware probably needs this.

Call saa7134_irq_video_signalchange in .resume like in saa7134_resume to make
saa7134_resume mirror perfectly the saa7134_initdev although
this call isn't strictly necessary in the saa7134_initdev,
but it won't harm anyway.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-core.c