From 2f7b368d3d1b508bbbfcdb6f728c45ff4dcbc6ea Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 2 Oct 2006 22:22:08 +0200 Subject: Reinstate dropped line to set standard detection From: Hans Verkuil The previous patch accidentally dropped a crucial line to set the msp standard detection. Signed-off-by: Hans Verkuil --- linux/drivers/media/video/msp3400-kthreads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/video/msp3400-kthreads.c') diff --git a/linux/drivers/media/video/msp3400-kthreads.c b/linux/drivers/media/video/msp3400-kthreads.c index 053ebec73..f9d5cc586 100644 --- a/linux/drivers/media/video/msp3400-kthreads.c +++ b/linux/drivers/media/video/msp3400-kthreads.c @@ -1001,6 +1001,7 @@ int msp34xxg_thread(void *data) msp34xxg_reset(client); state->std = state->radio ? 0x40 : (state->force_btsc && msp_standard == 1) ? 32 : msp_standard; + msp_write_dem(client, 0x20, state->std); /* start autodetect */ if (state->std != 1) goto unmute; -- cgit v1.2.3