blob: 1c794c3b9f210efcb3d8702e3deb3dc3d43ad0c0 [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 Verkuil2474ed42006-03-19 12:35:57 -0300190 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200191 int i;
192
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200193 v4l_dbg(1, msp_debug, client, "set_mode: %d\n", mode);
194 state->mode = mode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200195 state->rxsubchans = V4L2_TUNER_SUB_MONO;
196
Hans Verkuil2474ed42006-03-19 12:35:57 -0300197 msp_write_dem(client, 0x00bb, data->ad_cv | (tuner ? 0x100 : 0));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200198
199 for (i = 5; i >= 0; i--) /* fir 1 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200200 msp_write_dem(client, 0x0001, data->fir1[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200201
202 msp_write_dem(client, 0x0005, 0x0004); /* fir 2 */
203 msp_write_dem(client, 0x0005, 0x0040);
204 msp_write_dem(client, 0x0005, 0x0000);
205 for (i = 5; i >= 0; i--)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200206 msp_write_dem(client, 0x0005, data->fir2[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200207
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200208 msp_write_dem(client, 0x0083, data->mode_reg);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200209
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200210 msp3400c_set_carrier(client, data->cdo1, data->cdo2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200211
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200212 msp_set_source(client, data->dsp_src);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300213 /* set prescales */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200214
Hans Verkuilde533cc2006-03-19 08:21:56 -0300215 /* volume prescale for SCART (AM mono input) */
216 msp_write_dsp(client, 0x000d, 0x1900);
217 msp_write_dsp(client, 0x000e, data->dsp_matrix);
218 if (state->has_nicam) /* nicam prescale */
219 msp_write_dsp(client, 0x0010, 0x5a00);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200220}
221
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200222/* Set audio mode. Note that the pre-'G' models do not support BTSC+SAP,
223 nor do they support stereo BTSC. */
Adrian Bunk044f3242006-03-08 10:50:07 -0300224static void msp3400c_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200225{
Hans Verkuild312a462006-01-09 18:21:36 -0200226 static char *strmode[] = { "mono", "stereo", "lang2", "lang1" };
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200227 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200228 char *modestr = (state->audmode >= 0 && state->audmode < 4) ?
229 strmode[state->audmode] : "unknown";
230 int src = 0; /* channel source: FM/AM, nicam or SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200231
232 if (state->opmode == OPMODE_AUTOSELECT) {
233 /* this method would break everything, let's make sure
234 * it's never called
235 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200236 v4l_dbg(1, msp_debug, client,
237 "set_audmode called with mode=%d instead of set_source (ignored)\n",
238 state->audmode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200239 return;
240 }
241
242 /* switch demodulator */
243 switch (state->mode) {
244 case MSP_MODE_FM_TERRA:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200245 v4l_dbg(1, msp_debug, client, "FM set_audmode: %s\n", modestr);
246 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200247 case V4L2_TUNER_MODE_STEREO:
248 msp_write_dsp(client, 0x000e, 0x3001);
249 break;
250 case V4L2_TUNER_MODE_MONO:
251 case V4L2_TUNER_MODE_LANG1:
252 case V4L2_TUNER_MODE_LANG2:
253 msp_write_dsp(client, 0x000e, 0x3000);
254 break;
255 }
256 break;
257 case MSP_MODE_FM_SAT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200258 v4l_dbg(1, msp_debug, client, "SAT set_audmode: %s\n", modestr);
259 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200260 case V4L2_TUNER_MODE_MONO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200261 msp3400c_set_carrier(client, MSP_CARRIER(6.5), MSP_CARRIER(6.5));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200262 break;
263 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200264 msp3400c_set_carrier(client, MSP_CARRIER(7.2), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200265 break;
266 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200267 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200268 break;
269 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200270 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200271 break;
272 }
273 break;
274 case MSP_MODE_FM_NICAM1:
275 case MSP_MODE_FM_NICAM2:
276 case MSP_MODE_AM_NICAM:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200277 v4l_dbg(1, msp_debug, client, "NICAM set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200278 if (state->nicam_on)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200279 src = 0x0100; /* NICAM */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200280 break;
281 case MSP_MODE_BTSC:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200282 v4l_dbg(1, msp_debug, client, "BTSC set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200283 break;
284 case MSP_MODE_EXTERN:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200285 v4l_dbg(1, msp_debug, client, "extern set_audmode: %s\n",modestr);
286 src = 0x0200; /* SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200287 break;
288 case MSP_MODE_FM_RADIO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200289 v4l_dbg(1, msp_debug, client, "FM-Radio set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200290 break;
291 default:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200292 v4l_dbg(1, msp_debug, client, "mono set_audmode\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200293 return;
294 }
295
296 /* switch audio */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200297 switch (state->audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200298 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200299 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200300 break;
301 case V4L2_TUNER_MODE_MONO:
302 if (state->mode == MSP_MODE_AM_NICAM) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200303 v4l_dbg(1, msp_debug, client, "switching to AM mono\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200304 /* AM mono decoding is handled by tuner, not MSP chip */
305 /* SCART switching control register */
306 msp_set_scart(client, SCART_MONO, 0);
307 src = 0x0200;
308 break;
309 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200310 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
311 src = 0x0030;
312 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200313 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200314 /* switch to stereo for stereo transmission, otherwise
315 keep first language */
316 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
317 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200318 break;
319 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200320 src |= 0x0010;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200321 break;
322 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200323 v4l_dbg(1, msp_debug, client, "set_audmode final source/matrix = 0x%x\n", src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200324
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200325 msp_set_source(client, src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200326}
327
328static void msp3400c_print_mode(struct i2c_client *client)
329{
330 struct msp_state *state = i2c_get_clientdata(client);
331
332 if (state->main == state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200333 v4l_dbg(1, msp_debug, client, "mono sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200334 state->main / 910000, (state->main / 910) % 1000);
335 } else {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200336 v4l_dbg(1, msp_debug, client, "main sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200337 state->main / 910000, (state->main / 910) % 1000);
338 }
339 if (state->mode == MSP_MODE_FM_NICAM1 || state->mode == MSP_MODE_FM_NICAM2)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200340 v4l_dbg(1, msp_debug, client, "NICAM/FM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200341 state->second / 910000, (state->second/910) % 1000);
342 if (state->mode == MSP_MODE_AM_NICAM)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200343 v4l_dbg(1, msp_debug, client, "NICAM/AM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200344 state->second / 910000, (state->second / 910) % 1000);
345 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200346 v4l_dbg(1, msp_debug, client, "FM-stereo carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200347 state->second / 910000, (state->second / 910) % 1000);
348 }
349}
350
351/* ----------------------------------------------------------------------- */
352
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200353static int msp3400c_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200354{
355 struct msp_state *state = i2c_get_clientdata(client);
356 int val;
357 int rxsubchans = state->rxsubchans;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200358 int newnicam = state->nicam_on;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200359 int update = 0;
360
361 switch (state->mode) {
362 case MSP_MODE_FM_TERRA:
363 val = msp_read_dsp(client, 0x18);
364 if (val > 32767)
365 val -= 65536;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200366 v4l_dbg(2, msp_debug, client, "stereo detect register: %d\n", val);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200367 if (val > 4096) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200368 rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200369 } else if (val < -4096) {
370 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
371 } else {
372 rxsubchans = V4L2_TUNER_SUB_MONO;
373 }
374 newnicam = 0;
375 break;
376 case MSP_MODE_FM_NICAM1:
377 case MSP_MODE_FM_NICAM2:
378 case MSP_MODE_AM_NICAM:
379 val = msp_read_dem(client, 0x23);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200380 v4l_dbg(2, msp_debug, client, "nicam sync=%d, mode=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200381 val & 1, (val & 0x1e) >> 1);
382
383 if (val & 1) {
384 /* nicam synced */
385 switch ((val & 0x1e) >> 1) {
386 case 0:
387 case 8:
388 rxsubchans = V4L2_TUNER_SUB_STEREO;
389 break;
390 case 1:
391 case 9:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200392 rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200393 break;
394 case 2:
395 case 10:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200396 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200397 break;
398 default:
399 rxsubchans = V4L2_TUNER_SUB_MONO;
400 break;
401 }
402 newnicam = 1;
403 } else {
404 newnicam = 0;
405 rxsubchans = V4L2_TUNER_SUB_MONO;
406 }
407 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200408 }
409 if (rxsubchans != state->rxsubchans) {
410 update = 1;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200411 v4l_dbg(1, msp_debug, client, "watch: rxsubchans %02x => %02x\n",
412 state->rxsubchans, rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200413 state->rxsubchans = rxsubchans;
414 }
415 if (newnicam != state->nicam_on) {
416 update = 1;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200417 v4l_dbg(1, msp_debug, client, "watch: nicam %d => %d\n",
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200418 state->nicam_on, newnicam);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200419 state->nicam_on = newnicam;
420 }
421 return update;
422}
423
424/*
425 * A kernel thread for msp3400 control -- we don't want to block the
426 * in the ioctl while doing the sound carrier & stereo detect
427 */
428/* stereo/multilang monitoring */
429static void watch_stereo(struct i2c_client *client)
430{
431 struct msp_state *state = i2c_get_clientdata(client);
432
Hans Verkuilde533cc2006-03-19 08:21:56 -0300433 if (msp_detect_stereo(client)) {
434 msp_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200435 }
436
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200437 if (msp_once)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200438 state->watch_stereo = 0;
439}
440
441int msp3400c_thread(void *data)
442{
443 struct i2c_client *client = data;
444 struct msp_state *state = i2c_get_clientdata(client);
445 struct msp3400c_carrier_detect *cd;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200446 int count, max1, max2, val1, val2, val, this;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200447
448
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200449 v4l_dbg(1, msp_debug, client, "msp3400 daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200450 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200451 v4l_dbg(2, msp_debug, client, "msp3400 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200452 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200453 v4l_dbg(2, msp_debug, client, "msp3400 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200454
455 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200456 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200457 state->restart = 0;
458 if (kthread_should_stop())
459 break;
460
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200461 if (state->radio || MSP_MODE_EXTERN == state->mode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200462 /* no carrier scan, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200463 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200464 msp_set_audio(client);
465 continue;
466 }
467
468 /* mute */
469 msp_set_mute(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300470 msp3400c_set_mode(client, MSP_MODE_AM_DETECT);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200471 val1 = val2 = 0;
472 max1 = max2 = -1;
473 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200474 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200475
476 /* some time for the tuner to sync */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200477 if (msp_sleep(state, 200))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200478 goto restart;
479
480 /* carrier detect pass #1 -- main carrier */
481 cd = msp3400c_carrier_detect_main;
482 count = ARRAY_SIZE(msp3400c_carrier_detect_main);
483
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200484 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200485 /* autodetect doesn't work well with AM ... */
486 max1 = 3;
487 count = 0;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200488 v4l_dbg(1, msp_debug, client, "AM sound override\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200489 }
490
491 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200492 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200493 if (msp_sleep(state,100))
494 goto restart;
495 val = msp_read_dsp(client, 0x1b);
496 if (val > 32767)
497 val -= 65536;
498 if (val1 < val)
499 val1 = val, max1 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200500 v4l_dbg(1, msp_debug, client, "carrier1 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200501 }
502
503 /* carrier detect pass #2 -- second (stereo) carrier */
504 switch (max1) {
505 case 1: /* 5.5 */
506 cd = msp3400c_carrier_detect_55;
507 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
508 break;
509 case 3: /* 6.5 */
510 cd = msp3400c_carrier_detect_65;
511 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
512 break;
513 case 0: /* 4.5 */
514 case 2: /* 6.0 */
515 default:
516 cd = NULL;
517 count = 0;
518 break;
519 }
520
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200521 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200522 /* autodetect doesn't work well with AM ... */
523 cd = NULL;
524 count = 0;
525 max2 = 0;
526 }
527 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200528 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200529 if (msp_sleep(state,100))
530 goto restart;
531 val = msp_read_dsp(client, 0x1b);
532 if (val > 32767)
533 val -= 65536;
534 if (val2 < val)
535 val2 = val, max2 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200536 v4l_dbg(1, msp_debug, client, "carrier2 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200537 }
538
539 /* program the msp3400 according to the results */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200540 state->main = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200541 switch (max1) {
542 case 1: /* 5.5 */
543 if (max2 == 0) {
544 /* B/G FM-stereo */
545 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200546 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200547 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200548 } else if (max2 == 1 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200549 /* B/G NICAM */
550 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200551 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
552 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200553 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200554 state->watch_stereo = 1;
555 } else {
556 goto no_second;
557 }
558 break;
559 case 2: /* 6.0 */
560 /* PAL I NICAM */
561 state->second = MSP_CARRIER(6.552);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200562 msp3400c_set_mode(client, MSP_MODE_FM_NICAM2);
563 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200564 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200565 state->watch_stereo = 1;
566 break;
567 case 3: /* 6.5 */
568 if (max2 == 1 || max2 == 2) {
569 /* D/K FM-stereo */
570 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200571 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200572 state->watch_stereo = 1;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200573 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200574 /* L NICAM or AM-mono */
575 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200576 msp3400c_set_mode(client, MSP_MODE_AM_NICAM);
577 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200578 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200579 } else if (max2 == 0 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200580 /* D/K NICAM */
581 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200582 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
583 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200584 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200585 state->watch_stereo = 1;
586 } else {
587 goto no_second;
588 }
589 break;
590 case 0: /* 4.5 */
591 default:
592 no_second:
593 state->second = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200594 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
595 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200596 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200597 break;
598 }
599
600 /* unmute */
601 msp_set_audio(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200602 msp3400c_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200603
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200604 if (msp_debug)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200605 msp3400c_print_mode(client);
606
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200607 /* monitor tv audio mode, the first time don't wait
608 so long to get a quick stereo/bilingual result */
609 if (msp_sleep(state, 1000))
610 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200611 while (state->watch_stereo) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200612 if (msp_sleep(state, 5000))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200613 goto restart;
614 watch_stereo(client);
615 }
616 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200617 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200618 return 0;
619}
620
621
622int msp3410d_thread(void *data)
623{
624 struct i2c_client *client = data;
625 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuild312a462006-01-09 18:21:36 -0200626 int val, i, std;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200627
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200628 v4l_dbg(1, msp_debug, client, "msp3410 daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200629
630 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200631 v4l_dbg(2, msp_debug, client, "msp3410 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200632 msp_sleep(state,-1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200633 v4l_dbg(2, msp_debug, client, "msp3410 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200634
635 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200636 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200637 state->restart = 0;
638 if (kthread_should_stop())
639 break;
640
641 if (state->mode == MSP_MODE_EXTERN) {
642 /* no carrier scan needed, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200643 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200644 msp_set_audio(client);
645 continue;
646 }
647
648 /* put into sane state (and mute) */
649 msp_reset(client);
650
651 /* some time for the tuner to sync */
652 if (msp_sleep(state,200))
653 goto restart;
654
Hans Verkuilde533cc2006-03-19 08:21:56 -0300655 /* start autodetect. Note: autodetect is not supported for
656 NTSC-M and radio, hence we force the standard in those cases. */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200657 if (state->radio)
658 std = 0x40;
Hans Verkuild312a462006-01-09 18:21:36 -0200659 else
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200660 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200661 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200662 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200663
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200664 if (msp_debug)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200665 v4l_dbg(2, msp_debug, client, "setting standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200666 msp_standard_std_name(std), std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200667
668 if (std != 1) {
669 /* programmed some specific mode */
670 val = std;
671 } else {
672 /* triggered autodetect */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200673 msp_write_dem(client, 0x20, std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200674 for (;;) {
Hans Verkuild312a462006-01-09 18:21:36 -0200675 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200676 goto restart;
677
678 /* check results */
679 val = msp_read_dem(client, 0x7e);
680 if (val < 0x07ff)
681 break;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200682 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200683 }
684 }
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200685 for (i = 0; msp_stdlist[i].name != NULL; i++)
686 if (msp_stdlist[i].retval == val)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200687 break;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200688 v4l_dbg(1, msp_debug, client, "current standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200689 msp_standard_std_name(val), val);
690 state->main = msp_stdlist[i].main;
691 state->second = msp_stdlist[i].second;
692 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200693
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200694 if (msp_amsound && !state->radio && (state->v4l2_std & V4L2_STD_SECAM) &&
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200695 (val != 0x0009)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200696 /* autodetection has failed, let backup */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200697 v4l_dbg(1, msp_debug, client, "autodetection failed,"
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200698 " switching to backup standard: %s (0x%04x)\n",
699 msp_stdlist[8].name ? msp_stdlist[8].name : "unknown",val);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300700 state->std = val = 0x0009;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200701 msp_write_dem(client, 0x20, val);
702 }
703
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200704 /* set stereo */
705 switch (val) {
706 case 0x0008: /* B/G NICAM */
707 case 0x000a: /* I NICAM */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300708 case 0x000b: /* D/K NICAM */
709 if (val == 0x000a)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200710 state->mode = MSP_MODE_FM_NICAM2;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300711 else
712 state->mode = MSP_MODE_FM_NICAM1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200713 /* just turn on stereo */
714 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
715 state->nicam_on = 1;
716 state->watch_stereo = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200717 break;
718 case 0x0009:
719 state->mode = MSP_MODE_AM_NICAM;
720 state->rxsubchans = V4L2_TUNER_SUB_MONO;
721 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200722 state->watch_stereo = 1;
723 break;
724 case 0x0020: /* BTSC */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200725 /* The pre-'G' models only have BTSC-mono */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200726 state->mode = MSP_MODE_BTSC;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200727 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200728 break;
729 case 0x0040: /* FM radio */
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200730 state->mode = MSP_MODE_FM_RADIO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200731 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200732 /* not needed in theory if we have radio, but
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200733 short programming enables carrier mute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200734 msp3400c_set_mode(client, MSP_MODE_FM_RADIO);
735 msp3400c_set_carrier(client, MSP_CARRIER(10.7),
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200736 MSP_CARRIER(10.7));
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200737 /* scart routing (this doesn't belong here I think) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200738 msp_set_scart(client,SCART_IN2,0);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200739 break;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300740 case 0x0002:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200741 case 0x0003:
742 case 0x0004:
743 case 0x0005:
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200744 state->mode = MSP_MODE_FM_TERRA;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200745 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200746 state->watch_stereo = 1;
747 break;
748 }
749
Hans Verkuilde533cc2006-03-19 08:21:56 -0300750 /* set various prescales */
751 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
752 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
753 if (state->has_nicam)
754 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
755
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200756 if (state->has_i2s_conf)
757 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200758
Hans Verkuilde533cc2006-03-19 08:21:56 -0300759 /* unmute, restore misc registers */
760 msp_set_audio(client);
761
762 msp_write_dsp(client, 0x13, state->acb);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200763 msp3400c_set_audmode(client);
764
765 /* monitor tv audio mode, the first time don't wait
766 so long to get a quick stereo/bilingual result */
767 if (msp_sleep(state, 1000))
768 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200769 while (state->watch_stereo) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200770 watch_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200771 if (msp_sleep(state, 5000))
772 goto restart;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200773 }
774 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200775 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200776 return 0;
777}
778
779/* ----------------------------------------------------------------------- */
780
Hans Verkuilde533cc2006-03-19 08:21:56 -0300781/* msp34xxG + (autoselect no-thread)
782 * this one uses both automatic standard detection and automatic sound
783 * select which are available in the newer G versions
784 * struct msp: only norm, acb and source are really used in this mode
785 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200786
Hans Verkuil9a80a932006-03-19 07:25:42 -0300787static int msp34xxg_modus(struct i2c_client *client)
788{
789 struct msp_state *state = i2c_get_clientdata(client);
790
791 if (state->radio) {
792 v4l_dbg(1, msp_debug, client, "selected radio modus\n");
793 return 0x0001;
794 }
795
796 if (state->v4l2_std & V4L2_STD_PAL) {
797 v4l_dbg(1, msp_debug, client, "selected PAL modus\n");
798 return 0x7001;
799 }
800 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
801 v4l_dbg(1, msp_debug, client, "selected M (EIA-J) modus\n");
802 return 0x4001;
803 }
804 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) {
805 v4l_dbg(1, msp_debug, client, "selected M (A2) modus\n");
806 return 0x0001;
807 }
808 if (state->v4l2_std & V4L2_STD_MN) {
809 v4l_dbg(1, msp_debug, client, "selected M (BTSC) modus\n");
810 return 0x2001;
811 }
812 if (state->v4l2_std & V4L2_STD_SECAM) {
813 v4l_dbg(1, msp_debug, client, "selected SECAM modus\n");
814 return 0x6001;
815 }
816 return 0x0001;
817}
818
Hans Verkuil2474ed42006-03-19 12:35:57 -0300819static void msp34xxg_set_source(struct i2c_client *client, u16 reg, int in)
820 {
821 struct msp_state *state = i2c_get_clientdata(client);
822 int source, matrix;
823
824 switch (state->audmode) {
825 case V4L2_TUNER_MODE_MONO:
826 source = 0; /* mono only */
827 matrix = 0x30;
828 break;
829 case V4L2_TUNER_MODE_LANG1:
830 source = 3; /* stereo or A */
831 matrix = 0x00;
832 break;
833 case V4L2_TUNER_MODE_LANG2:
834 source = 4; /* stereo or B */
835 matrix = 0x10;
836 break;
837 case V4L2_TUNER_MODE_STEREO:
838 default:
839 source = 1; /* stereo or A|B */
840 matrix = 0x20;
841 break;
842 }
843
844 if (in == MSP_DSP_OUT_TUNER)
845 source = (source << 8) | 0x20;
846 /* the msp34x2g puts the MAIN_AVC, MAIN and AUX sources in 12, 13, 14
847 instead of 11, 12, 13. So we add one for that msp version. */
848 else if (in >= MSP_DSP_OUT_MAIN_AVC && state->has_dolby_pro_logic)
849 source = ((in + 1) << 8) | matrix;
850 else
851 source = (in << 8) | matrix;
852
853 v4l_dbg(1, msp_debug, client, "set source to %d (0x%x) for output %02x\n",
854 in, source, reg);
855 msp_write_dsp(client, reg, source);
856}
857
858static void msp34xxg_set_sources(struct i2c_client *client)
859{
860 struct msp_state *state = i2c_get_clientdata(client);
861 u32 in = state->routing.input;
862
863 msp34xxg_set_source(client, 0x0008, (in >> 4) & 0xf);
864 /* quasi-peak detector is set to same input as the loudspeaker (MAIN) */
865 msp34xxg_set_source(client, 0x000c, (in >> 4) & 0xf);
866 msp34xxg_set_source(client, 0x0009, (in >> 8) & 0xf);
867 msp34xxg_set_source(client, 0x000a, (in >> 12) & 0xf);
868 if (state->has_scart23_in_scart2_out)
869 msp34xxg_set_source(client, 0x0041, (in >> 16) & 0xf);
870 msp34xxg_set_source(client, 0x000b, (in >> 20) & 0xf);
871}
872
Hans Verkuilde533cc2006-03-19 08:21:56 -0300873/* (re-)initialize the msp34xxg */
874static void msp34xxg_reset(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200875{
876 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300877 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300878 int modus;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200879
Hans Verkuilde533cc2006-03-19 08:21:56 -0300880 /* initialize std to 1 (autodetect) to signal that no standard is
881 selected yet. */
882 state->std = 1;
883
884 msp_reset(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200885
886 /* make sure that input/output is muted (paranoid mode) */
887 /* ACB, mute DSP input, mute SCART 1 */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300888 msp_write_dsp(client, 0x13, 0x0f20);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200889
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200890 if (state->has_i2s_conf)
891 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200892
893 /* step-by-step initialisation, as described in the manual */
Hans Verkuil9a80a932006-03-19 07:25:42 -0300894 modus = msp34xxg_modus(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300895 modus |= tuner ? 0x100 : 0;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300896 msp_write_dem(client, 0x30, modus);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200897
898 /* write the dsps that may have an influence on
899 standard/audio autodetection right now */
Hans Verkuil2474ed42006-03-19 12:35:57 -0300900 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200901
Hans Verkuilde533cc2006-03-19 08:21:56 -0300902 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
903 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
904 if (state->has_nicam)
905 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200906
Hans Verkuilde533cc2006-03-19 08:21:56 -0300907 /* set identification threshold. Personally, I
908 * I set it to a higher value than the default
909 * of 0x190 to ignore noisy stereo signals.
910 * this needs tuning. (recommended range 0x00a0-0x03c0)
911 * 0x7f0 = forced mono mode
912 *
913 * a2 threshold for stereo/bilingual.
914 * Note: this register is part of the Manual/Compatibility mode.
915 * It is supported by all 'G'-family chips.
916 */
917 msp_write_dem(client, 0x22, msp_stereo_thresh);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200918}
919
920int msp34xxg_thread(void *data)
921{
922 struct i2c_client *client = data;
923 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300924 int val, i;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200925
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200926 v4l_dbg(1, msp_debug, client, "msp34xxg daemon started\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200927
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200928 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200929 v4l_dbg(2, msp_debug, client, "msp34xxg thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200930 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200931 v4l_dbg(2, msp_debug, client, "msp34xxg thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200932
933 restart:
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200934 v4l_dbg(1, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200935 state->restart = 0;
936 if (kthread_should_stop())
937 break;
938
939 /* setup the chip*/
940 msp34xxg_reset(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300941 state->std = state->radio ? 0x40 : msp_standard;
942 if (state->std != 1)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200943 goto unmute;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300944 /* start autodetect */
945 msp_write_dem(client, 0x20, state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200946
947 /* watch autodetect */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300948 v4l_dbg(1, msp_debug, client, "started autodetect, waiting for result\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200949 for (i = 0; i < 10; i++) {
950 if (msp_sleep(state, 100))
951 goto restart;
952
953 /* check results */
954 val = msp_read_dem(client, 0x7e);
955 if (val < 0x07ff) {
Hans Verkuilde533cc2006-03-19 08:21:56 -0300956 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200957 break;
958 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200959 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200960 }
Hans Verkuilde533cc2006-03-19 08:21:56 -0300961 if (state->std == 1) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200962 v4l_dbg(1, msp_debug, client, "detection still in progress after 10 tries. giving up.\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200963 continue;
964 }
965
966 unmute:
Hans Verkuilde533cc2006-03-19 08:21:56 -0300967 v4l_dbg(1, msp_debug, client, "detected standard: %s (0x%04x)\n",
968 msp_standard_std_name(state->std), state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200969
970 /* unmute: dispatch sound to scart output, set scart volume */
971 msp_set_audio(client);
972
973 /* restore ACB */
974 if (msp_write_dsp(client, 0x13, state->acb))
975 return -1;
976
Hans Verkuilde533cc2006-03-19 08:21:56 -0300977 /* the periodic stereo/SAP check is only relevant for
978 the 0x20 standard (BTSC) */
979 if (state->std != 0x20)
980 continue;
981
982 state->watch_stereo = 1;
983
984 /* monitor tv audio mode, the first time don't wait
985 in order to get a quick stereo/SAP update */
986 watch_stereo(client);
987 while (state->watch_stereo) {
988 watch_stereo(client);
989 if (msp_sleep(state, 5000))
990 goto restart;
991 }
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200992 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200993 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200994 return 0;
995}
996
Hans Verkuilde533cc2006-03-19 08:21:56 -0300997static int msp34xxg_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200998{
999 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001000 int status = msp_read_dem(client, 0x0200);
1001 int is_bilingual = status & 0x100;
1002 int is_stereo = status & 0x40;
Hans Verkuilde533cc2006-03-19 08:21:56 -03001003 int oldrx = state->rxsubchans;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001004
1005 state->rxsubchans = 0;
1006 if (is_stereo)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001007 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001008 else
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001009 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001010 if (is_bilingual) {
Hans Verkuilde533cc2006-03-19 08:21:56 -03001011 if (state->std == 0x20)
1012 state->rxsubchans |= V4L2_TUNER_SUB_SAP;
1013 else
1014 state->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001015 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -02001016 v4l_dbg(1, msp_debug, client, "status=0x%x, stereo=%d, bilingual=%d -> rxsubchans=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001017 status, is_stereo, is_bilingual, state->rxsubchans);
Hans Verkuilde533cc2006-03-19 08:21:56 -03001018 return (oldrx != state->rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001019}
1020
Adrian Bunk044f3242006-03-08 10:50:07 -03001021static void msp34xxg_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001022{
1023 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001024
Hans Verkuilde533cc2006-03-19 08:21:56 -03001025 if (state->std == 0x20) {
1026 if ((state->rxsubchans & V4L2_TUNER_SUB_SAP) &&
1027 (state->audmode == V4L2_TUNER_MODE_STEREO ||
1028 state->audmode == V4L2_TUNER_MODE_LANG2)) {
1029 msp_write_dem(client, 0x20, 0x21);
1030 } else {
1031 msp_write_dem(client, 0x20, 0x20);
1032 }
1033 }
1034
Hans Verkuil2474ed42006-03-19 12:35:57 -03001035 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001036}
1037
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001038void msp_set_audmode(struct i2c_client *client)
1039{
1040 struct msp_state *state = i2c_get_clientdata(client);
1041
1042 switch (state->opmode) {
1043 case OPMODE_MANUAL:
1044 case OPMODE_AUTODETECT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001045 msp3400c_set_audmode(client);
1046 break;
1047 case OPMODE_AUTOSELECT:
1048 msp34xxg_set_audmode(client);
1049 break;
1050 }
1051}
1052
Hans Verkuilde533cc2006-03-19 08:21:56 -03001053int msp_detect_stereo(struct i2c_client *client)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001054{
1055 struct msp_state *state = i2c_get_clientdata(client);
1056
1057 switch (state->opmode) {
1058 case OPMODE_MANUAL:
1059 case OPMODE_AUTODETECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001060 return msp3400c_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001061 case OPMODE_AUTOSELECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001062 return msp34xxg_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001063 }
Hans Verkuilde533cc2006-03-19 08:21:56 -03001064 return 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001065}
1066