diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-02 19:51:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-02 19:51:26 -0300 |
commit | ecc8214b3d4174ae769cecc509f5984d35b31e6a (patch) | |
tree | 5ab68ebebff94da36992b2fba2d3f50d8d32228e /linux/drivers | |
parent | cf910cf2d38d6752950b379aa89c510059d6594d (diff) | |
parent | 165407ed130c78fdafc5bbf253afad64dd3eb5fd (diff) | |
download | mediapointer-dvb-s2-ecc8214b3d4174ae769cecc509f5984d35b31e6a.tar.gz mediapointer-dvb-s2-ecc8214b3d4174ae769cecc509f5984d35b31e6a.tar.bz2 |
merge: http://linuxtv.org/hg/~tap/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers')
-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; |