diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-02 22:22:08 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-02 22:22:08 +0200 |
commit | 2f7b368d3d1b508bbbfcdb6f728c45ff4dcbc6ea (patch) | |
tree | 0c8a69ecfa7b1b0a4464ced25f5bf75363338c8b /linux/drivers/media/video/msp3400-kthreads.c | |
parent | 9a911497132a384b61c15b4e58b9a4f71eda4470 (diff) | |
download | mediapointer-dvb-s2-2f7b368d3d1b508bbbfcdb6f728c45ff4dcbc6ea.tar.gz mediapointer-dvb-s2-2f7b368d3d1b508bbbfcdb6f728c45ff4dcbc6ea.tar.bz2 |
Reinstate dropped line to set standard detection
From: Hans Verkuil <hverkuil@xs4all.nl>
The previous patch accidentally dropped a crucial line to set the
msp standard detection.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/msp3400-kthreads.c')
-rw-r--r-- | linux/drivers/media/video/msp3400-kthreads.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |