blob: 1622f70e4dd0b4244f7f16c098182a4df171a10b [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
Hans Verkuild52c7382007-12-12 08:25:18 -030018 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 * 02110-1301, USA.
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020020 */
21
22
23#include <linux/kernel.h>
24#include <linux/module.h>
25#include <linux/slab.h>
26#include <linux/i2c.h>
Rafael J. Wysocki83144182007-07-17 04:03:35 -070027#include <linux/freezer.h>
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020028#include <linux/videodev.h>
29#include <linux/videodev2.h>
30#include <media/v4l2-common.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030031#include <media/msp3400.h>
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020032#include <linux/kthread.h>
33#include <linux/suspend.h>
Hans Verkuil49965a82006-03-19 08:45:38 -030034#include "msp3400-driver.h"
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020035
36/* this one uses the automatic sound standard detection of newer msp34xx
37 chip versions */
38static struct {
39 int retval;
40 int main, second;
41 char *name;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -020042} msp_stdlist[] = {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020043 { 0x0000, 0, 0, "could not detect sound standard" },
44 { 0x0001, 0, 0, "autodetect start" },
45 { 0x0002, MSP_CARRIER(4.5), MSP_CARRIER(4.72), "4.5/4.72 M Dual FM-Stereo" },
46 { 0x0003, MSP_CARRIER(5.5), MSP_CARRIER(5.7421875), "5.5/5.74 B/G Dual FM-Stereo" },
47 { 0x0004, MSP_CARRIER(6.5), MSP_CARRIER(6.2578125), "6.5/6.25 D/K1 Dual FM-Stereo" },
48 { 0x0005, MSP_CARRIER(6.5), MSP_CARRIER(6.7421875), "6.5/6.74 D/K2 Dual FM-Stereo" },
49 { 0x0006, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 D/K FM-Mono (HDEV3)" },
Hans Verkuilde533cc2006-03-19 08:21:56 -030050 { 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 -020051 { 0x0008, MSP_CARRIER(5.5), MSP_CARRIER(5.85), "5.5/5.85 B/G NICAM FM" },
52 { 0x0009, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 L NICAM AM" },
53 { 0x000a, MSP_CARRIER(6.0), MSP_CARRIER(6.55), "6.0/6.55 I NICAM FM" },
54 { 0x000b, MSP_CARRIER(6.5), MSP_CARRIER(5.85), "6.5/5.85 D/K NICAM FM" },
55 { 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 -030056 { 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 -020057 { 0x0020, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Stereo" },
58 { 0x0021, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M BTSC-Mono + SAP" },
59 { 0x0030, MSP_CARRIER(4.5), MSP_CARRIER(4.5), "4.5 M EIA-J Japan Stereo" },
60 { 0x0040, MSP_CARRIER(10.7), MSP_CARRIER(10.7), "10.7 FM-Stereo Radio" },
61 { 0x0050, MSP_CARRIER(6.5), MSP_CARRIER(6.5), "6.5 SAT-Mono" },
62 { 0x0051, MSP_CARRIER(7.02), MSP_CARRIER(7.20), "7.02/7.20 SAT-Stereo" },
63 { 0x0060, MSP_CARRIER(7.2), MSP_CARRIER(7.2), "7.2 SAT ADR" },
64 { -1, 0, 0, NULL }, /* EOF */
65};
66
67static struct msp3400c_init_data_dem {
68 int fir1[6];
69 int fir2[6];
70 int cdo1;
71 int cdo2;
72 int ad_cv;
73 int mode_reg;
74 int dsp_src;
75 int dsp_matrix;
76} msp3400c_init_data[] = {
77 { /* AM (for carrier detect / msp3400) */
78 {75, 19, 36, 35, 39, 40},
79 {75, 19, 36, 35, 39, 40},
80 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
81 0x00d0, 0x0500, 0x0020, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -030082 }, { /* AM (for carrier detect / msp3410) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020083 {-1, -1, -8, 2, 59, 126},
84 {-1, -1, -8, 2, 59, 126},
85 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
86 0x00d0, 0x0100, 0x0020, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -030087 }, { /* FM Radio */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020088 {-8, -8, 4, 6, 78, 107},
89 {-8, -8, 4, 6, 78, 107},
90 MSP_CARRIER(10.7), MSP_CARRIER(10.7),
91 0x00d0, 0x0480, 0x0020, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -030092 }, { /* Terrestial FM-mono + FM-stereo */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020093 {3, 18, 27, 48, 66, 72},
94 {3, 18, 27, 48, 66, 72},
95 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
96 0x00d0, 0x0480, 0x0030, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -030097 }, { /* Sat FM-mono */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -020098 { 1, 9, 14, 24, 33, 37},
99 { 3, 18, 27, 48, 66, 72},
100 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
101 0x00c6, 0x0480, 0x0000, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -0300102 }, { /* NICAM/FM -- B/G (5.5/5.85), D/K (6.5/5.85) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200103 {-2, -8, -10, 10, 50, 86},
104 {3, 18, 27, 48, 66, 72},
105 MSP_CARRIER(5.5), MSP_CARRIER(5.5),
106 0x00d0, 0x0040, 0x0120, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -0300107 }, { /* NICAM/FM -- I (6.0/6.552) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200108 {2, 4, -6, -4, 40, 94},
109 {3, 18, 27, 48, 66, 72},
110 MSP_CARRIER(6.0), MSP_CARRIER(6.0),
111 0x00d0, 0x0040, 0x0120, 0x3000
Hans Verkuild52c7382007-12-12 08:25:18 -0300112 }, { /* NICAM/AM -- L (6.5/5.85) */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200113 {-2, -8, -10, 10, 50, 86},
114 {-4, -12, -9, 23, 79, 126},
115 MSP_CARRIER(6.5), MSP_CARRIER(6.5),
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200116 0x00c6, 0x0140, 0x0120, 0x7c00
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200117 },
118};
119
120struct msp3400c_carrier_detect {
121 int cdo;
122 char *name;
123};
124
125static struct msp3400c_carrier_detect msp3400c_carrier_detect_main[] = {
126 /* main carrier */
127 { MSP_CARRIER(4.5), "4.5 NTSC" },
128 { MSP_CARRIER(5.5), "5.5 PAL B/G" },
129 { MSP_CARRIER(6.0), "6.0 PAL I" },
130 { MSP_CARRIER(6.5), "6.5 PAL D/K + SAT + SECAM" }
131};
132
133static struct msp3400c_carrier_detect msp3400c_carrier_detect_55[] = {
134 /* PAL B/G */
135 { MSP_CARRIER(5.7421875), "5.742 PAL B/G FM-stereo" },
136 { MSP_CARRIER(5.85), "5.85 PAL B/G NICAM" }
137};
138
139static struct msp3400c_carrier_detect msp3400c_carrier_detect_65[] = {
140 /* PAL SAT / SECAM */
141 { MSP_CARRIER(5.85), "5.85 PAL D/K + SECAM NICAM" },
142 { MSP_CARRIER(6.2578125), "6.25 PAL D/K1 FM-stereo" },
143 { MSP_CARRIER(6.7421875), "6.74 PAL D/K2 FM-stereo" },
144 { MSP_CARRIER(7.02), "7.02 PAL SAT FM-stereo s/b" },
145 { MSP_CARRIER(7.20), "7.20 PAL SAT FM-stereo s" },
146 { MSP_CARRIER(7.38), "7.38 PAL SAT FM-stereo b" },
147};
148
149/* ------------------------------------------------------------------------ */
150
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200151const char *msp_standard_std_name(int std)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200152{
153 int i;
154
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200155 for (i = 0; msp_stdlist[i].name != NULL; i++)
156 if (msp_stdlist[i].retval == std)
157 return msp_stdlist[i].name;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200158 return "unknown";
159}
160
Adrian Bunk044f3242006-03-08 10:50:07 -0300161static void msp_set_source(struct i2c_client *client, u16 src)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200162{
163 struct msp_state *state = i2c_get_clientdata(client);
164
165 if (msp_dolby) {
166 msp_write_dsp(client, 0x0008, 0x0520); /* I2S1 */
167 msp_write_dsp(client, 0x0009, 0x0620); /* I2S2 */
168 } else {
169 msp_write_dsp(client, 0x0008, src);
170 msp_write_dsp(client, 0x0009, src);
171 }
172 msp_write_dsp(client, 0x000a, src);
173 msp_write_dsp(client, 0x000b, src);
174 msp_write_dsp(client, 0x000c, src);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300175 if (state->has_scart2_out)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200176 msp_write_dsp(client, 0x0041, src);
177}
178
179void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200180{
181 msp_write_dem(client, 0x0093, cdo1 & 0xfff);
182 msp_write_dem(client, 0x009b, cdo1 >> 12);
183 msp_write_dem(client, 0x00a3, cdo2 & 0xfff);
184 msp_write_dem(client, 0x00ab, cdo2 >> 12);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200185 msp_write_dem(client, 0x0056, 0); /* LOAD_REG_1/2 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200186}
187
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200188void msp3400c_set_mode(struct i2c_client *client, int mode)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200189{
190 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200191 struct msp3400c_init_data_dem *data = &msp3400c_init_data[mode];
Hans Verkuil2474ed42006-03-19 12:35:57 -0300192 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200193 int i;
194
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200195 v4l_dbg(1, msp_debug, client, "set_mode: %d\n", mode);
196 state->mode = mode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200197 state->rxsubchans = V4L2_TUNER_SUB_MONO;
198
Hans Verkuil2474ed42006-03-19 12:35:57 -0300199 msp_write_dem(client, 0x00bb, data->ad_cv | (tuner ? 0x100 : 0));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200200
201 for (i = 5; i >= 0; i--) /* fir 1 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200202 msp_write_dem(client, 0x0001, data->fir1[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200203
204 msp_write_dem(client, 0x0005, 0x0004); /* fir 2 */
205 msp_write_dem(client, 0x0005, 0x0040);
206 msp_write_dem(client, 0x0005, 0x0000);
207 for (i = 5; i >= 0; i--)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200208 msp_write_dem(client, 0x0005, data->fir2[i]);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200209
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200210 msp_write_dem(client, 0x0083, data->mode_reg);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200211
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200212 msp3400c_set_carrier(client, data->cdo1, data->cdo2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200213
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200214 msp_set_source(client, data->dsp_src);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300215 /* set prescales */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200216
Hans Verkuilde533cc2006-03-19 08:21:56 -0300217 /* volume prescale for SCART (AM mono input) */
218 msp_write_dsp(client, 0x000d, 0x1900);
219 msp_write_dsp(client, 0x000e, data->dsp_matrix);
220 if (state->has_nicam) /* nicam prescale */
221 msp_write_dsp(client, 0x0010, 0x5a00);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200222}
223
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200224/* Set audio mode. Note that the pre-'G' models do not support BTSC+SAP,
225 nor do they support stereo BTSC. */
Adrian Bunk044f3242006-03-08 10:50:07 -0300226static void msp3400c_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200227{
Hans Verkuild52c7382007-12-12 08:25:18 -0300228 static char *strmode[] = {
229 "mono", "stereo", "lang2", "lang1", "lang1+lang2"
230 };
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200231 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil301e22d2006-03-18 17:15:00 -0300232 char *modestr = (state->audmode >= 0 && state->audmode < 5) ?
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200233 strmode[state->audmode] : "unknown";
234 int src = 0; /* channel source: FM/AM, nicam or SCART */
Hans Verkuil70615612006-03-29 14:31:44 -0300235 int audmode = state->audmode;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200236
237 if (state->opmode == OPMODE_AUTOSELECT) {
238 /* this method would break everything, let's make sure
239 * it's never called
240 */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200241 v4l_dbg(1, msp_debug, client,
242 "set_audmode called with mode=%d instead of set_source (ignored)\n",
243 state->audmode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200244 return;
245 }
246
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300247 /* Note: for the C and D revs no NTSC stereo + SAP is possible as
248 the hardware does not support SAP. So the rxsubchans combination
249 of STEREO | LANG2 does not occur. */
250
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300251 if (state->mode != MSP_MODE_EXTERN) {
252 /* switch to mono if only mono is available */
253 if (state->rxsubchans == V4L2_TUNER_SUB_MONO)
254 audmode = V4L2_TUNER_MODE_MONO;
255 /* if bilingual */
256 else if (state->rxsubchans & V4L2_TUNER_SUB_LANG2) {
257 /* and mono or stereo, then fallback to lang1 */
258 if (audmode == V4L2_TUNER_MODE_MONO ||
259 audmode == V4L2_TUNER_MODE_STEREO)
260 audmode = V4L2_TUNER_MODE_LANG1;
261 }
262 /* if stereo, and audmode is not mono, then switch to stereo */
263 else if (audmode != V4L2_TUNER_MODE_MONO)
264 audmode = V4L2_TUNER_MODE_STEREO;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300265 }
Hans Verkuil70615612006-03-29 14:31:44 -0300266
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200267 /* switch demodulator */
268 switch (state->mode) {
269 case MSP_MODE_FM_TERRA:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200270 v4l_dbg(1, msp_debug, client, "FM set_audmode: %s\n", modestr);
Hans Verkuil70615612006-03-29 14:31:44 -0300271 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200272 case V4L2_TUNER_MODE_STEREO:
273 msp_write_dsp(client, 0x000e, 0x3001);
274 break;
275 case V4L2_TUNER_MODE_MONO:
276 case V4L2_TUNER_MODE_LANG1:
277 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300278 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200279 msp_write_dsp(client, 0x000e, 0x3000);
280 break;
281 }
282 break;
283 case MSP_MODE_FM_SAT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200284 v4l_dbg(1, msp_debug, client, "SAT set_audmode: %s\n", modestr);
Hans Verkuil70615612006-03-29 14:31:44 -0300285 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200286 case V4L2_TUNER_MODE_MONO:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200287 msp3400c_set_carrier(client, MSP_CARRIER(6.5), MSP_CARRIER(6.5));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200288 break;
289 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300290 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200291 msp3400c_set_carrier(client, MSP_CARRIER(7.2), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200292 break;
293 case V4L2_TUNER_MODE_LANG1:
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 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200297 msp3400c_set_carrier(client, MSP_CARRIER(7.38), MSP_CARRIER(7.02));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200298 break;
299 }
300 break;
301 case MSP_MODE_FM_NICAM1:
302 case MSP_MODE_FM_NICAM2:
303 case MSP_MODE_AM_NICAM:
Hans Verkuild52c7382007-12-12 08:25:18 -0300304 v4l_dbg(1, msp_debug, client,
305 "NICAM set_audmode: %s\n", modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200306 if (state->nicam_on)
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200307 src = 0x0100; /* NICAM */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200308 break;
309 case MSP_MODE_BTSC:
Hans Verkuild52c7382007-12-12 08:25:18 -0300310 v4l_dbg(1, msp_debug, client,
311 "BTSC set_audmode: %s\n", modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200312 break;
313 case MSP_MODE_EXTERN:
Hans Verkuild52c7382007-12-12 08:25:18 -0300314 v4l_dbg(1, msp_debug, client,
315 "extern set_audmode: %s\n", modestr);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200316 src = 0x0200; /* SCART */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200317 break;
318 case MSP_MODE_FM_RADIO:
Hans Verkuild52c7382007-12-12 08:25:18 -0300319 v4l_dbg(1, msp_debug, client,
320 "FM-Radio set_audmode: %s\n", modestr);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200321 break;
322 default:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200323 v4l_dbg(1, msp_debug, client, "mono set_audmode\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200324 return;
325 }
326
327 /* switch audio */
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300328 v4l_dbg(1, msp_debug, client, "set audmode %d\n", audmode);
Hans Verkuil70615612006-03-29 14:31:44 -0300329 switch (audmode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200330 case V4L2_TUNER_MODE_STEREO:
Hans Verkuil301e22d2006-03-18 17:15:00 -0300331 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200332 src |= 0x0020;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200333 break;
334 case V4L2_TUNER_MODE_MONO:
335 if (state->mode == MSP_MODE_AM_NICAM) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200336 v4l_dbg(1, msp_debug, client, "switching to AM mono\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200337 /* AM mono decoding is handled by tuner, not MSP chip */
338 /* SCART switching control register */
339 msp_set_scart(client, SCART_MONO, 0);
340 src = 0x0200;
341 break;
342 }
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200343 if (state->rxsubchans & V4L2_TUNER_SUB_STEREO)
344 src = 0x0030;
345 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200346 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200347 break;
348 case V4L2_TUNER_MODE_LANG2:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200349 src |= 0x0010;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200350 break;
351 }
Hans Verkuild52c7382007-12-12 08:25:18 -0300352 v4l_dbg(1, msp_debug, client,
353 "set_audmode final source/matrix = 0x%x\n", src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200354
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200355 msp_set_source(client, src);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200356}
357
358static void msp3400c_print_mode(struct i2c_client *client)
359{
360 struct msp_state *state = i2c_get_clientdata(client);
361
Hans Verkuild52c7382007-12-12 08:25:18 -0300362 if (state->main == state->second)
363 v4l_dbg(1, msp_debug, client,
364 "mono sound carrier: %d.%03d MHz\n",
365 state->main / 910000, (state->main / 910) % 1000);
366 else
367 v4l_dbg(1, msp_debug, client,
368 "main sound carrier: %d.%03d MHz\n",
369 state->main / 910000, (state->main / 910) % 1000);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200370 if (state->mode == MSP_MODE_FM_NICAM1 || state->mode == MSP_MODE_FM_NICAM2)
Hans Verkuild52c7382007-12-12 08:25:18 -0300371 v4l_dbg(1, msp_debug, client,
372 "NICAM/FM carrier : %d.%03d MHz\n",
373 state->second / 910000, (state->second/910) % 1000);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200374 if (state->mode == MSP_MODE_AM_NICAM)
Hans Verkuild52c7382007-12-12 08:25:18 -0300375 v4l_dbg(1, msp_debug, client,
376 "NICAM/AM carrier : %d.%03d MHz\n",
377 state->second / 910000, (state->second / 910) % 1000);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200378 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) {
Hans Verkuild52c7382007-12-12 08:25:18 -0300379 v4l_dbg(1, msp_debug, client,
380 "FM-stereo carrier : %d.%03d MHz\n",
381 state->second / 910000, (state->second / 910) % 1000);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200382 }
383}
384
385/* ----------------------------------------------------------------------- */
386
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200387static int msp3400c_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200388{
389 struct msp_state *state = i2c_get_clientdata(client);
390 int val;
391 int rxsubchans = state->rxsubchans;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200392 int newnicam = state->nicam_on;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200393 int update = 0;
394
395 switch (state->mode) {
396 case MSP_MODE_FM_TERRA:
397 val = msp_read_dsp(client, 0x18);
398 if (val > 32767)
399 val -= 65536;
Hans Verkuild52c7382007-12-12 08:25:18 -0300400 v4l_dbg(2, msp_debug, client,
401 "stereo detect register: %d\n", val);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300402 if (val > 8192) {
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200403 rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200404 } else if (val < -4096) {
405 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
406 } else {
407 rxsubchans = V4L2_TUNER_SUB_MONO;
408 }
409 newnicam = 0;
410 break;
411 case MSP_MODE_FM_NICAM1:
412 case MSP_MODE_FM_NICAM2:
413 case MSP_MODE_AM_NICAM:
414 val = msp_read_dem(client, 0x23);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200415 v4l_dbg(2, msp_debug, client, "nicam sync=%d, mode=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200416 val & 1, (val & 0x1e) >> 1);
417
418 if (val & 1) {
419 /* nicam synced */
420 switch ((val & 0x1e) >> 1) {
421 case 0:
422 case 8:
423 rxsubchans = V4L2_TUNER_SUB_STEREO;
424 break;
425 case 1:
426 case 9:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200427 rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200428 break;
429 case 2:
430 case 10:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200431 rxsubchans = V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200432 break;
433 default:
434 rxsubchans = V4L2_TUNER_SUB_MONO;
435 break;
436 }
437 newnicam = 1;
438 } else {
439 newnicam = 0;
440 rxsubchans = V4L2_TUNER_SUB_MONO;
441 }
442 break;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200443 }
444 if (rxsubchans != state->rxsubchans) {
445 update = 1;
Hans Verkuild52c7382007-12-12 08:25:18 -0300446 v4l_dbg(1, msp_debug, client,
447 "watch: rxsubchans %02x => %02x\n",
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200448 state->rxsubchans, rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200449 state->rxsubchans = rxsubchans;
450 }
451 if (newnicam != state->nicam_on) {
452 update = 1;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200453 v4l_dbg(1, msp_debug, client, "watch: nicam %d => %d\n",
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200454 state->nicam_on, newnicam);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200455 state->nicam_on = newnicam;
456 }
457 return update;
458}
459
460/*
461 * A kernel thread for msp3400 control -- we don't want to block the
462 * in the ioctl while doing the sound carrier & stereo detect
463 */
464/* stereo/multilang monitoring */
465static void watch_stereo(struct i2c_client *client)
466{
467 struct msp_state *state = i2c_get_clientdata(client);
468
Hans Verkuild52c7382007-12-12 08:25:18 -0300469 if (msp_detect_stereo(client))
Hans Verkuilde533cc2006-03-19 08:21:56 -0300470 msp_set_audmode(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200471
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200472 if (msp_once)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200473 state->watch_stereo = 0;
474}
475
476int msp3400c_thread(void *data)
477{
478 struct i2c_client *client = data;
479 struct msp_state *state = i2c_get_clientdata(client);
480 struct msp3400c_carrier_detect *cd;
Hans Verkuild52c7382007-12-12 08:25:18 -0300481 int count, max1, max2, val1, val2, val, i;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200482
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200483 v4l_dbg(1, msp_debug, client, "msp3400 daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700484 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200485 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200486 v4l_dbg(2, msp_debug, client, "msp3400 thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200487 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200488 v4l_dbg(2, msp_debug, client, "msp3400 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200489
Hans Verkuild52c7382007-12-12 08:25:18 -0300490restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200491 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200492 state->restart = 0;
493 if (kthread_should_stop())
494 break;
495
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200496 if (state->radio || MSP_MODE_EXTERN == state->mode) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200497 /* no carrier scan, just unmute */
Hans Verkuild52c7382007-12-12 08:25:18 -0300498 v4l_dbg(1, msp_debug, client,
499 "thread: no carrier scan\n");
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300500 state->scan_in_progress = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200501 msp_set_audio(client);
502 continue;
503 }
504
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300505 /* mute audio */
506 state->scan_in_progress = 1;
507 msp_set_audio(client);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300508
Hans Verkuilde533cc2006-03-19 08:21:56 -0300509 msp3400c_set_mode(client, MSP_MODE_AM_DETECT);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200510 val1 = val2 = 0;
511 max1 = max2 = -1;
512 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200513 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200514
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300515 /* wait for tuner to settle down after a channel change */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200516 if (msp_sleep(state, 200))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200517 goto restart;
518
519 /* carrier detect pass #1 -- main carrier */
520 cd = msp3400c_carrier_detect_main;
521 count = ARRAY_SIZE(msp3400c_carrier_detect_main);
522
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200523 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200524 /* autodetect doesn't work well with AM ... */
525 max1 = 3;
526 count = 0;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200527 v4l_dbg(1, msp_debug, client, "AM sound override\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200528 }
529
Hans Verkuild52c7382007-12-12 08:25:18 -0300530 for (i = 0; i < count; i++) {
531 msp3400c_set_carrier(client, cd[i].cdo, cd[i].cdo);
532 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200533 goto restart;
534 val = msp_read_dsp(client, 0x1b);
535 if (val > 32767)
536 val -= 65536;
537 if (val1 < val)
Hans Verkuild52c7382007-12-12 08:25:18 -0300538 val1 = val, max1 = i;
539 v4l_dbg(1, msp_debug, client,
540 "carrier1 val: %5d / %s\n", val, cd[i].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200541 }
542
543 /* carrier detect pass #2 -- second (stereo) carrier */
544 switch (max1) {
545 case 1: /* 5.5 */
546 cd = msp3400c_carrier_detect_55;
547 count = ARRAY_SIZE(msp3400c_carrier_detect_55);
548 break;
549 case 3: /* 6.5 */
550 cd = msp3400c_carrier_detect_65;
551 count = ARRAY_SIZE(msp3400c_carrier_detect_65);
552 break;
553 case 0: /* 4.5 */
554 case 2: /* 6.0 */
555 default:
556 cd = NULL;
557 count = 0;
558 break;
559 }
560
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200561 if (msp_amsound && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200562 /* autodetect doesn't work well with AM ... */
563 cd = NULL;
564 count = 0;
565 max2 = 0;
566 }
Hans Verkuild52c7382007-12-12 08:25:18 -0300567 for (i = 0; i < count; i++) {
568 msp3400c_set_carrier(client, cd[i].cdo, cd[i].cdo);
569 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200570 goto restart;
571 val = msp_read_dsp(client, 0x1b);
572 if (val > 32767)
573 val -= 65536;
574 if (val2 < val)
Hans Verkuild52c7382007-12-12 08:25:18 -0300575 val2 = val, max2 = i;
576 v4l_dbg(1, msp_debug, client,
577 "carrier2 val: %5d / %s\n", val, cd[i].name);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200578 }
579
580 /* program the msp3400 according to the results */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200581 state->main = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200582 switch (max1) {
583 case 1: /* 5.5 */
584 if (max2 == 0) {
585 /* B/G FM-stereo */
586 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200587 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200588 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200589 } else if (max2 == 1 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200590 /* B/G NICAM */
591 state->second = msp3400c_carrier_detect_55[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200592 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200593 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200594 state->watch_stereo = 1;
595 } else {
596 goto no_second;
597 }
598 break;
599 case 2: /* 6.0 */
600 /* PAL I NICAM */
601 state->second = MSP_CARRIER(6.552);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200602 msp3400c_set_mode(client, MSP_MODE_FM_NICAM2);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200603 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200604 state->watch_stereo = 1;
605 break;
606 case 3: /* 6.5 */
607 if (max2 == 1 || max2 == 2) {
608 /* D/K FM-stereo */
609 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200610 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200611 state->watch_stereo = 1;
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200612 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200613 /* L NICAM or AM-mono */
614 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200615 msp3400c_set_mode(client, MSP_MODE_AM_NICAM);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200616 state->watch_stereo = 1;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200617 } else if (max2 == 0 && state->has_nicam) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200618 /* D/K NICAM */
619 state->second = msp3400c_carrier_detect_65[max2].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200620 msp3400c_set_mode(client, MSP_MODE_FM_NICAM1);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200621 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200622 state->watch_stereo = 1;
623 } else {
624 goto no_second;
625 }
626 break;
627 case 0: /* 4.5 */
628 default:
Hans Verkuild52c7382007-12-12 08:25:18 -0300629no_second:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200630 state->second = msp3400c_carrier_detect_main[max1].cdo;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200631 msp3400c_set_mode(client, MSP_MODE_FM_TERRA);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200632 break;
633 }
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300634 msp3400c_set_carrier(client, state->second, state->main);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200635
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300636 /* unmute */
637 state->scan_in_progress = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200638 msp3400c_set_audmode(client);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300639 msp_set_audio(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200640
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200641 if (msp_debug)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200642 msp3400c_print_mode(client);
643
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200644 /* monitor tv audio mode, the first time don't wait
645 so long to get a quick stereo/bilingual result */
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300646 count = 3;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200647 while (state->watch_stereo) {
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300648 if (msp_sleep(state, count ? 1000 : 5000))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200649 goto restart;
Hans Verkuild52c7382007-12-12 08:25:18 -0300650 if (count)
651 count--;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300652 watch_stereo(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200653 }
654 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200655 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200656 return 0;
657}
658
659
660int msp3410d_thread(void *data)
661{
662 struct i2c_client *client = data;
663 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300664 int val, i, std, count;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200665
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200666 v4l_dbg(1, msp_debug, client, "msp3410 daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700667 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200668 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200669 v4l_dbg(2, msp_debug, client, "msp3410 thread: sleep\n");
Hans Verkuild52c7382007-12-12 08:25:18 -0300670 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200671 v4l_dbg(2, msp_debug, client, "msp3410 thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200672
Hans Verkuild52c7382007-12-12 08:25:18 -0300673restart:
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200674 v4l_dbg(2, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200675 state->restart = 0;
676 if (kthread_should_stop())
677 break;
678
679 if (state->mode == MSP_MODE_EXTERN) {
680 /* no carrier scan needed, just unmute */
Hans Verkuild52c7382007-12-12 08:25:18 -0300681 v4l_dbg(1, msp_debug, client,
682 "thread: no carrier scan\n");
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300683 state->scan_in_progress = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200684 msp_set_audio(client);
685 continue;
686 }
687
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300688 /* mute audio */
689 state->scan_in_progress = 1;
690 msp_set_audio(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200691
Hans Verkuilde533cc2006-03-19 08:21:56 -0300692 /* start autodetect. Note: autodetect is not supported for
Hans Verkuild52c7382007-12-12 08:25:18 -0300693 NTSC-M and radio, hence we force the standard in those
694 cases. */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200695 if (state->radio)
696 std = 0x40;
Hans Verkuild312a462006-01-09 18:21:36 -0200697 else
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200698 std = (state->v4l2_std & V4L2_STD_NTSC) ? 0x20 : 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200699 state->watch_stereo = 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200700 state->nicam_on = 0;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200701
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300702 /* wait for tuner to settle down after a channel change */
703 if (msp_sleep(state, 200))
704 goto restart;
705
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200706 if (msp_debug)
Hans Verkuild52c7382007-12-12 08:25:18 -0300707 v4l_dbg(2, msp_debug, client,
708 "setting standard: %s (0x%04x)\n",
709 msp_standard_std_name(std), std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200710
711 if (std != 1) {
712 /* programmed some specific mode */
713 val = std;
714 } else {
715 /* triggered autodetect */
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200716 msp_write_dem(client, 0x20, std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200717 for (;;) {
Hans Verkuild312a462006-01-09 18:21:36 -0200718 if (msp_sleep(state, 100))
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200719 goto restart;
720
721 /* check results */
722 val = msp_read_dem(client, 0x7e);
723 if (val < 0x07ff)
724 break;
Hans Verkuild52c7382007-12-12 08:25:18 -0300725 v4l_dbg(2, msp_debug, client,
726 "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200727 }
728 }
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200729 for (i = 0; msp_stdlist[i].name != NULL; i++)
730 if (msp_stdlist[i].retval == val)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200731 break;
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200732 v4l_dbg(1, msp_debug, client, "current standard: %s (0x%04x)\n",
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200733 msp_standard_std_name(val), val);
734 state->main = msp_stdlist[i].main;
735 state->second = msp_stdlist[i].second;
736 state->std = val;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300737 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200738
Hans Verkuild52c7382007-12-12 08:25:18 -0300739 if (msp_amsound && !state->radio &&
740 (state->v4l2_std & V4L2_STD_SECAM) && (val != 0x0009)) {
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200741 /* autodetection has failed, let backup */
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200742 v4l_dbg(1, msp_debug, client, "autodetection failed,"
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200743 " switching to backup standard: %s (0x%04x)\n",
Hans Verkuild52c7382007-12-12 08:25:18 -0300744 msp_stdlist[8].name ?
745 msp_stdlist[8].name : "unknown", val);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300746 state->std = val = 0x0009;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200747 msp_write_dem(client, 0x20, val);
748 }
749
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200750 /* set stereo */
751 switch (val) {
752 case 0x0008: /* B/G NICAM */
753 case 0x000a: /* I NICAM */
Hans Verkuilde533cc2006-03-19 08:21:56 -0300754 case 0x000b: /* D/K NICAM */
755 if (val == 0x000a)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200756 state->mode = MSP_MODE_FM_NICAM2;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300757 else
758 state->mode = MSP_MODE_FM_NICAM1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200759 /* just turn on stereo */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200760 state->nicam_on = 1;
761 state->watch_stereo = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200762 break;
763 case 0x0009:
764 state->mode = MSP_MODE_AM_NICAM;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200765 state->nicam_on = 1;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200766 state->watch_stereo = 1;
767 break;
768 case 0x0020: /* BTSC */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200769 /* The pre-'G' models only have BTSC-mono */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200770 state->mode = MSP_MODE_BTSC;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200771 break;
772 case 0x0040: /* FM radio */
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200773 state->mode = MSP_MODE_FM_RADIO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200774 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7560d7a2006-01-09 18:21:32 -0200775 /* not needed in theory if we have radio, but
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200776 short programming enables carrier mute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200777 msp3400c_set_mode(client, MSP_MODE_FM_RADIO);
778 msp3400c_set_carrier(client, MSP_CARRIER(10.7),
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200779 MSP_CARRIER(10.7));
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200780 break;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300781 case 0x0002:
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200782 case 0x0003:
783 case 0x0004:
784 case 0x0005:
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200785 state->mode = MSP_MODE_FM_TERRA;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200786 state->watch_stereo = 1;
787 break;
788 }
789
Hans Verkuilde533cc2006-03-19 08:21:56 -0300790 /* set various prescales */
791 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
792 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
793 if (state->has_nicam)
794 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
795
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200796 if (state->has_i2s_conf)
797 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200798
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300799 /* unmute */
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200800 msp3400c_set_audmode(client);
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300801 state->scan_in_progress = 0;
802 msp_set_audio(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200803
804 /* monitor tv audio mode, the first time don't wait
805 so long to get a quick stereo/bilingual result */
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300806 count = 3;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200807 while (state->watch_stereo) {
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300808 if (msp_sleep(state, count ? 1000 : 5000))
Hans Verkuil8a4b2752006-01-23 17:11:09 -0200809 goto restart;
Hans Verkuild52c7382007-12-12 08:25:18 -0300810 if (count)
811 count--;
Hans Verkuil3bbe5a82006-04-01 15:27:52 -0300812 watch_stereo(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200813 }
814 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200815 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200816 return 0;
817}
818
819/* ----------------------------------------------------------------------- */
820
Hans Verkuilde533cc2006-03-19 08:21:56 -0300821/* msp34xxG + (autoselect no-thread)
822 * this one uses both automatic standard detection and automatic sound
823 * select which are available in the newer G versions
824 * struct msp: only norm, acb and source are really used in this mode
825 */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200826
Hans Verkuil9a80a932006-03-19 07:25:42 -0300827static int msp34xxg_modus(struct i2c_client *client)
828{
829 struct msp_state *state = i2c_get_clientdata(client);
830
831 if (state->radio) {
832 v4l_dbg(1, msp_debug, client, "selected radio modus\n");
833 return 0x0001;
834 }
Hans Verkuil9a80a932006-03-19 07:25:42 -0300835 if (state->v4l2_std == V4L2_STD_NTSC_M_JP) {
836 v4l_dbg(1, msp_debug, client, "selected M (EIA-J) modus\n");
837 return 0x4001;
838 }
839 if (state->v4l2_std == V4L2_STD_NTSC_M_KR) {
840 v4l_dbg(1, msp_debug, client, "selected M (A2) modus\n");
841 return 0x0001;
842 }
Hans Verkuil2fd3c142008-04-22 14:45:51 -0300843 if (state->v4l2_std == V4L2_STD_SECAM_L) {
844 v4l_dbg(1, msp_debug, client, "selected SECAM-L modus\n");
845 return 0x6001;
846 }
Hans Verkuil9a80a932006-03-19 07:25:42 -0300847 if (state->v4l2_std & V4L2_STD_MN) {
848 v4l_dbg(1, msp_debug, client, "selected M (BTSC) modus\n");
849 return 0x2001;
850 }
Hans Verkuil2fd3c142008-04-22 14:45:51 -0300851 return 0x7001;
Hans Verkuil9a80a932006-03-19 07:25:42 -0300852}
853
Hans Verkuil2474ed42006-03-19 12:35:57 -0300854static void msp34xxg_set_source(struct i2c_client *client, u16 reg, int in)
855 {
856 struct msp_state *state = i2c_get_clientdata(client);
857 int source, matrix;
858
859 switch (state->audmode) {
860 case V4L2_TUNER_MODE_MONO:
861 source = 0; /* mono only */
862 matrix = 0x30;
863 break;
Hans Verkuil2474ed42006-03-19 12:35:57 -0300864 case V4L2_TUNER_MODE_LANG2:
865 source = 4; /* stereo or B */
866 matrix = 0x10;
867 break;
Hans Verkuil301e22d2006-03-18 17:15:00 -0300868 case V4L2_TUNER_MODE_LANG1_LANG2:
Hans Verkuil2474ed42006-03-19 12:35:57 -0300869 source = 1; /* stereo or A|B */
870 matrix = 0x20;
871 break;
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300872 case V4L2_TUNER_MODE_LANG1:
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300873 source = 3; /* stereo or A */
874 matrix = 0x00;
875 break;
Hans Verkuilb331def2006-12-18 13:18:28 -0300876 case V4L2_TUNER_MODE_STEREO:
877 default:
878 source = 3; /* stereo or A */
879 matrix = 0x20;
880 break;
Hans Verkuil2474ed42006-03-19 12:35:57 -0300881 }
882
Hans Verkuil07151722006-04-01 18:03:23 -0300883 if (in == MSP_DSP_IN_TUNER)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300884 source = (source << 8) | 0x20;
885 /* the msp34x2g puts the MAIN_AVC, MAIN and AUX sources in 12, 13, 14
886 instead of 11, 12, 13. So we add one for that msp version. */
Hans Verkuil07151722006-04-01 18:03:23 -0300887 else if (in >= MSP_DSP_IN_MAIN_AVC && state->has_dolby_pro_logic)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300888 source = ((in + 1) << 8) | matrix;
889 else
890 source = (in << 8) | matrix;
891
Hans Verkuild52c7382007-12-12 08:25:18 -0300892 v4l_dbg(1, msp_debug, client,
893 "set source to %d (0x%x) for output %02x\n", in, source, reg);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300894 msp_write_dsp(client, reg, source);
895}
896
897static void msp34xxg_set_sources(struct i2c_client *client)
898{
899 struct msp_state *state = i2c_get_clientdata(client);
900 u32 in = state->routing.input;
901
902 msp34xxg_set_source(client, 0x0008, (in >> 4) & 0xf);
903 /* quasi-peak detector is set to same input as the loudspeaker (MAIN) */
904 msp34xxg_set_source(client, 0x000c, (in >> 4) & 0xf);
905 msp34xxg_set_source(client, 0x0009, (in >> 8) & 0xf);
906 msp34xxg_set_source(client, 0x000a, (in >> 12) & 0xf);
Hans Verkuil0020d3e2006-03-30 19:50:34 -0300907 if (state->has_scart2_out)
Hans Verkuil2474ed42006-03-19 12:35:57 -0300908 msp34xxg_set_source(client, 0x0041, (in >> 16) & 0xf);
909 msp34xxg_set_source(client, 0x000b, (in >> 20) & 0xf);
910}
911
Hans Verkuilde533cc2006-03-19 08:21:56 -0300912/* (re-)initialize the msp34xxg */
913static void msp34xxg_reset(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200914{
915 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300916 int tuner = (state->routing.input >> 3) & 1;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300917 int modus;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200918
Hans Verkuilde533cc2006-03-19 08:21:56 -0300919 /* initialize std to 1 (autodetect) to signal that no standard is
920 selected yet. */
921 state->std = 1;
922
923 msp_reset(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200924
Hans Verkuil5af0c8f2006-01-09 18:21:37 -0200925 if (state->has_i2s_conf)
926 msp_write_dem(client, 0x40, state->i2s_mode);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200927
928 /* step-by-step initialisation, as described in the manual */
Hans Verkuil9a80a932006-03-19 07:25:42 -0300929 modus = msp34xxg_modus(client);
Hans Verkuil2474ed42006-03-19 12:35:57 -0300930 modus |= tuner ? 0x100 : 0;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300931 msp_write_dem(client, 0x30, modus);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200932
933 /* write the dsps that may have an influence on
934 standard/audio autodetection right now */
Hans Verkuil2474ed42006-03-19 12:35:57 -0300935 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200936
Hans Verkuilde533cc2006-03-19 08:21:56 -0300937 msp_write_dsp(client, 0x0d, 0x1900); /* scart */
938 msp_write_dsp(client, 0x0e, 0x3000); /* FM */
939 if (state->has_nicam)
940 msp_write_dsp(client, 0x10, 0x5a00); /* nicam */
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200941
Hans Verkuilde533cc2006-03-19 08:21:56 -0300942 /* set identification threshold. Personally, I
943 * I set it to a higher value than the default
944 * of 0x190 to ignore noisy stereo signals.
945 * this needs tuning. (recommended range 0x00a0-0x03c0)
946 * 0x7f0 = forced mono mode
947 *
948 * a2 threshold for stereo/bilingual.
949 * Note: this register is part of the Manual/Compatibility mode.
950 * It is supported by all 'G'-family chips.
951 */
952 msp_write_dem(client, 0x22, msp_stereo_thresh);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200953}
954
955int msp34xxg_thread(void *data)
956{
957 struct i2c_client *client = data;
958 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuilde533cc2006-03-19 08:21:56 -0300959 int val, i;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200960
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200961 v4l_dbg(1, msp_debug, client, "msp34xxg daemon started\n");
Rafael J. Wysocki83144182007-07-17 04:03:35 -0700962 set_freezable();
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200963 for (;;) {
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200964 v4l_dbg(2, msp_debug, client, "msp34xxg thread: sleep\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200965 msp_sleep(state, -1);
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200966 v4l_dbg(2, msp_debug, client, "msp34xxg thread: wakeup\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200967
Hans Verkuild52c7382007-12-12 08:25:18 -0300968restart:
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -0200969 v4l_dbg(1, msp_debug, client, "thread: restart scan\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200970 state->restart = 0;
971 if (kthread_should_stop())
972 break;
973
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300974 if (state->mode == MSP_MODE_EXTERN) {
975 /* no carrier scan needed, just unmute */
Hans Verkuild52c7382007-12-12 08:25:18 -0300976 v4l_dbg(1, msp_debug, client,
977 "thread: no carrier scan\n");
Hans Verkuil2eb606d2006-04-02 08:21:02 -0300978 state->scan_in_progress = 0;
979 msp_set_audio(client);
980 continue;
981 }
982
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200983 /* setup the chip*/
984 msp34xxg_reset(client);
Hans Verkuilde98cda2006-10-01 17:56:32 -0300985 state->std = state->radio ? 0x40 :
986 (state->force_btsc && msp_standard == 1) ? 32 : msp_standard;
Hans Verkuilde533cc2006-03-19 08:21:56 -0300987 msp_write_dem(client, 0x20, state->std);
Hans Verkuilde98cda2006-10-01 17:56:32 -0300988 /* start autodetect */
Hans Verkuile335fad2006-08-08 09:10:15 -0300989 if (state->std != 1)
990 goto unmute;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200991
992 /* watch autodetect */
Hans Verkuild52c7382007-12-12 08:25:18 -0300993 v4l_dbg(1, msp_debug, client,
994 "started autodetect, waiting for result\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -0200995 for (i = 0; i < 10; i++) {
996 if (msp_sleep(state, 100))
997 goto restart;
998
999 /* check results */
1000 val = msp_read_dem(client, 0x7e);
1001 if (val < 0x07ff) {
Hans Verkuilde533cc2006-03-19 08:21:56 -03001002 state->std = val;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001003 break;
1004 }
Hans Verkuild52c7382007-12-12 08:25:18 -03001005 v4l_dbg(2, msp_debug, client,
1006 "detection still in progress\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001007 }
Hans Verkuilde533cc2006-03-19 08:21:56 -03001008 if (state->std == 1) {
Hans Verkuild52c7382007-12-12 08:25:18 -03001009 v4l_dbg(1, msp_debug, client,
1010 "detection still in progress after 10 tries. giving up.\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001011 continue;
1012 }
1013
Hans Verkuild52c7382007-12-12 08:25:18 -03001014unmute:
1015 v4l_dbg(1, msp_debug, client,
1016 "detected standard: %s (0x%04x)\n",
Hans Verkuilde533cc2006-03-19 08:21:56 -03001017 msp_standard_std_name(state->std), state->std);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001018
Hans Verkuil2eb606d2006-04-02 08:21:02 -03001019 if (state->std == 9) {
1020 /* AM NICAM mode */
1021 msp_write_dsp(client, 0x0e, 0x7c00);
1022 }
1023
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001024 /* unmute: dispatch sound to scart output, set scart volume */
1025 msp_set_audio(client);
1026
1027 /* restore ACB */
1028 if (msp_write_dsp(client, 0x13, state->acb))
1029 return -1;
1030
Hans Verkuilde533cc2006-03-19 08:21:56 -03001031 /* the periodic stereo/SAP check is only relevant for
1032 the 0x20 standard (BTSC) */
1033 if (state->std != 0x20)
1034 continue;
1035
1036 state->watch_stereo = 1;
1037
1038 /* monitor tv audio mode, the first time don't wait
1039 in order to get a quick stereo/SAP update */
1040 watch_stereo(client);
1041 while (state->watch_stereo) {
1042 watch_stereo(client);
1043 if (msp_sleep(state, 5000))
1044 goto restart;
1045 }
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001046 }
Mauro Carvalho Chehabf167cb4e2006-01-11 19:41:49 -02001047 v4l_dbg(1, msp_debug, client, "thread: exit\n");
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001048 return 0;
1049}
1050
Hans Verkuilde533cc2006-03-19 08:21:56 -03001051static int msp34xxg_detect_stereo(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001052{
1053 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001054 int status = msp_read_dem(client, 0x0200);
1055 int is_bilingual = status & 0x100;
1056 int is_stereo = status & 0x40;
Hans Verkuilde533cc2006-03-19 08:21:56 -03001057 int oldrx = state->rxsubchans;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001058
Hans Verkuilb331def2006-12-18 13:18:28 -03001059 if (state->mode == MSP_MODE_EXTERN)
1060 return 0;
1061
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001062 state->rxsubchans = 0;
1063 if (is_stereo)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001064 state->rxsubchans = V4L2_TUNER_SUB_STEREO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001065 else
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001066 state->rxsubchans = V4L2_TUNER_SUB_MONO;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001067 if (is_bilingual) {
Hans Verkuilde533cc2006-03-19 08:21:56 -03001068 if (state->std == 0x20)
1069 state->rxsubchans |= V4L2_TUNER_SUB_SAP;
1070 else
Hans Verkuild52c7382007-12-12 08:25:18 -03001071 state->rxsubchans =
1072 V4L2_TUNER_SUB_LANG1 | V4L2_TUNER_SUB_LANG2;
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001073 }
Hans Verkuild52c7382007-12-12 08:25:18 -03001074 v4l_dbg(1, msp_debug, client,
1075 "status=0x%x, stereo=%d, bilingual=%d -> rxsubchans=%d\n",
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001076 status, is_stereo, is_bilingual, state->rxsubchans);
Hans Verkuilde533cc2006-03-19 08:21:56 -03001077 return (oldrx != state->rxsubchans);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001078}
1079
Adrian Bunk044f3242006-03-08 10:50:07 -03001080static void msp34xxg_set_audmode(struct i2c_client *client)
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001081{
1082 struct msp_state *state = i2c_get_clientdata(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001083
Hans Verkuilde533cc2006-03-19 08:21:56 -03001084 if (state->std == 0x20) {
1085 if ((state->rxsubchans & V4L2_TUNER_SUB_SAP) &&
Mauro Carvalho Chehabcc336682006-03-29 16:29:00 -03001086 (state->audmode == V4L2_TUNER_MODE_LANG1_LANG2 ||
Hans Verkuilde533cc2006-03-19 08:21:56 -03001087 state->audmode == V4L2_TUNER_MODE_LANG2)) {
1088 msp_write_dem(client, 0x20, 0x21);
1089 } else {
1090 msp_write_dem(client, 0x20, 0x20);
1091 }
1092 }
1093
Hans Verkuil2474ed42006-03-19 12:35:57 -03001094 msp34xxg_set_sources(client);
Hans Verkuil7e8b09e2006-01-09 15:32:40 -02001095}
1096
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001097void msp_set_audmode(struct i2c_client *client)
1098{
1099 struct msp_state *state = i2c_get_clientdata(client);
1100
1101 switch (state->opmode) {
1102 case OPMODE_MANUAL:
1103 case OPMODE_AUTODETECT:
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001104 msp3400c_set_audmode(client);
1105 break;
1106 case OPMODE_AUTOSELECT:
1107 msp34xxg_set_audmode(client);
1108 break;
1109 }
1110}
1111
Hans Verkuilde533cc2006-03-19 08:21:56 -03001112int msp_detect_stereo(struct i2c_client *client)
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001113{
1114 struct msp_state *state = i2c_get_clientdata(client);
1115
1116 switch (state->opmode) {
1117 case OPMODE_MANUAL:
1118 case OPMODE_AUTODETECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001119 return msp3400c_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001120 case OPMODE_AUTOSELECT:
Hans Verkuilde533cc2006-03-19 08:21:56 -03001121 return msp34xxg_detect_stereo(client);
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001122 }
Hans Verkuilde533cc2006-03-19 08:21:56 -03001123 return 0;
Hans Verkuil8a4b2752006-01-23 17:11:09 -02001124}
1125