diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-03-19 06:21:56 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-24 14:26:57 -0500 |
commit | de533ccf8dd51f38ef3c1751f9eb5ad3f2fcfad9 (patch) | |
tree | a82aedd3ae45a9455c24cda20e51cd8e7596182f /drivers/media/video/msp3400-driver.c | |
parent | 9a80a93da738c631de644175fbd669ab9a9cb624 (diff) |
V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commands
Lots of cleanups:
- remove duplicate actions
- add D/K3 Dual FM-Stereo and D/K NICAM FM (HDEV3) support
- put prescales in the proper place
- add missing D/K NICAM
- msp34xxg_reset now only resets instead of also starting the autodetect
(moved that to msp34xxg_thread)
- fix support for SAP.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r-- | drivers/media/video/msp3400-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c index 2d59d041f368..9a47ba22c133 100644 --- a/drivers/media/video/msp3400-driver.c +++ b/drivers/media/video/msp3400-driver.c | |||
@@ -622,6 +622,7 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
622 | 622 | ||
623 | if (va->mode != 0 && state->radio == 0) { | 623 | if (va->mode != 0 && state->radio == 0) { |
624 | state->audmode = msp_mode_v4l1_to_v4l2(va->mode); | 624 | state->audmode = msp_mode_v4l1_to_v4l2(va->mode); |
625 | msp_set_audmode(client); | ||
625 | } | 626 | } |
626 | break; | 627 | break; |
627 | } | 628 | } |
@@ -707,7 +708,6 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
707 | if (scart >= 0) { | 708 | if (scart >= 0) { |
708 | state->rxsubchans = V4L2_TUNER_SUB_STEREO; | 709 | state->rxsubchans = V4L2_TUNER_SUB_STEREO; |
709 | msp_set_scart(client, scart, 0); | 710 | msp_set_scart(client, scart, 0); |
710 | msp_write_dsp(client, 0x000d, 0x1900); | ||
711 | } | 711 | } |
712 | msp_set_audmode(client); | 712 | msp_set_audmode(client); |
713 | msp_wake_thread(client); | 713 | msp_wake_thread(client); |