blob: d5ee2629121e93794b28680ecdc7b4e1e1eab106 [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>
Rafael J. Wysocki83144182007-07-17 04:03:35 -070026#include <linux/freezer.h>
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020027#include <linux/videodev.h>
28#include <linux/videodev2.h>
29#include <media/v4l2-common.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030030#include <media/msp3400.h>
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020031#include <linux/kthread.h>
32#include <linux/suspend.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030033#include "msp3400-driver.h"
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020034
35/* this one uses the automatic sound standard detection of newer msp34xx
36 chip versions */
37static struct {
38 int retval;
39 int main, second;
40 char *name;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -020041} msp_stdlist[] = {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020042 { 0x0000, 0, 0, "could not detect sound standard" },
43 { 0x0001, 0, 0, "autodetect start" },
44 { 0x0002, MSP_CARRIER(4.5), MSP_CARRIER(4.72), "4.5/4.72 M Dual FM-Stereo" },
45 { 0x0003, MSP_CARRIER(5.5), MSP_CARRIER(5.7421875), "5.5/5.74 B/G Dual FM-Stereo" },
46 { 0x0004, MSP_CARRIER(6.5), MSP_CARRIER(6.2578125), "6.5/6.25 D/K1 Dual FM-Stereo" },
47 { 0x0005, MSP_CARRIER(6.5), MSP_CARRIER(6.7421875), "6.5/6.74 D/K2 Dual FM-Stereo" },
48 { 0x0006, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 D/K FM-Mono (HDEV3)" },
Hans Verkuilde533cc2006-03-19 08:21:56 -030049 { 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 -020050 { 0x0008, MSP_CARRIER(5.5), MSP_CARRIER(5.85), "5.5/5.85 B/G NICAM FM" },
51 { 0x0009, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 L NICAM AM" },
52 { 0x000a, MSP_CARRIER(6.0), MSP_CARRIER(6.55), "6.0/6.55 I NICAM FM" },
53 { 0x000b, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 D/K NICAM FM" },
54 { 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 -030055 { 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 -020056 { 0x0020, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Stereo" },
57 { 0x0021, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Mono + SAP" },
58 { 0x0030, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M EIA-J Japan Stereo" },
59 { 0x0040, MSP_CARRIER(10.7), MSP_CARRIER(10.7), "10.7 FM-Stereo Radio" },
60 { 0x0050, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 SAT-Mono" },
61 { 0x0051, MSP_CARRIER(7.02), MSP_CARRIER(7.20), "7.02/7.20 SAT-Stereo" },
62 { 0x0060, MSP_CARRIER(7.2), MSP_CARRIER(7.2), "7.2 SAT ADR" },
63 { -1, 0, 0, NULL }, /* EOF */
64};
65
66static struct msp3400c_init_data_dem {
67 int fir1[6];
68 int fir2[6];
69 int cdo1;
70 int cdo2;
71 int ad_cv;
72 int mode_reg;
73 int dsp_src;
74 int dsp_matrix;
75} msp3400c_init_data[] = {
76 { /* AM (for carrier detect / msp3400) */
77 {75, 19, 36, 35, 39, 40},
78 {75, 19, 36, 35, 39, 40},
79 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
80 0x00d0, 0x0500, 0x0020, 0x3000
81 },{ /* AM (for carrier detect / msp3410) */
82 {-1, -1, -8, 2, 59, 126},
83 {-1, -1, -8, 2, 59, 126},
84 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
85 0x00d0, 0x0100, 0x0020, 0x3000
86 },{ /* FM Radio */
87 {-8, -8, 4, 6, 78, 107},
88 {-8, -8, 4, 6, 78, 107},
89 MSP_CARRIER(10.7), MSP_CARRIER(10.7),
90 0x00d0, 0x0480, 0x0020, 0x3000
91 },{ /* Terrestial FM-mono + FM-stereo */
92 {3, 18, 27, 48, 66, 72},
93 {3, 18, 27, 48, 66, 72},
94 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
95 0x00d0, 0x0480, 0x0030, 0x3000
96 },{ /* Sat FM-mono */
97 { 1, 9, 14, 24, 33, 37},
98 { 3, 18, 27, 48, 66, 72},
99 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
100 0x00c6, 0x0480, 0x0000, 0x3000
101 },{ /* NICAM/FM -- B/G (5.5/5.85), D/K (6.5/5.85) */
102 {-2, -8, -10, 10, 50, 86},
103 {3, 18, 27, 48, 66, 72},
104 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
105 0x00d0, 0x0040, 0x0120, 0x3000
106 },{ /* NICAM/FM -- I (6.0/6.552) */
107 {2, 4, -6, -4, 40, 94},
108 {3, 18, 27, 48, 66, 72},
109 MSP_CARRIER(6.0), MSP_CARRIER(6.0),
110 0x00d0, 0x0040, 0x0120, 0x3000
111 },{ /* NICAM/AM -- L (6.5/5.85) */
112 {-2, -8, -10, 10, 50, 86},
113 {-4, -12, -9, 23, 79, 126},
114 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200115 0x00c6, 0x0140, 0x0120, 0x7c00
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200116 },
117};
118
119struct msp3400c_carrier_detect {
120 int cdo;
121 char *name;
122};
123
124static struct msp3400c_carrier_detect msp3400c_carrier_detect_main[] = {
125 /* main carrier */
126 { MSP_CARRIER(4.5), "4.5 NTSC" },
127 { MSP_CARRIER(5.5), "5.5 PAL B/G" },
128 { MSP_CARRIER(6.0), "6.0 PAL I" },
129 { MSP_CARRIER(6.5), "6.5 PAL D/K + SAT + SECAM" }
130};
131
132static struct msp3400c_carrier_detect msp3400c_carrier_detect_55[] = {
133 /* PAL B/G */
134 { MSP_CARRIER(5.7421875), "5.742 PAL B/G FM-stereo" },
135 { MSP_CARRIER(5.85), "5.85 PAL B/G NICAM" }
136};
137
138static struct msp3400c_carrier_detect msp3400c_carrier_detect_65[] = {
139 /* PAL SAT / SECAM */
140 { MSP_CARRIER(5.85), "5.85 PAL D/K + SECAM NICAM" },
141 { MSP_CARRIER(6.2578125), "6.25 PAL D/K1 FM-stereo" },
142 { MSP_CARRIER(6.7421875), "6.74 PAL D/K2 FM-stereo" },
143 { MSP_CARRIER(7.02), "7.02 PAL SAT FM-stereo s/b" },
144 { MSP_CARRIER(7.20), "7.20 PAL SAT FM-stereo s" },
145 { MSP_CARRIER(7.38), "7.38 PAL SAT FM-stereo b" },
146};
147
148/* ------------------------------------------------------------------------ */
149
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200150const char *msp_standard_std_name(int std)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200151{
152 int i;
153
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200154 for (i = 0; msp_stdlist[i].name != NULL; i++)
155 if (msp_stdlist[i].retval == std)
156 return msp_stdlist[i].name;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200157 return "unknown";
158}
159
Adrian Bunk044f3242006-03-08 10:50:07 -0300160static void msp_set_source(struct i2c_client *client, u16 src)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200161{
162 struct msp_state *state = i2c_get_clientdata(client);
163
164 if (msp_dolby) {
165 msp_write_dsp(client, 0x0008, 0x0520); /* I2S1 */
166 msp_write_dsp(client, 0x0009, 0x0620); /* I2S2 */
167 } else {
168 msp_write_dsp(client, 0x0008, src);
169 msp_write_dsp(client, 0x0009, src);
170 }
171 msp_write_dsp(client, 0x000a, src);
172 msp_write_dsp(client, 0x000b, src);
173 msp_write_dsp(client, 0x000c, src);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300174 if (state->has_scart2_out)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200175 msp_write_dsp(client, 0x0041, src);
176}
177
178void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200179{
180 msp_write_dem(client, 0x0093, cdo1 & 0xfff);
181 msp_write_dem(client, 0x009b, cdo1 >> 12);
182 msp_write_dem(client, 0x00a3, cdo2 & 0xfff);
183 msp_write_dem(client, 0x00ab, cdo2 >> 12);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200184 msp_write_dem(client, 0x0056, 0); /* LOAD_REG_1/2 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200185}
186
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200187void msp3400c_set_mode(struct i2c_client *client, int mode)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200188{
189 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200190 struct msp3400c_init_data_dem *data = &msp3400c_init_data[mode];
Hans Verkuil2474ed42006-03-19 12:35:57 -0300191 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200192 int i;
193
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200194 v4l_dbg(1, msp_debug, client, "set_mode: %d\n", mode);
195 state->mode = mode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200196 state->rxsubchans = V4L2_TUNER_SUB_MONO;
197
Hans Verkuil2474ed42006-03-19 12:35:57 -0300198 msp_write_dem(client, 0x00bb, data->ad_cv | (tuner ? 0x100 : 0));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200199
200 for (i = 5; i >= 0; i--) /* fir 1 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200201 msp_write_dem(client, 0x0001, data->fir1[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200202
203 msp_write_dem(client, 0x0005, 0x0004); /* fir 2 */
204 msp_write_dem(client, 0x0005, 0x0040);
205 msp_write_dem(client, 0x0005, 0x0000);
206 for (i = 5; i >= 0; i--)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200207 msp_write_dem(client, 0x0005, data->fir2[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200208
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200209 msp_write_dem(client, 0x0083, data->mode_reg);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200210
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200211 msp3400c_set_carrier(client, data->cdo1, data->cdo2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200212
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200213 msp_set_source(client, data->dsp_src);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300214 /* set prescales */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200215
Hans Verkuilde533cc2006-03-19 08:21:56 -0300216 /* volume prescale for SCART (AM mono input) */
217 msp_write_dsp(client, 0x000d, 0x1900);
218 msp_write_dsp(client, 0x000e, data->dsp_matrix);
219 if (state->has_nicam) /* nicam prescale */
220 msp_write_dsp(client, 0x0010, 0x5a00);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200221}
222
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200223/* Set audio mode. Note that the pre-'G' models do not support BTSC+SAP,
224 nor do they support stereo BTSC. */
Adrian Bunk044f3242006-03-08 10:50:07 -0300225static void msp3400c_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200226{
Hans Verkuil301e22d2006-03-18 17:15:00 -0300227 static char *strmode[] = { "mono", "stereo", "lang2", "lang1", "lang1+lang2" };
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200228 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil301e22d2006-03-18 17:15:00 -0300229 char *modestr = (state->audmode >= 0 && state->audmode < 5) ?
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200230 strmode[state->audmode] : "unknown";
231 int src = 0; /* channel source: FM/AM, nicam or SCART */
Hans Verkuil70615612006-03-29 14:31:44 -0300232 int audmode = state->audmode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200233
234 if (state->opmode == OPMODE_AUTOSELECT) {
235 /* this method would break everything, let's make sure
236 * it's never called
237 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200238 v4l_dbg(1, msp_debug, client,
239 "set_audmode called with mode=%d instead of set_source (ignored)\n",
240 state->audmode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200241 return;
242 }
243
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300244 /* Note: for the C and D revs no NTSC stereo + SAP is possible as
245 the hardware does not support SAP. So the rxsubchans combination
246 of STEREO | LANG2 does not occur. */
247
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300248 if (state->mode != MSP_MODE_EXTERN) {
249 /* switch to mono if only mono is available */
250 if (state->rxsubchans == V4L2_TUNER_SUB_MONO)
251 audmode = V4L2_TUNER_MODE_MONO;
252 /* if bilingual */
253 else if (state->rxsubchans & V4L2_TUNER_SUB_LANG2) {
254 /* and mono or stereo, then fallback to lang1 */
255 if (audmode == V4L2_TUNER_MODE_MONO ||
256 audmode == V4L2_TUNER_MODE_STEREO)
257 audmode = V4L2_TUNER_MODE_LANG1;
258 }
259 /* if stereo, and audmode is not mono, then switch to stereo */
260 else if (audmode != V4L2_TUNER_MODE_MONO)
261 audmode = V4L2_TUNER_MODE_STEREO;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300262 }
Hans Verkuil70615612006-03-29 14:31:44 -0300263
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200264 /* switch demodulator */
265 switch (state->mode) {
266 case MSP_MODE_FM_TERRA:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200267 v4l_dbg(1, msp_debug, client, "FM set_audmode: %s\n", modestr);
Hans Verkuil70615612006-03-29 14:31:44 -0300268 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200269 case V4L2_TUNER_MODE_STEREO:
270 msp_write_dsp(client, 0x000e, 0x3001);
271 break;
272 case V4L2_TUNER_MODE_MONO:
273 case V4L2_TUNER_MODE_LANG1:
274 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300275 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200276 msp_write_dsp(client, 0x000e, 0x3000);
277 break;
278 }
279 break;
280 case MSP_MODE_FM_SAT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200281 v4l_dbg(1, msp_debug, client, "SAT set_audmode: %s\n", modestr);
Hans Verkuil70615612006-03-29 14:31:44 -0300282 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200283 case V4L2_TUNER_MODE_MONO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200284 msp3400c_set_carrier(client, MSP_CARRIER(6.5), MSP_CARRIER(6.5));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200285 break;
286 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300287 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200288 msp3400c_set_carrier(client, MSP_CARRIER(7.2), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200289 break;
290 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200291 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200292 break;
293 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200294 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200295 break;
296 }
297 break;
298 case MSP_MODE_FM_NICAM1:
299 case MSP_MODE_FM_NICAM2:
300 case MSP_MODE_AM_NICAM:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200301 v4l_dbg(1, msp_debug, client, "NICAM set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200302 if (state->nicam_on)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200303 src = 0x0100; /* NICAM */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200304 break;
305 case MSP_MODE_BTSC:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200306 v4l_dbg(1, msp_debug, client, "BTSC set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200307 break;
308 case MSP_MODE_EXTERN:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200309 v4l_dbg(1, msp_debug, client, "extern set_audmode: %s\n",modestr);
310 src = 0x0200; /* SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200311 break;
312 case MSP_MODE_FM_RADIO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200313 v4l_dbg(1, msp_debug, client, "FM-Radio set_audmode: %s\n",modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200314 break;
315 default:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200316 v4l_dbg(1, msp_debug, client, "mono set_audmode\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200317 return;
318 }
319
320 /* switch audio */
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300321 v4l_dbg(1, msp_debug, client, "set audmode %d\n", audmode);
Hans Verkuil70615612006-03-29 14:31:44 -0300322 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200323 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300324 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200325 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200326 break;
327 case V4L2_TUNER_MODE_MONO:
328 if (state->mode == MSP_MODE_AM_NICAM) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200329 v4l_dbg(1, msp_debug, client, "switching to AM mono\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200330 /* AM mono decoding is handled by tuner, not MSP chip */
331 /* SCART switching control register */
332 msp_set_scart(client, SCART_MONO, 0);
333 src = 0x0200;
334 break;
335 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200336 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
337 src = 0x0030;
338 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200339 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200340 break;
341 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200342 src |= 0x0010;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200343 break;
344 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200345 v4l_dbg(1, msp_debug, client, "set_audmode final source/matrix = 0x%x\n", src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200346
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200347 msp_set_source(client, src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200348}
349
350static void msp3400c_print_mode(struct i2c_client *client)
351{
352 struct msp_state *state = i2c_get_clientdata(client);
353
354 if (state->main == state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200355 v4l_dbg(1, msp_debug, client, "mono sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200356 state->main / 910000, (state->main / 910) % 1000);
357 } else {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200358 v4l_dbg(1, msp_debug, client, "main sound carrier: %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200359 state->main / 910000, (state->main / 910) % 1000);
360 }
361 if (state->mode == MSP_MODE_FM_NICAM1 || state->mode == MSP_MODE_FM_NICAM2)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200362 v4l_dbg(1, msp_debug, client, "NICAM/FM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200363 state->second / 910000, (state->second/910) % 1000);
364 if (state->mode == MSP_MODE_AM_NICAM)
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200365 v4l_dbg(1, msp_debug, client, "NICAM/AM carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200366 state->second / 910000, (state->second / 910) % 1000);
367 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200368 v4l_dbg(1, msp_debug, client, "FM-stereo carrier : %d.%03d MHz\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200369 state->second / 910000, (state->second / 910) % 1000);
370 }
371}
372
373/* ----------------------------------------------------------------------- */
374
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200375static int msp3400c_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200376{
377 struct msp_state *state = i2c_get_clientdata(client);
378 int val;
379 int rxsubchans = state->rxsubchans;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200380 int newnicam = state->nicam_on;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200381 int update = 0;
382
383 switch (state->mode) {
384 case MSP_MODE_FM_TERRA:
385 val = msp_read_dsp(client, 0x18);
386 if (val > 32767)
387 val -= 65536;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200388 v4l_dbg(2, msp_debug, client, "stereo detect register: %d\n", val);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300389 if (val > 8192) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200390 rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200391 } else if (val < -4096) {
392 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
393 } else {
394 rxsubchans = V4L2_TUNER_SUB_MONO;
395 }
396 newnicam = 0;
397 break;
398 case MSP_MODE_FM_NICAM1:
399 case MSP_MODE_FM_NICAM2:
400 case MSP_MODE_AM_NICAM:
401 val = msp_read_dem(client, 0x23);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200402 v4l_dbg(2, msp_debug, client, "nicam sync=%d, mode=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200403 val & 1, (val & 0x1e) >> 1);
404
405 if (val & 1) {
406 /* nicam synced */
407 switch ((val & 0x1e) >> 1) {
408 case 0:
409 case 8:
410 rxsubchans = V4L2_TUNER_SUB_STEREO;
411 break;
412 case 1:
413 case 9:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200414 rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200415 break;
416 case 2:
417 case 10:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200418 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200419 break;
420 default:
421 rxsubchans = V4L2_TUNER_SUB_MONO;
422 break;
423 }
424 newnicam = 1;
425 } else {
426 newnicam = 0;
427 rxsubchans = V4L2_TUNER_SUB_MONO;
428 }
429 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200430 }
431 if (rxsubchans != state->rxsubchans) {
432 update = 1;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200433 v4l_dbg(1, msp_debug, client, "watch: rxsubchans %02x => %02x\n",
434 state->rxsubchans, rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200435 state->rxsubchans = rxsubchans;
436 }
437 if (newnicam != state->nicam_on) {
438 update = 1;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200439 v4l_dbg(1, msp_debug, client, "watch: nicam %d => %d\n",
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200440 state->nicam_on, newnicam);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200441 state->nicam_on = newnicam;
442 }
443 return update;
444}
445
446/*
447 * A kernel thread for msp3400 control -- we don't want to block the
448 * in the ioctl while doing the sound carrier & stereo detect
449 */
450/* stereo/multilang monitoring */
451static void watch_stereo(struct i2c_client *client)
452{
453 struct msp_state *state = i2c_get_clientdata(client);
454
Hans Verkuilde533cc2006-03-19 08:21:56 -0300455 if (msp_detect_stereo(client)) {
456 msp_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200457 }
458
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200459 if (msp_once)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200460 state->watch_stereo = 0;
461}
462
463int msp3400c_thread(void *data)
464{
465 struct i2c_client *client = data;
466 struct msp_state *state = i2c_get_clientdata(client);
467 struct msp3400c_carrier_detect *cd;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200468 int count, max1, max2, val1, val2, val, this;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200469
470
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200471 v4l_dbg(1, msp_debug, client, "msp3400 daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700472 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200473 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200474 v4l_dbg(2, msp_debug, client, "msp3400 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200475 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200476 v4l_dbg(2, msp_debug, client, "msp3400 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200477
478 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200479 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200480 state->restart = 0;
481 if (kthread_should_stop())
482 break;
483
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200484 if (state->radio || MSP_MODE_EXTERN == state->mode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200485 /* no carrier scan, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200486 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300487 state->scan_in_progress = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200488 msp_set_audio(client);
489 continue;
490 }
491
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300492 /* mute audio */
493 state->scan_in_progress = 1;
494 msp_set_audio(client);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300495
Hans Verkuilde533cc2006-03-19 08:21:56 -0300496 msp3400c_set_mode(client, MSP_MODE_AM_DETECT);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200497 val1 = val2 = 0;
498 max1 = max2 = -1;
499 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200500 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200501
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300502 /* wait for tuner to settle down after a channel change */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200503 if (msp_sleep(state, 200))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200504 goto restart;
505
506 /* carrier detect pass #1 -- main carrier */
507 cd = msp3400c_carrier_detect_main;
508 count = ARRAY_SIZE(msp3400c_carrier_detect_main);
509
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200510 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200511 /* autodetect doesn't work well with AM ... */
512 max1 = 3;
513 count = 0;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200514 v4l_dbg(1, msp_debug, client, "AM sound override\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200515 }
516
517 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200518 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200519 if (msp_sleep(state,100))
520 goto restart;
521 val = msp_read_dsp(client, 0x1b);
522 if (val > 32767)
523 val -= 65536;
524 if (val1 < val)
525 val1 = val, max1 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200526 v4l_dbg(1, msp_debug, client, "carrier1 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200527 }
528
529 /* carrier detect pass #2 -- second (stereo) carrier */
530 switch (max1) {
531 case 1: /* 5.5 */
532 cd = msp3400c_carrier_detect_55;
533 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
534 break;
535 case 3: /* 6.5 */
536 cd = msp3400c_carrier_detect_65;
537 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
538 break;
539 case 0: /* 4.5 */
540 case 2: /* 6.0 */
541 default:
542 cd = NULL;
543 count = 0;
544 break;
545 }
546
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200547 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200548 /* autodetect doesn't work well with AM ... */
549 cd = NULL;
550 count = 0;
551 max2 = 0;
552 }
553 for (this = 0; this < count; this++) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200554 msp3400c_set_carrier(client, cd[this].cdo, cd[this].cdo);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200555 if (msp_sleep(state,100))
556 goto restart;
557 val = msp_read_dsp(client, 0x1b);
558 if (val > 32767)
559 val -= 65536;
560 if (val2 < val)
561 val2 = val, max2 = this;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200562 v4l_dbg(1, msp_debug, client, "carrier2 val: %5d / %s\n", val,cd[this].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200563 }
564
565 /* program the msp3400 according to the results */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200566 state->main = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200567 switch (max1) {
568 case 1: /* 5.5 */
569 if (max2 == 0) {
570 /* B/G FM-stereo */
571 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200572 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200573 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200574 } else if (max2 == 1 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200575 /* B/G NICAM */
576 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200577 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200578 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200579 state->watch_stereo = 1;
580 } else {
581 goto no_second;
582 }
583 break;
584 case 2: /* 6.0 */
585 /* PAL I NICAM */
586 state->second = MSP_CARRIER(6.552);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200587 msp3400c_set_mode(client, MSP_MODE_FM_NICAM2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200588 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200589 state->watch_stereo = 1;
590 break;
591 case 3: /* 6.5 */
592 if (max2 == 1 || max2 == 2) {
593 /* D/K FM-stereo */
594 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200595 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200596 state->watch_stereo = 1;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200597 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200598 /* L NICAM or AM-mono */
599 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200600 msp3400c_set_mode(client, MSP_MODE_AM_NICAM);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200601 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200602 } else if (max2 == 0 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200603 /* D/K NICAM */
604 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200605 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200606 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200607 state->watch_stereo = 1;
608 } else {
609 goto no_second;
610 }
611 break;
612 case 0: /* 4.5 */
613 default:
614 no_second:
615 state->second = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200616 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200617 break;
618 }
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300619 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200620
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300621 /* unmute */
622 state->scan_in_progress = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200623 msp3400c_set_audmode(client);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300624 msp_set_audio(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200625
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200626 if (msp_debug)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200627 msp3400c_print_mode(client);
628
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200629 /* monitor tv audio mode, the first time don't wait
630 so long to get a quick stereo/bilingual result */
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300631 count = 3;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200632 while (state->watch_stereo) {
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300633 if (msp_sleep(state, count ? 1000 : 5000))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200634 goto restart;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300635 if (count) count--;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300636 watch_stereo(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200637 }
638 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200639 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200640 return 0;
641}
642
643
644int msp3410d_thread(void *data)
645{
646 struct i2c_client *client = data;
647 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300648 int val, i, std, count;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200649
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200650 v4l_dbg(1, msp_debug, client, "msp3410 daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700651 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200652 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200653 v4l_dbg(2, msp_debug, client, "msp3410 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200654 msp_sleep(state,-1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200655 v4l_dbg(2, msp_debug, client, "msp3410 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200656
657 restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200658 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200659 state->restart = 0;
660 if (kthread_should_stop())
661 break;
662
663 if (state->mode == MSP_MODE_EXTERN) {
664 /* no carrier scan needed, just unmute */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200665 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300666 state->scan_in_progress = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200667 msp_set_audio(client);
668 continue;
669 }
670
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300671 /* mute audio */
672 state->scan_in_progress = 1;
673 msp_set_audio(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200674
Hans Verkuilde533cc2006-03-19 08:21:56 -0300675 /* start autodetect. Note: autodetect is not supported for
676 NTSC-M and radio, hence we force the standard in those cases. */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200677 if (state->radio)
678 std = 0x40;
Hans Verkuild312a462006-01-09 18:21:36 -0200679 else
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200680 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200681 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200682 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200683
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300684 /* wait for tuner to settle down after a channel change */
685 if (msp_sleep(state, 200))
686 goto restart;
687
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200688 if (msp_debug)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200689 v4l_dbg(2, msp_debug, client, "setting standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200690 msp_standard_std_name(std), std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200691
692 if (std != 1) {
693 /* programmed some specific mode */
694 val = std;
695 } else {
696 /* triggered autodetect */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200697 msp_write_dem(client, 0x20, std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200698 for (;;) {
Hans Verkuild312a462006-01-09 18:21:36 -0200699 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200700 goto restart;
701
702 /* check results */
703 val = msp_read_dem(client, 0x7e);
704 if (val < 0x07ff)
705 break;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200706 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200707 }
708 }
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200709 for (i = 0; msp_stdlist[i].name != NULL; i++)
710 if (msp_stdlist[i].retval == val)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200711 break;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200712 v4l_dbg(1, msp_debug, client, "current standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200713 msp_standard_std_name(val), val);
714 state->main = msp_stdlist[i].main;
715 state->second = msp_stdlist[i].second;
716 state->std = val;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300717 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200718
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200719 if (msp_amsound && !state->radio && (state->v4l2_std & V4L2_STD_SECAM) &&
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200720 (val != 0x0009)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200721 /* autodetection has failed, let backup */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200722 v4l_dbg(1, msp_debug, client, "autodetection failed,"
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200723 " switching to backup standard: %s (0x%04x)\n",
724 msp_stdlist[8].name ? msp_stdlist[8].name : "unknown",val);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300725 state->std = val = 0x0009;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200726 msp_write_dem(client, 0x20, val);
727 }
728
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200729 /* set stereo */
730 switch (val) {
731 case 0x0008: /* B/G NICAM */
732 case 0x000a: /* I NICAM */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300733 case 0x000b: /* D/K NICAM */
734 if (val == 0x000a)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200735 state->mode = MSP_MODE_FM_NICAM2;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300736 else
737 state->mode = MSP_MODE_FM_NICAM1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200738 /* just turn on stereo */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200739 state->nicam_on = 1;
740 state->watch_stereo = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200741 break;
742 case 0x0009:
743 state->mode = MSP_MODE_AM_NICAM;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200744 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200745 state->watch_stereo = 1;
746 break;
747 case 0x0020: /* BTSC */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200748 /* The pre-'G' models only have BTSC-mono */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200749 state->mode = MSP_MODE_BTSC;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200750 break;
751 case 0x0040: /* FM radio */
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200752 state->mode = MSP_MODE_FM_RADIO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200753 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200754 /* not needed in theory if we have radio, but
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200755 short programming enables carrier mute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200756 msp3400c_set_mode(client, MSP_MODE_FM_RADIO);
757 msp3400c_set_carrier(client, MSP_CARRIER(10.7),
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200758 MSP_CARRIER(10.7));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200759 break;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300760 case 0x0002:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200761 case 0x0003:
762 case 0x0004:
763 case 0x0005:
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200764 state->mode = MSP_MODE_FM_TERRA;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200765 state->watch_stereo = 1;
766 break;
767 }
768
Hans Verkuilde533cc2006-03-19 08:21:56 -0300769 /* set various prescales */
770 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
771 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
772 if (state->has_nicam)
773 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
774
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200775 if (state->has_i2s_conf)
776 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200777
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300778 /* unmute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200779 msp3400c_set_audmode(client);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300780 state->scan_in_progress = 0;
781 msp_set_audio(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200782
783 /* monitor tv audio mode, the first time don't wait
784 so long to get a quick stereo/bilingual result */
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300785 count = 3;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200786 while (state->watch_stereo) {
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300787 if (msp_sleep(state, count ? 1000 : 5000))
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200788 goto restart;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300789 if (count) count--;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300790 watch_stereo(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200791 }
792 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200793 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200794 return 0;
795}
796
797/* ----------------------------------------------------------------------- */
798
Hans Verkuilde533cc2006-03-19 08:21:56 -0300799/* msp34xxG + (autoselect no-thread)
800 * this one uses both automatic standard detection and automatic sound
801 * select which are available in the newer G versions
802 * struct msp: only norm, acb and source are really used in this mode
803 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200804
Hans Verkuil9a80a932006-03-19 07:25:42 -0300805static int msp34xxg_modus(struct i2c_client *client)
806{
807 struct msp_state *state = i2c_get_clientdata(client);
808
809 if (state->radio) {
810 v4l_dbg(1, msp_debug, client, "selected radio modus\n");
811 return 0x0001;
812 }
813
814 if (state->v4l2_std & V4L2_STD_PAL) {
815 v4l_dbg(1, msp_debug, client, "selected PAL modus\n");
816 return 0x7001;
817 }
818 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
819 v4l_dbg(1, msp_debug, client, "selected M (EIA-J) modus\n");
820 return 0x4001;
821 }
822 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) {
823 v4l_dbg(1, msp_debug, client, "selected M (A2) modus\n");
824 return 0x0001;
825 }
826 if (state->v4l2_std & V4L2_STD_MN) {
827 v4l_dbg(1, msp_debug, client, "selected M (BTSC) modus\n");
828 return 0x2001;
829 }
830 if (state->v4l2_std & V4L2_STD_SECAM) {
831 v4l_dbg(1, msp_debug, client, "selected SECAM modus\n");
832 return 0x6001;
833 }
834 return 0x0001;
835}
836
Hans Verkuil2474ed42006-03-19 12:35:57 -0300837static void msp34xxg_set_source(struct i2c_client *client, u16 reg, int in)
838 {
839 struct msp_state *state = i2c_get_clientdata(client);
840 int source, matrix;
841
842 switch (state->audmode) {
843 case V4L2_TUNER_MODE_MONO:
844 source = 0; /* mono only */
845 matrix = 0x30;
846 break;
Hans Verkuil2474ed42006-03-19 12:35:57 -0300847 case V4L2_TUNER_MODE_LANG2:
848 source = 4; /* stereo or B */
849 matrix = 0x10;
850 break;
Hans Verkuil301e22d2006-03-18 17:15:00 -0300851 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil2474ed42006-03-19 12:35:57 -0300852 source = 1; /* stereo or A|B */
853 matrix = 0x20;
854 break;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300855 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300856 source = 3; /* stereo or A */
857 matrix = 0x00;
858 break;
Hans Verkuilb331def2006-12-18 13:18:28 -0300859 case V4L2_TUNER_MODE_STEREO:
860 default:
861 source = 3; /* stereo or A */
862 matrix = 0x20;
863 break;
Hans Verkuil2474ed42006-03-19 12:35:57 -0300864 }
865
Hans Verkuil07151722006-04-01 18:03:23 -0300866 if (in == MSP_DSP_IN_TUNER)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300867 source = (source << 8) | 0x20;
868 /* the msp34x2g puts the MAIN_AVC, MAIN and AUX sources in 12, 13, 14
869 instead of 11, 12, 13. So we add one for that msp version. */
Hans Verkuil07151722006-04-01 18:03:23 -0300870 else if (in >= MSP_DSP_IN_MAIN_AVC && state->has_dolby_pro_logic)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300871 source = ((in + 1) << 8) | matrix;
872 else
873 source = (in << 8) | matrix;
874
875 v4l_dbg(1, msp_debug, client, "set source to %d (0x%x) for output %02x\n",
876 in, source, reg);
877 msp_write_dsp(client, reg, source);
878}
879
880static void msp34xxg_set_sources(struct i2c_client *client)
881{
882 struct msp_state *state = i2c_get_clientdata(client);
883 u32 in = state->routing.input;
884
885 msp34xxg_set_source(client, 0x0008, (in >> 4) & 0xf);
886 /* quasi-peak detector is set to same input as the loudspeaker (MAIN) */
887 msp34xxg_set_source(client, 0x000c, (in >> 4) & 0xf);
888 msp34xxg_set_source(client, 0x0009, (in >> 8) & 0xf);
889 msp34xxg_set_source(client, 0x000a, (in >> 12) & 0xf);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300890 if (state->has_scart2_out)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300891 msp34xxg_set_source(client, 0x0041, (in >> 16) & 0xf);
892 msp34xxg_set_source(client, 0x000b, (in >> 20) & 0xf);
893}
894
Hans Verkuilde533cc2006-03-19 08:21:56 -0300895/* (re-)initialize the msp34xxg */
896static void msp34xxg_reset(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200897{
898 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300899 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300900 int modus;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200901
Hans Verkuilde533cc2006-03-19 08:21:56 -0300902 /* initialize std to 1 (autodetect) to signal that no standard is
903 selected yet. */
904 state->std = 1;
905
906 msp_reset(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200907
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200908 if (state->has_i2s_conf)
909 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200910
911 /* step-by-step initialisation, as described in the manual */
Hans Verkuil9a80a932006-03-19 07:25:42 -0300912 modus = msp34xxg_modus(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300913 modus |= tuner ? 0x100 : 0;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300914 msp_write_dem(client, 0x30, modus);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200915
916 /* write the dsps that may have an influence on
917 standard/audio autodetection right now */
Hans Verkuil2474ed42006-03-19 12:35:57 -0300918 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200919
Hans Verkuilde533cc2006-03-19 08:21:56 -0300920 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
921 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
922 if (state->has_nicam)
923 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200924
Hans Verkuilde533cc2006-03-19 08:21:56 -0300925 /* set identification threshold. Personally, I
926 * I set it to a higher value than the default
927 * of 0x190 to ignore noisy stereo signals.
928 * this needs tuning. (recommended range 0x00a0-0x03c0)
929 * 0x7f0 = forced mono mode
930 *
931 * a2 threshold for stereo/bilingual.
932 * Note: this register is part of the Manual/Compatibility mode.
933 * It is supported by all 'G'-family chips.
934 */
935 msp_write_dem(client, 0x22, msp_stereo_thresh);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200936}
937
938int msp34xxg_thread(void *data)
939{
940 struct i2c_client *client = data;
941 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300942 int val, i;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200943
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200944 v4l_dbg(1, msp_debug, client, "msp34xxg daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700945 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200946 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200947 v4l_dbg(2, msp_debug, client, "msp34xxg thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200948 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200949 v4l_dbg(2, msp_debug, client, "msp34xxg thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200950
951 restart:
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200952 v4l_dbg(1, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200953 state->restart = 0;
954 if (kthread_should_stop())
955 break;
956
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300957 if (state->mode == MSP_MODE_EXTERN) {
958 /* no carrier scan needed, just unmute */
959 v4l_dbg(1, msp_debug, client, "thread: no carrier scan\n");
960 state->scan_in_progress = 0;
961 msp_set_audio(client);
962 continue;
963 }
964
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200965 /* setup the chip*/
966 msp34xxg_reset(client);
Hans Verkuilde98cda2006-10-01 17:56:32 -0300967 state->std = state->radio ? 0x40 :
968 (state->force_btsc && msp_standard == 1) ? 32 : msp_standard;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300969 msp_write_dem(client, 0x20, state->std);
Hans Verkuilde98cda2006-10-01 17:56:32 -0300970 /* start autodetect */
Hans Verkuile335fad2006-08-08 09:10:15 -0300971 if (state->std != 1)
972 goto unmute;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200973
974 /* watch autodetect */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300975 v4l_dbg(1, msp_debug, client, "started autodetect, waiting for result\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200976 for (i = 0; i < 10; i++) {
977 if (msp_sleep(state, 100))
978 goto restart;
979
980 /* check results */
981 val = msp_read_dem(client, 0x7e);
982 if (val < 0x07ff) {
Hans Verkuilde533cc2006-03-19 08:21:56 -0300983 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200984 break;
985 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200986 v4l_dbg(2, msp_debug, client, "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200987 }
Hans Verkuilde533cc2006-03-19 08:21:56 -0300988 if (state->std == 1) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200989 v4l_dbg(1, msp_debug, client, "detection still in progress after 10 tries. giving up.\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200990 continue;
991 }
992
993 unmute:
Hans Verkuilde533cc2006-03-19 08:21:56 -0300994 v4l_dbg(1, msp_debug, client, "detected standard: %s (0x%04x)\n",
995 msp_standard_std_name(state->std), state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200996
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300997 if (state->std == 9) {
998 /* AM NICAM mode */
999 msp_write_dsp(client, 0x0e, 0x7c00);
1000 }
1001
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001002 /* unmute: dispatch sound to scart output, set scart volume */
1003 msp_set_audio(client);
1004
1005 /* restore ACB */
1006 if (msp_write_dsp(client, 0x13, state->acb))
1007 return -1;
1008
Hans Verkuilde533cc2006-03-19 08:21:56 -03001009 /* the periodic stereo/SAP check is only relevant for
1010 the 0x20 standard (BTSC) */
1011 if (state->std != 0x20)
1012 continue;
1013
1014 state->watch_stereo = 1;
1015
1016 /* monitor tv audio mode, the first time don't wait
1017 in order to get a quick stereo/SAP update */
1018 watch_stereo(client);
1019 while (state->watch_stereo) {
1020 watch_stereo(client);
1021 if (msp_sleep(state, 5000))
1022 goto restart;
1023 }
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001024 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -02001025 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001026 return 0;
1027}
1028
Hans Verkuilde533cc2006-03-19 08:21:56 -03001029static int msp34xxg_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001030{
1031 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001032 int status = msp_read_dem(client, 0x0200);
1033 int is_bilingual = status & 0x100;
1034 int is_stereo = status & 0x40;
Hans Verkuilde533cc2006-03-19 08:21:56 -03001035 int oldrx = state->rxsubchans;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001036
Hans Verkuilb331def2006-12-18 13:18:28 -03001037 if (state->mode == MSP_MODE_EXTERN)
1038 return 0;
1039
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001040 state->rxsubchans = 0;
1041 if (is_stereo)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001042 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001043 else
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001044 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001045 if (is_bilingual) {
Hans Verkuilde533cc2006-03-19 08:21:56 -03001046 if (state->std == 0x20)
1047 state->rxsubchans |= V4L2_TUNER_SUB_SAP;
1048 else
1049 state->rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001050 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -02001051 v4l_dbg(1, msp_debug, client, "status=0x%x, stereo=%d, bilingual=%d -> rxsubchans=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001052 status, is_stereo, is_bilingual, state->rxsubchans);
Hans Verkuilde533cc2006-03-19 08:21:56 -03001053 return (oldrx != state->rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001054}
1055
Adrian Bunk044f3242006-03-08 10:50:07 -03001056static void msp34xxg_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001057{
1058 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001059
Hans Verkuilde533cc2006-03-19 08:21:56 -03001060 if (state->std == 0x20) {
1061 if ((state->rxsubchans & V4L2_TUNER_SUB_SAP) &&
Mauro Carvalho Chehabcc336682006-03-29 16:29:00 -03001062 (state->audmode == V4L2_TUNER_MODE_LANG1_LANG2 ||
Hans Verkuilde533cc2006-03-19 08:21:56 -03001063 state->audmode == V4L2_TUNER_MODE_LANG2)) {
1064 msp_write_dem(client, 0x20, 0x21);
1065 } else {
1066 msp_write_dem(client, 0x20, 0x20);
1067 }
1068 }
1069
Hans Verkuil2474ed42006-03-19 12:35:57 -03001070 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001071}
1072
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001073void msp_set_audmode(struct i2c_client *client)
1074{
1075 struct msp_state *state = i2c_get_clientdata(client);
1076
1077 switch (state->opmode) {
1078 case OPMODE_MANUAL:
1079 case OPMODE_AUTODETECT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001080 msp3400c_set_audmode(client);
1081 break;
1082 case OPMODE_AUTOSELECT:
1083 msp34xxg_set_audmode(client);
1084 break;
1085 }
1086}
1087
Hans Verkuilde533cc2006-03-19 08:21:56 -03001088int msp_detect_stereo(struct i2c_client *client)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001089{
1090 struct msp_state *state = i2c_get_clientdata(client);
1091
1092 switch (state->opmode) {
1093 case OPMODE_MANUAL:
1094 case OPMODE_AUTODETECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001095 return msp3400c_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001096 case OPMODE_AUTOSELECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001097 return msp34xxg_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001098 }
Hans Verkuilde533cc2006-03-19 08:21:56 -03001099 return 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001100}
1101