diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-06-27 23:52:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 11:54:22 -0400 |
commit | ecda5966c90746a044ff68e78b1062adcddd9664 (patch) | |
tree | 3f11233637dbd1d4005679c85c8dd3df597a211f /drivers/media/video/cx23885 | |
parent | 28901ab621bb56cd2aa9670dc7ce016ba80ec45c (diff) |
V4L/DVB (8465): cx23885: Ensure PAD_CTRL is always reset to a sensible default
PAD_CTRL controls TS1 and TS2 input and output states, if the register
became corrupt the driver was never able to recover.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c index e14371ef1269..f5afc8d7cb12 100644 --- a/drivers/media/video/cx23885/cx23885-core.c +++ b/drivers/media/video/cx23885/cx23885-core.c | |||
@@ -460,6 +460,7 @@ static void cx23885_reset(struct cx23885_dev *dev) | |||
460 | cx_write(AUDIO_INT_INT_STAT, 0xffffffff); | 460 | cx_write(AUDIO_INT_INT_STAT, 0xffffffff); |
461 | cx_write(AUDIO_EXT_INT_STAT, 0xffffffff); | 461 | cx_write(AUDIO_EXT_INT_STAT, 0xffffffff); |
462 | cx_write(CLK_DELAY, cx_read(CLK_DELAY) & 0x80000000); | 462 | cx_write(CLK_DELAY, cx_read(CLK_DELAY) & 0x80000000); |
463 | cx_write(PAD_CTRL, 0x00500300); | ||
463 | 464 | ||
464 | mdelay(100); | 465 | mdelay(100); |
465 | 466 | ||