blob: 9ee8dc216d7faf3b45f3d1be66a39c7446f84d48 [file] [log] [blame]
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001/*
2 * Programming the mspx4xx sound processor family
3 *
4 * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 */
20
21
22#include <linux/kernel.h>
23#include <linux/module.h>
24#include <linux/slab.h>
25#include <linux/i2c.h>
26#include <linux/videodev.h>
27#include <linux/videodev2.h>
28#include <media/v4l2-common.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030029#include <media/msp3400.h>
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020030#include <linux/kthread.h>
31#include <linux/suspend.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030032#include "msp3400-driver.h"
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020033
34/* this one uses the automatic sound standard detection of newer msp34xx
35 chip versions */
36static struct {
37 int retval;
38 int main, second;
39 char *name;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -020040} msp_stdlist[] = {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020041 { 0x0000, 0, 0, "could not detect sound standard" },
42 { 0x0001, 0, 0, "autodetect start" },
43 { 0x0002, MSP_CARRIER(4.5), MSP_CARRIER(4.72), "4.5/4.72 M Dual FM-Stereo" },
44 { 0x0003, MSP_CARRIER(5.5), MSP_CARRIER(5.7421875), "5.5/5.74 B/G Dual FM-Stereo" },
45 { 0x0004, MSP_CARRIER(6.5), MSP_CARRIER(6.2578125), "6.5/6.25 D/K1 Dual FM-Stereo" },
46 { 0x0005, MSP_CARRIER(6.5), MSP_CARRIER(6.7421875), "6.5/6.74 D/K2 Dual FM-Stereo" },
47 { 0x0006, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 D/K FM-Mono (HDEV3)" },
Hans Verkuilde533cc2006-03-19 08:21:56 -030048 { 0x0007, MSP_CARRIER(6.5), MSP_CARRIER(5.7421875), "6.5/5.74 D/K3 Dual FM-Stereo" },
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020049 { 0x0008, MSP_CARRIER(5.5), MSP_CARRIER(5.85), "5.5/5.85 B/G NICAM FM" },
50 { 0x0009, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 L NICAM AM" },
51 { 0x000a, MSP_CARRIER(6.0), MSP_CARRIER(6.55), "6.0/6.55 I NICAM FM" },
52 { 0x000b, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 D/K NICAM FM" },
53 { 0x000c, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 D/K NICAM FM (HDEV2)" },
Hans Verkuilde533cc2006-03-19 08:21:56 -030054 { 0x000d, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 D/K NICAM FM (HDEV3)" },
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020055 { 0x0020, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Stereo" },
56 { 0x0021, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Mono + SAP" },
57 { 0x0030, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M EIA-J Japan Stereo" },
58 { 0x0040, MSP_CARRIER(10.7), MSP_CARRIER(10.7), "10.7 FM-Stereo Radio" },
59 { 0x0050, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 SAT-Mono" },
60 { 0x0051, MSP_CARRIER(7.02), MSP_CARRIER(7.20), "7.02/7.20 SAT-Stereo" },
61 { 0x0060, MSP_CARRIER(7.2), MSP_CARRIER(7.2), "7.2 SAT ADR" },
62 { -1, 0, 0, NULL }, /* EOF */
63};
64
65static struct msp3400c_init_data_dem {
66 int fir1[6];
67 int fir2[6];
68 int cdo1;
69 int cdo2;
70 int ad_cv;
71 int mode_reg;
72 int dsp_src;
73 int dsp_matrix;
74} msp3400c_init_data[] = {
75 { /* AM (for carrier detect / msp3400) */
76 {75, 19, 36, 35, 39, 40},
77 {75, 19, 36, 35, 39, 40},
78 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
79 0x00d0, 0x0500, 0x0020, 0x3000
80 },{ /* AM (for carrier detect / msp3410) */
81 {-1, -1, -8, 2, 59, 126},
82 {-1, -1, -8, 2, 59, 126},
83 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
84 0x00d0, 0x0100, 0x0020, 0x3000
85 },{ /* FM Radio */
86 {-8, -8, 4, 6, 78, 107},
87 {-8, -8, 4, 6, 78, 107},
88 MSP_CARRIER(10.7), MSP_CARRIER(10.7),
89 0x00d0, 0x0480, 0x0020, 0x3000
90 },{ /* Terrestial FM-mono + FM-stereo */
91 {3, 18, 27, 48, 66, 72},
92 {3, 18, 27, 48, 66, 72},
93 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
94 0x00d0, 0x0480, 0x0030, 0x3000
95 },{ /* Sat FM-mono */
96 { 1, 9, 14, 24, 33, 37},
97 { 3, 18, 27, 48, 66, 72},
98 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
99 0x00c6, 0x0480, 0x0000, 0x3000
100 },{ /* NICAM/FM -- B/G (5.5/5.85), D/K (6.5/5.85) */
101 {-2, -8, -10, 10, 50, 86},
102 {3, 18, 27, 48, 66, 72},
103 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
104 0x00d0, 0x0040, 0x0120, 0x3000
105 },{ /* NICAM/FM -- I (6.0/6.552) */
106 {2, 4, -6, -4, 40, 94},
107 {3, 18, 27, 48, 66, 72},
108 MSP_CARRIER(6.0), MSP_CARRIER(6.0),
109 0x00d0, 0x0040, 0x0120, 0x3000
110 },{ /* NICAM/AM -- L (6.5/5.85) */
111 {-2, -8, -10, 10, 50, 86},
112 {-4, -12, -9, 23, 79, 126},
113 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200114 0x00c6, 0x0140, 0x0120, 0x7c00
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200115 },
116};
117
118struct msp3400c_carrier_detect {
119 int cdo;
120 char *name;
121};
122
123static struct msp3400c_carrier_detect msp3400c_carrier_detect_main[] = {
124 /* main carrier */
125 { MSP_CARRIER(4.5), "4.5 NTSC" },
126 { MSP_CARRIER(5.5), "5.5 PAL B/G" },
127 { MSP_CARRIER(6.0), "6.0 PAL I" },
128 { MSP_CARRIER(6.5), "6.5 PAL D/K + SAT + SECAM" }
129};
130
131static struct msp3400c_carrier_detect msp3400c_carrier_detect_55[] = {
132 /* PAL B/G */
133 { MSP_CARRIER(5.7421875), "5.742 PAL B/G FM-stereo" },
134 { MSP_CARRIER(5.85), "5.85 PAL B/G NICAM" }
135};
136
137static struct msp3400c_carrier_detect msp3400c_carrier_detect_65[] = {
138 /* PAL SAT / SECAM */
139 { MSP_CARRIER(5.85), "5.85 PAL D/K + SECAM NICAM" },
140 { MSP_CARRIER(6.2578125), "6.25 PAL D/K1 FM-stereo" },
141 { MSP_CARRIER(6.7421875), "6.74 PAL D/K2 FM-stereo" },
142 { MSP_CARRIER(7.02), "7.02 PAL SAT FM-stereo s/b" },
143 { MSP_CARRIER(7.20), "7.20 PAL SAT FM-stereo s" },
144 { MSP_CARRIER(7.38), "7.38 PAL SAT FM-stereo b" },
145};
146
147/* ------------------------------------------------------------------------ */
148
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200149const char *msp_standard_std_name(int std)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200150{
151 int i;
152
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200153 for (i = 0; msp_stdlist[i].name != NULL; i++)
154 if (msp_stdlist[i].retval == std)
155 return msp_stdlist[i].name;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200156 return "unknown";
157}
158
Adrian Bunk044f3242006-03-08 10:50:07 -0300159static void msp_set_source(struct i2c_client *client, u16 src)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200160{
161 struct msp_state *state = i2c_get_clientdata(client);
162
163 if (msp_dolby) {
164 msp_write_dsp(client, 0x0008, 0x0520); /* I2S1 */
165 msp_write_dsp(client, 0x0009, 0x0620); /* I2S2 */
166 } else {
167 msp_write_dsp(client, 0x0008, src);
168 msp_write_dsp(client, 0x0009, src);
169 }
170 msp_write_dsp(client, 0x000a, src);
171 msp_write_dsp(client, 0x000b, src);
172 msp_write_dsp(client, 0x000c, src);
173 if (state->has_scart23_in_scart2_out)
174 msp_write_dsp(client, 0x0041, src);
175}
176
177void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200178{
179 msp_write_dem(client, 0x0093, cdo1 & 0xfff);
180 msp_write_dem(client, 0x009b, cdo1 >> 12);
181 msp_write_dem(client, 0x00a3, cdo2 & 0xfff);
182 msp_write_dem(client, 0x00ab, cdo2 >> 12);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200183 msp_write_dem(client, 0x0056, 0); /* LOAD_REG_1/2 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200184}
185
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200186void msp3400c_set_mode(struct i2c_client *client, int mode)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200187{
188 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200189 struct msp3400c_init_data_dem *data = &msp3400c_init_data[mode];
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200190 int i;
191
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200192 v4l_dbg(1, msp_debug, client, "set_mode: %d\n", mode);
193 state->mode = mode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200194 state->rxsubchans = V4L2_TUNER_SUB_MONO;
195
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200196 msp_write_dem(client, 0x00bb, data->ad_cv);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200197
198 for (i = 5; i >= 0; i--) /* fir 1 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200199 msp_write_dem(client, 0x0001, data->fir1[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200200
201 msp_write_dem(client, 0x0005, 0x0004); /* fir 2 */
202 msp_write_dem(client, 0x0005, 0x0040);
203 msp_write_dem(client, 0x0005, 0x0000);
204 for (i = 5; i >= 0; i--)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200205 msp_write_dem(client, 0x0005, data->fir2[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200206
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200207 msp_write_dem(client, 0x0083, data->mode_reg);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200208
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200209 msp3400c_set_carrier(client, data->cdo1, data->cdo2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200210
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200211 msp_set_source(client, data->dsp_src);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300212 /* set prescales */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200213
Hans Verkuilde533cc2006-03-19 08:21:56 -0300214 /* volume prescale for SCART (AM mono input) */
215 msp_write_dsp(client, 0x000d, 0x1900);
216 msp_write_dsp(client, 0x000e, data->dsp_matrix);
217 if (state->has_nicam) /* nicam prescale */
218 msp_write_dsp(client, 0x0010, 0x5a00);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200219}
220
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200221/* Set audio mode. Note that the pre-'G' models do not support BTSC+SAP,
222 nor do they support stereo BTSC. */
Adrian Bunk044f3242006-03-08 10:50:07 -0300223static void msp3400c_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200224{
Hans Verkuild312a462006-01-09 18:21:36 -0200225 static char *strmode[] = { "mono", "stereo", "lang2", "lang1" };
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200226 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200227 char *modestr = (state->audmode >= 0 && state->audmode < 4) ?
228 strmode[state->audmode] : "unknown";
229 int src = 0; /* channel source: FM/AM, nicam or SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200230
231 if (state->opmode == OPMODE_AUTOSELECT) {
232 /* this method would break everything, let's make sure
233 * it's never called
234 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200235 v4l_dbg(1, msp_debug, client,
236 "set_audmode called with mode=%d instead of set_source (ignored)\n",
237 state->audmode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200238 return;
239 }
240
241 /* switch demodulator */
242 switch (state->mode) {
243 case MSP_MODE_FM_TERRA:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200244 v4l_dbg(1, msp_debug, client, "FM set_audmode: %s\n", modestr);
245 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200246 case V4L2_TUNER_MODE_STEREO:
247 msp_write_dsp(client, 0x000e, 0x3001);
248 break;
249 case V4L2_TUNER_MODE_MONO:
250 case V4L2_TUNER_MODE_LANG1:
251 case V4L2_TUNER_MODE_LANG2:
252 msp_write_dsp(client, 0x000e, 0x3000);
253 break;
254 }
255 break;
256 case MSP_MODE_FM_SAT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200257 v4l_dbg(1, msp_debug, client, "SAT set_audmode: %s\n", modestr);
258 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200259 case V4L2_TUNER_MODE_MONO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200260 msp3400c_set_carrier(client, MSP_CARRIER(6.5), MSP_CARRIER(6.5));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200261 break;
262 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200263 msp3400c_set_carrier(client, MSP_CARRIER(7.2), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200264 break;
265 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200266 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200267 break;
268 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200269 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200270 break;
271 }
272 break;
273 case MSP_MODE_FM_NICAM1:
274 case MSP_MODE_FM_NICAM2:
275 case MSP_MODE_AM_NICAM:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200276 v4l_dbg(1, msp_debug, client, "NICAM set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200277 if (state->nicam_on)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200278 src = 0x0100; /* NICAM */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200279 break;
280 case MSP_MODE_BTSC:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200281 v4l_dbg(1, msp_debug, client, "BTSC set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200282 break;
283 case MSP_MODE_EXTERN:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200284 v4l_dbg(1, msp_debug, client, "extern set_audmode: %s\n",modestr);
285 src = 0x0200; /* SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200286 break;
287 case MSP_MODE_FM_RADIO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200288 v4l_dbg(1, msp_debug, client, "FM-Radio set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200289 break;
290 default:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200291 v4l_dbg(1, msp_debug, client, "mono set_audmode\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200292 return;
293 }
294
295 /* switch audio */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200296 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200297 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200298 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200299 break;
300 case V4L2_TUNER_MODE_MONO:
301 if (state->mode == MSP_MODE_AM_NICAM) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200302 v4l_dbg(1, msp_debug, client, "switching to AM mono\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200303 /* AM mono decoding is handled by tuner, not MSP chip */
304 /* SCART switching control register */
305 msp_set_scart(client, SCART_MONO, 0);
306 src = 0x0200;
307 break;
308 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200309 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
310 src = 0x0030;
311 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200312 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200313 /* switch to stereo for stereo transmission, otherwise
314 keep first language */
315 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
316 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200317 break;
318 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200319 src |= 0x0010;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200320 break;
321 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200322 v4l_dbg(1, msp_debug, client, "set_audmode final source/matrix = 0x%x\n", src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200323
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200324 msp_set_source(client, src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200325}
326
327static void msp3400c_print_mode(struct i2c_client *client)
328{
329 struct msp_state *state = i2c_get_clientdata(client);
330
331 if (state->main == state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200332 v4l_dbg(1, msp_debug, client, "mono sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200333 state->main / 910000, (state->main / 910) % 1000);
334 } else {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200335 v4l_dbg(1, msp_debug, client, "main sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200336 state->main / 910000, (state->main / 910) % 1000);
337 }
338 if (state->mode == MSP_MODE_FM_NICAM1 || state->mode == MSP_MODE_FM_NICAM2)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200339 v4l_dbg(1, msp_debug, client, "NICAM/FM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200340 state->second / 910000, (state->second/910) % 1000);
341 if (state->mode == MSP_MODE_AM_NICAM)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200342 v4l_dbg(1, msp_debug, client, "NICAM/AM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200343 state->second / 910000, (state->second / 910) % 1000);
344 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200345 v4l_dbg(1, msp_debug, client, "FM-stereo carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200346 state->second / 910000, (state->second / 910) % 1000);
347 }
348}
349
350/* ----------------------------------------------------------------------- */
351
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200352static int msp3400c_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200353{
354 struct msp_state *state = i2c_get_clientdata(client);
355 int val;
356 int rxsubchans = state->rxsubchans;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200357 int newnicam = state->nicam_on;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200358 int update = 0;
359
360 switch (state->mode) {
361 case MSP_MODE_FM_TERRA:
362 val = msp_read_dsp(client, 0x18);
363 if (val > 32767)
364 val -= 65536;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200365 v4l_dbg(2, msp_debug, client, "stereo detect register: %d\n", val);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200366 if (val > 4096) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200367 rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200368 } else if (val < -4096) {
369 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
370 } else {
371 rxsubchans = V4L2_TUNER_SUB_MONO;
372 }
373 newnicam = 0;
374 break;
375 case MSP_MODE_FM_NICAM1:
376 case MSP_MODE_FM_NICAM2:
377 case MSP_MODE_AM_NICAM:
378 val = msp_read_dem(client, 0x23);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200379 v4l_dbg(2, msp_debug, client, "nicam sync=%d, mode=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200380 val & 1, (val & 0x1e) >> 1);
381
382 if (val & 1) {
383 /* nicam synced */
384 switch ((val & 0x1e) >> 1) {
385 case 0:
386 case 8:
387 rxsubchans = V4L2_TUNER_SUB_STEREO;
388 break;
389 case 1:
390 case 9:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200391 rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200392 break;
393 case 2:
394 case 10:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200395 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200396 break;
397 default:
398 rxsubchans = V4L2_TUNER_SUB_MONO;
399 break;
400 }
401 newnicam = 1;
402 } else {
403 newnicam = 0;
404 rxsubchans = V4L2_TUNER_SUB_MONO;
405 }
406 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200407 }
408 if (rxsubchans != state->rxsubchans) {
409 update = 1;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200410 v4l_dbg(1, msp_debug, client, "watch: rxsubchans %02x => %02x\n",
411 state->rxsubchans, rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200412 state->rxsubchans = rxsubchans;
413 }
414 if (newnicam != state->nicam_on) {
415 update = 1;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200416 v4l_dbg(1, msp_debug, client, "watch: nicam %d => %d\n",
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200417 state->nicam_on, newnicam);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200418 state->nicam_on = newnicam;
419 }
420 return update;
421}
422
423/*
424 * A kernel thread for msp3400 control -- we don't want to block the
425 * in the ioctl while doing the sound carrier & stereo detect
426 */
427/* stereo/multilang monitoring */
428static void watch_stereo(struct i2c_client *client)
429{
430 struct msp_state *state = i2c_get_clientdata(client);
431
Hans Verkuilde533cc2006-03-19 08:21:56 -0300432 if (msp_detect_stereo(client)) {
433 msp_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200434 }
435
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200436 if (msp_once)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200437 state->watch_stereo = 0;
438}
439
440int msp3400c_thread(void *data)
441{
442 struct i2c_client *client = data;
443 struct msp_state *state = i2c_get_clientdata(client);
444 struct msp3400c_carrier_detect *cd;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200445 int count, max1, max2, val1, val2, val, this;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200446
447
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200448 v4l_dbg(1, msp_debug, client, "msp3400 daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200449 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200450 v4l_dbg(2, msp_debug, client, "msp3400 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200451 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200452 v4l_dbg(2, msp_debug, client, "msp3400 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200453
454 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200455 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200456 state->restart = 0;
457 if (kthread_should_stop())
458 break;
459
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200460 if (state->radio || MSP_MODE_EXTERN == state->mode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200461 /* no carrier scan, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200462 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200463 msp_set_audio(client);
464 continue;
465 }
466
467 /* mute */
468 msp_set_mute(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300469 msp3400c_set_mode(client, MSP_MODE_AM_DETECT);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200470 val1 = val2 = 0;
471 max1 = max2 = -1;
472 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200473 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200474
475 /* some time for the tuner to sync */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200476 if (msp_sleep(state, 200))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200477 goto restart;
478
479 /* carrier detect pass #1 -- main carrier */
480 cd = msp3400c_carrier_detect_main;
481 count = ARRAY_SIZE(msp3400c_carrier_detect_main);
482
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200483 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200484 /* autodetect doesn't work well with AM ... */
485 max1 = 3;
486 count = 0;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200487 v4l_dbg(1, msp_debug, client, "AM sound override\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200488 }
489
490 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200491 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200492 if (msp_sleep(state,100))
493 goto restart;
494 val = msp_read_dsp(client, 0x1b);
495 if (val > 32767)
496 val -= 65536;
497 if (val1 < val)
498 val1 = val, max1 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200499 v4l_dbg(1, msp_debug, client, "carrier1 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200500 }
501
502 /* carrier detect pass #2 -- second (stereo) carrier */
503 switch (max1) {
504 case 1: /* 5.5 */
505 cd = msp3400c_carrier_detect_55;
506 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
507 break;
508 case 3: /* 6.5 */
509 cd = msp3400c_carrier_detect_65;
510 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
511 break;
512 case 0: /* 4.5 */
513 case 2: /* 6.0 */
514 default:
515 cd = NULL;
516 count = 0;
517 break;
518 }
519
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200520 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200521 /* autodetect doesn't work well with AM ... */
522 cd = NULL;
523 count = 0;
524 max2 = 0;
525 }
526 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200527 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200528 if (msp_sleep(state,100))
529 goto restart;
530 val = msp_read_dsp(client, 0x1b);
531 if (val > 32767)
532 val -= 65536;
533 if (val2 < val)
534 val2 = val, max2 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200535 v4l_dbg(1, msp_debug, client, "carrier2 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200536 }
537
538 /* program the msp3400 according to the results */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200539 state->main = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200540 switch (max1) {
541 case 1: /* 5.5 */
542 if (max2 == 0) {
543 /* B/G FM-stereo */
544 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200545 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200546 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200547 } else if (max2 == 1 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200548 /* B/G NICAM */
549 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200550 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
551 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200552 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200553 state->watch_stereo = 1;
554 } else {
555 goto no_second;
556 }
557 break;
558 case 2: /* 6.0 */
559 /* PAL I NICAM */
560 state->second = MSP_CARRIER(6.552);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200561 msp3400c_set_mode(client, MSP_MODE_FM_NICAM2);
562 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200563 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200564 state->watch_stereo = 1;
565 break;
566 case 3: /* 6.5 */
567 if (max2 == 1 || max2 == 2) {
568 /* D/K FM-stereo */
569 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200570 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200571 state->watch_stereo = 1;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200572 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200573 /* L NICAM or AM-mono */
574 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200575 msp3400c_set_mode(client, MSP_MODE_AM_NICAM);
576 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200577 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200578 } else if (max2 == 0 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200579 /* D/K NICAM */
580 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200581 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
582 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200583 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200584 state->watch_stereo = 1;
585 } else {
586 goto no_second;
587 }
588 break;
589 case 0: /* 4.5 */
590 default:
591 no_second:
592 state->second = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200593 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
594 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200595 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200596 break;
597 }
598
599 /* unmute */
600 msp_set_audio(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200601 msp3400c_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200602
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200603 if (msp_debug)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200604 msp3400c_print_mode(client);
605
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200606 /* monitor tv audio mode, the first time don't wait
607 so long to get a quick stereo/bilingual result */
608 if (msp_sleep(state, 1000))
609 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200610 while (state->watch_stereo) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200611 if (msp_sleep(state, 5000))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200612 goto restart;
613 watch_stereo(client);
614 }
615 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200616 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200617 return 0;
618}
619
620
621int msp3410d_thread(void *data)
622{
623 struct i2c_client *client = data;
624 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuild312a462006-01-09 18:21:36 -0200625 int val, i, std;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200626
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200627 v4l_dbg(1, msp_debug, client, "msp3410 daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200628
629 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200630 v4l_dbg(2, msp_debug, client, "msp3410 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200631 msp_sleep(state,-1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200632 v4l_dbg(2, msp_debug, client, "msp3410 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200633
634 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200635 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200636 state->restart = 0;
637 if (kthread_should_stop())
638 break;
639
640 if (state->mode == MSP_MODE_EXTERN) {
641 /* no carrier scan needed, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200642 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200643 msp_set_audio(client);
644 continue;
645 }
646
647 /* put into sane state (and mute) */
648 msp_reset(client);
649
650 /* some time for the tuner to sync */
651 if (msp_sleep(state,200))
652 goto restart;
653
Hans Verkuilde533cc2006-03-19 08:21:56 -0300654 /* start autodetect. Note: autodetect is not supported for
655 NTSC-M and radio, hence we force the standard in those cases. */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200656 if (state->radio)
657 std = 0x40;
Hans Verkuild312a462006-01-09 18:21:36 -0200658 else
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200659 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200660 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200661 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200662
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200663 if (msp_debug)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200664 v4l_dbg(2, msp_debug, client, "setting standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200665 msp_standard_std_name(std), std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200666
667 if (std != 1) {
668 /* programmed some specific mode */
669 val = std;
670 } else {
671 /* triggered autodetect */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200672 msp_write_dem(client, 0x20, std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200673 for (;;) {
Hans Verkuild312a462006-01-09 18:21:36 -0200674 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200675 goto restart;
676
677 /* check results */
678 val = msp_read_dem(client, 0x7e);
679 if (val < 0x07ff)
680 break;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200681 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200682 }
683 }
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200684 for (i = 0; msp_stdlist[i].name != NULL; i++)
685 if (msp_stdlist[i].retval == val)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200686 break;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200687 v4l_dbg(1, msp_debug, client, "current standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200688 msp_standard_std_name(val), val);
689 state->main = msp_stdlist[i].main;
690 state->second = msp_stdlist[i].second;
691 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200692
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200693 if (msp_amsound && !state->radio && (state->v4l2_std & V4L2_STD_SECAM) &&
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200694 (val != 0x0009)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200695 /* autodetection has failed, let backup */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200696 v4l_dbg(1, msp_debug, client, "autodetection failed,"
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200697 " switching to backup standard: %s (0x%04x)\n",
698 msp_stdlist[8].name ? msp_stdlist[8].name : "unknown",val);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300699 state->std = val = 0x0009;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200700 msp_write_dem(client, 0x20, val);
701 }
702
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200703 /* set stereo */
704 switch (val) {
705 case 0x0008: /* B/G NICAM */
706 case 0x000a: /* I NICAM */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300707 case 0x000b: /* D/K NICAM */
708 if (val == 0x000a)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200709 state->mode = MSP_MODE_FM_NICAM2;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300710 else
711 state->mode = MSP_MODE_FM_NICAM1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200712 /* just turn on stereo */
713 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
714 state->nicam_on = 1;
715 state->watch_stereo = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200716 break;
717 case 0x0009:
718 state->mode = MSP_MODE_AM_NICAM;
719 state->rxsubchans = V4L2_TUNER_SUB_MONO;
720 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200721 state->watch_stereo = 1;
722 break;
723 case 0x0020: /* BTSC */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200724 /* The pre-'G' models only have BTSC-mono */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200725 state->mode = MSP_MODE_BTSC;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200726 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200727 break;
728 case 0x0040: /* FM radio */
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200729 state->mode = MSP_MODE_FM_RADIO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200730 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200731 /* not needed in theory if we have radio, but
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200732 short programming enables carrier mute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200733 msp3400c_set_mode(client, MSP_MODE_FM_RADIO);
734 msp3400c_set_carrier(client, MSP_CARRIER(10.7),
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200735 MSP_CARRIER(10.7));
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200736 /* scart routing (this doesn't belong here I think) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200737 msp_set_scart(client,SCART_IN2,0);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200738 break;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300739 case 0x0002:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200740 case 0x0003:
741 case 0x0004:
742 case 0x0005:
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200743 state->mode = MSP_MODE_FM_TERRA;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200744 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200745 state->watch_stereo = 1;
746 break;
747 }
748
Hans Verkuilde533cc2006-03-19 08:21:56 -0300749 /* set various prescales */
750 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
751 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
752 if (state->has_nicam)
753 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
754
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200755 if (state->has_i2s_conf)
756 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200757
Hans Verkuilde533cc2006-03-19 08:21:56 -0300758 /* unmute, restore misc registers */
759 msp_set_audio(client);
760
761 msp_write_dsp(client, 0x13, state->acb);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200762 msp3400c_set_audmode(client);
763
764 /* monitor tv audio mode, the first time don't wait
765 so long to get a quick stereo/bilingual result */
766 if (msp_sleep(state, 1000))
767 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200768 while (state->watch_stereo) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200769 watch_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200770 if (msp_sleep(state, 5000))
771 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200772 }
773 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200774 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200775 return 0;
776}
777
778/* ----------------------------------------------------------------------- */
779
Hans Verkuilde533cc2006-03-19 08:21:56 -0300780/* msp34xxG + (autoselect no-thread)
781 * this one uses both automatic standard detection and automatic sound
782 * select which are available in the newer G versions
783 * struct msp: only norm, acb and source are really used in this mode
784 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200785
786/* set the same 'source' for the loudspeaker, scart and quasi-peak detector
787 * the value for source is the same as bit 15:8 of DSP registers 0x08,
788 * 0x0a and 0x0c: 0=mono, 1=stereo or A|B, 2=SCART, 3=stereo or A, 4=stereo or B
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200789 */
790static void msp34xxg_set_source(struct i2c_client *client, int source)
791{
792 struct msp_state *state = i2c_get_clientdata(client);
793
794 /* fix matrix mode to stereo and let the msp choose what
795 * to output according to 'source', as recommended
796 * for MONO (source==0) downmixing set bit[7:0] to 0x30
797 */
798 int value = (source & 0x07) << 8 | (source == 0 ? 0x30 : 0x20);
799
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200800 v4l_dbg(1, msp_debug, client, "set source to %d (0x%x)\n", source, value);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200801 msp_set_source(client, value);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200802 /*
803 * set identification threshold. Personally, I
804 * I set it to a higher value that the default
805 * of 0x190 to ignore noisy stereo signals.
806 * this needs tuning. (recommended range 0x00a0-0x03c0)
807 * 0x7f0 = forced mono mode
808 */
809 /* a2 threshold for stereo/bilingual */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200810 msp_write_dem(client, 0x22, msp_stereo_thresh);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200811 state->source = source;
812}
813
Hans Verkuil9a80a932006-03-19 07:25:42 -0300814static int msp34xxg_modus(struct i2c_client *client)
815{
816 struct msp_state *state = i2c_get_clientdata(client);
817
818 if (state->radio) {
819 v4l_dbg(1, msp_debug, client, "selected radio modus\n");
820 return 0x0001;
821 }
822
823 if (state->v4l2_std & V4L2_STD_PAL) {
824 v4l_dbg(1, msp_debug, client, "selected PAL modus\n");
825 return 0x7001;
826 }
827 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
828 v4l_dbg(1, msp_debug, client, "selected M (EIA-J) modus\n");
829 return 0x4001;
830 }
831 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) {
832 v4l_dbg(1, msp_debug, client, "selected M (A2) modus\n");
833 return 0x0001;
834 }
835 if (state->v4l2_std & V4L2_STD_MN) {
836 v4l_dbg(1, msp_debug, client, "selected M (BTSC) modus\n");
837 return 0x2001;
838 }
839 if (state->v4l2_std & V4L2_STD_SECAM) {
840 v4l_dbg(1, msp_debug, client, "selected SECAM modus\n");
841 return 0x6001;
842 }
843 return 0x0001;
844}
845
Hans Verkuilde533cc2006-03-19 08:21:56 -0300846/* (re-)initialize the msp34xxg */
847static void msp34xxg_reset(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200848{
849 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300850 int modus;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200851
Hans Verkuilde533cc2006-03-19 08:21:56 -0300852 /* initialize std to 1 (autodetect) to signal that no standard is
853 selected yet. */
854 state->std = 1;
855
856 msp_reset(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200857
858 /* make sure that input/output is muted (paranoid mode) */
859 /* ACB, mute DSP input, mute SCART 1 */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300860 msp_write_dsp(client, 0x13, 0x0f20);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200861
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200862 if (state->has_i2s_conf)
863 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200864
865 /* step-by-step initialisation, as described in the manual */
Hans Verkuil9a80a932006-03-19 07:25:42 -0300866 modus = msp34xxg_modus(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300867 msp_write_dem(client, 0x30, modus);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200868
869 /* write the dsps that may have an influence on
870 standard/audio autodetection right now */
871 msp34xxg_set_source(client, state->source);
872
Hans Verkuilde533cc2006-03-19 08:21:56 -0300873 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
874 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
875 if (state->has_nicam)
876 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200877
Hans Verkuilde533cc2006-03-19 08:21:56 -0300878 /* set identification threshold. Personally, I
879 * I set it to a higher value than the default
880 * of 0x190 to ignore noisy stereo signals.
881 * this needs tuning. (recommended range 0x00a0-0x03c0)
882 * 0x7f0 = forced mono mode
883 *
884 * a2 threshold for stereo/bilingual.
885 * Note: this register is part of the Manual/Compatibility mode.
886 * It is supported by all 'G'-family chips.
887 */
888 msp_write_dem(client, 0x22, msp_stereo_thresh);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200889}
890
891int msp34xxg_thread(void *data)
892{
893 struct i2c_client *client = data;
894 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300895 int val, i;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200896
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200897 v4l_dbg(1, msp_debug, client, "msp34xxg daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200898
899 state->source = 1; /* default */
900 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200901 v4l_dbg(2, msp_debug, client, "msp34xxg thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200902 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200903 v4l_dbg(2, msp_debug, client, "msp34xxg thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200904
905 restart:
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200906 v4l_dbg(1, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200907 state->restart = 0;
908 if (kthread_should_stop())
909 break;
910
911 /* setup the chip*/
912 msp34xxg_reset(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300913 state->std = state->radio ? 0x40 : msp_standard;
914 if (state->std != 1)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200915 goto unmute;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300916 /* start autodetect */
917 msp_write_dem(client, 0x20, state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200918
919 /* watch autodetect */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300920 v4l_dbg(1, msp_debug, client, "started autodetect, waiting for result\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200921 for (i = 0; i < 10; i++) {
922 if (msp_sleep(state, 100))
923 goto restart;
924
925 /* check results */
926 val = msp_read_dem(client, 0x7e);
927 if (val < 0x07ff) {
Hans Verkuilde533cc2006-03-19 08:21:56 -0300928 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200929 break;
930 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200931 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200932 }
Hans Verkuilde533cc2006-03-19 08:21:56 -0300933 if (state->std == 1) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200934 v4l_dbg(1, msp_debug, client, "detection still in progress after 10 tries. giving up.\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200935 continue;
936 }
937
938 unmute:
Hans Verkuilde533cc2006-03-19 08:21:56 -0300939 v4l_dbg(1, msp_debug, client, "detected standard: %s (0x%04x)\n",
940 msp_standard_std_name(state->std), state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200941
942 /* unmute: dispatch sound to scart output, set scart volume */
943 msp_set_audio(client);
944
945 /* restore ACB */
946 if (msp_write_dsp(client, 0x13, state->acb))
947 return -1;
948
Hans Verkuilde533cc2006-03-19 08:21:56 -0300949 /* the periodic stereo/SAP check is only relevant for
950 the 0x20 standard (BTSC) */
951 if (state->std != 0x20)
952 continue;
953
954 state->watch_stereo = 1;
955
956 /* monitor tv audio mode, the first time don't wait
957 in order to get a quick stereo/SAP update */
958 watch_stereo(client);
959 while (state->watch_stereo) {
960 watch_stereo(client);
961 if (msp_sleep(state, 5000))
962 goto restart;
963 }
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200964 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200965 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200966 return 0;
967}
968
Hans Verkuilde533cc2006-03-19 08:21:56 -0300969static int msp34xxg_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200970{
971 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200972 int status = msp_read_dem(client, 0x0200);
973 int is_bilingual = status & 0x100;
974 int is_stereo = status & 0x40;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300975 int oldrx = state->rxsubchans;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200976
977 state->rxsubchans = 0;
978 if (is_stereo)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200979 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200980 else
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200981 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200982 if (is_bilingual) {
Hans Verkuilde533cc2006-03-19 08:21:56 -0300983 if (state->std == 0x20)
984 state->rxsubchans |= V4L2_TUNER_SUB_SAP;
985 else
986 state->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200987 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200988 v4l_dbg(1, msp_debug, client, "status=0x%x, stereo=%d, bilingual=%d -> rxsubchans=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200989 status, is_stereo, is_bilingual, state->rxsubchans);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300990 return (oldrx != state->rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200991}
992
Adrian Bunk044f3242006-03-08 10:50:07 -0300993static void msp34xxg_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200994{
995 struct msp_state *state = i2c_get_clientdata(client);
996 int source;
997
Hans Verkuilde533cc2006-03-19 08:21:56 -0300998 if (state->std == 0x20) {
999 if ((state->rxsubchans & V4L2_TUNER_SUB_SAP) &&
1000 (state->audmode == V4L2_TUNER_MODE_STEREO ||
1001 state->audmode == V4L2_TUNER_MODE_LANG2)) {
1002 msp_write_dem(client, 0x20, 0x21);
1003 } else {
1004 msp_write_dem(client, 0x20, 0x20);
1005 }
1006 }
1007
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001008 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001009 case V4L2_TUNER_MODE_MONO:
1010 source = 0; /* mono only */
1011 break;
1012 case V4L2_TUNER_MODE_STEREO:
1013 source = 1; /* stereo or A|B, see comment in msp34xxg_get_v4l2_stereo() */
1014 /* problem: that could also mean 2 (scart input) */
1015 break;
1016 case V4L2_TUNER_MODE_LANG1:
1017 source = 3; /* stereo or A */
1018 break;
1019 case V4L2_TUNER_MODE_LANG2:
1020 source = 4; /* stereo or B */
1021 break;
1022 default:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001023 source = 1;
1024 break;
1025 }
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001026 msp34xxg_set_source(client, source);
1027}
1028
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001029void msp_set_audmode(struct i2c_client *client)
1030{
1031 struct msp_state *state = i2c_get_clientdata(client);
1032
1033 switch (state->opmode) {
1034 case OPMODE_MANUAL:
1035 case OPMODE_AUTODETECT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001036 msp3400c_set_audmode(client);
1037 break;
1038 case OPMODE_AUTOSELECT:
1039 msp34xxg_set_audmode(client);
1040 break;
1041 }
1042}
1043
Hans Verkuilde533cc2006-03-19 08:21:56 -03001044int msp_detect_stereo(struct i2c_client *client)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001045{
1046 struct msp_state *state = i2c_get_clientdata(client);
1047
1048 switch (state->opmode) {
1049 case OPMODE_MANUAL:
1050 case OPMODE_AUTODETECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001051 return msp3400c_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001052 case OPMODE_AUTOSELECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001053 return msp34xxg_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001054 }
Hans Verkuilde533cc2006-03-19 08:21:56 -03001055 return 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001056}
1057