summaryrefslogtreecommitdiff
path: root/kernel/drv/oss_hdaudio/hdaudio_abit_AA8.c
blob: 6d7366d0f5e5fc81f8ae7edfb1c91e49440e42f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
/*
 *
 * This file is part of Open Sound System.
 *
 * Copyright (C) 4Front Technologies 1996-2008.
 *
 * This this source file is released under GPL v2 license (no other versions).
 * See the COPYING file included in the main directory of this source
 * distribution for the license terms and conditions.
 *
 */
/* Codec index is 0 */
/* Codec vendor 10ec:0880 */
/* HD codec revision 0.9 (5.0) (0x00090500) */
/* Subsystem ID 08800000 */
/* Default amplifier caps: in=00000000, out=00000000 */
#include "oss_hdaudio_cfg.h"
#include "hdaudio.h"
#include "hdaudio_codec.h"
#include "hdaudio_dedicated.h"

int
hdaudio_abit_AA8_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad,
			     int top_group)
{
  int ctl = 0;

  DDB (cmn_err (CE_CONT, "hdaudio_abit_AA8_mixer_init got called.\n"));

  /* Handle PIN widgets */
  {
    int n, group, pin_group;

    n = 0;

    HDA_GROUP (pin_group, top_group, "jack");

    if (HDA_PIN_GROUP (0x14, group, pin_group, "green", n, "jack", 4))	/* Pin widget 0x14 */
      {
	/* Src 0xc=front */
	if (HDA_PINSELECT (0x14, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "front input");
	HDA_OUTMUTE (0x14, group, "mute", UNMUTE);
      }

    if (HDA_PIN_GROUP (0x15, group, pin_group, "black", n, "jack", 4))	/* Pin widget 0x15 */
      {
	/* Src 0xd=rear */
	if (HDA_PINSELECT (0x15, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "rear input");
	HDA_OUTMUTE (0x15, group, "mute", UNMUTE);
      }

    if (HDA_PIN_GROUP (0x16, group, pin_group, "C-L", n, "jack", 4))	/* Pin widget 0x16 */
      {
	/* Src 0xe=center/LFE */
	if (HDA_PINSELECT (0x16, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "center/LFE input");
	HDA_OUTMUTE (0x16, group, "mute", UNMUTE);
      }

    if (HDA_PIN_GROUP (0x17, group, pin_group, "surr", n, "jack", 4))	/* Pin widget 0x17 */
      {
	/* Src 0xf=side */
	if (HDA_PINSELECT (0x17, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "side input");
	HDA_OUTMUTE (0x17, group, "mute", UNMUTE);
      }

    if (HDA_PIN_GROUP (0x18, group, pin_group, "pink1", n, "jack", 4))	/* Pin widget 0x18 */
      {
	/* Src 0x10=out-source */
	if (HDA_PINSELECT (0x18, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "out-source input");
	HDA_OUTMUTE (0x18, group, "mute", UNMUTE);

	/* Widget 0x10 (out-source) */
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	if (HDA_SELECT (0x10, "out-source", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "front rear center/LFE side");
	  }
      }

    if (HDA_PIN_GROUP (0x19, group, pin_group, "pink2", n, "jack", 4))	/* Pin widget 0x19 */
      {
	/* Src 0x11=out-source */
	if (HDA_PINSELECT (0x19, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "out-source input");
	HDA_OUTMUTE (0x19, group, "mute", UNMUTE);

	/* Widget 0x11 (out-source) */
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	if (HDA_SELECT (0x11, "out-source", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "front rear center/LFE side");
	  }
      }

    if (HDA_PIN_GROUP (0x1a, group, pin_group, "blue1", n, "jack", 4))	/* Pin widget 0x1a */
      {
	/* Src 0x12=out-source */
	if (HDA_PINSELECT (0x1a, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "out-source input");
	HDA_OUTMUTE (0x1a, group, "mute", UNMUTE);

	/* Widget 0x12 (out-source) */
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	if (HDA_SELECT (0x12, "out-source", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "front rear center/LFE side");
	  }
      }

    if (HDA_PIN_GROUP (0x1b, group, pin_group, "blue2", n, "jack", 4))	/* Pin widget 0x1b */
      {
	/* Src 0x13=out-source */
	if (HDA_PINSELECT (0x1b, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "out-source input");
	HDA_OUTMUTE (0x1b, group, "mute", UNMUTE);

	/* Widget 0x13 (out-source) */
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	if (HDA_SELECT (0x13, "out-source", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "front rear center/LFE side");
	  }
      }

    if (HDA_PIN_GROUP (0x1c, group, pin_group, "cd", n, "jack", 4))	/* Pin widget 0x1c */
      {
	if (HDA_PINSELECT (0x1c, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "input");
      }

    if (HDA_PIN_GROUP (0x1d, group, pin_group, "beep", n, "jack", 4))	/* Pin widget 0x1d */
      {
	if (HDA_PINSELECT (0x1d, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "input");
      }
  }
  /* Handle ADC widgets */
  {
    int n, group, rec_group;

    n = 0;

    HDA_GROUP (rec_group, top_group, "record");

    if (HDA_ADC_GROUP (0x07, group, rec_group, "rec1", n, "record", 2))	/* ADC widget 0x07 */
      {
	/* Src 0x18=pink1 */
	/* Src 0x19=pink2 */
	/* Src 0x1a=blue1 */
	/* Src 0x1b=blue2 */
	/* Src 0x1c=cd */
	/* Src 0x14=green */
	/* Src 0x15=black */
	if (HDA_SELECT (0x07, "src", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "pink1 pink2 blue1 blue2 cd green black");
	  }
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "vol");
	  HDA_INAMP (0x07, 0, amp_group, "pink1", 90);	/* From widget 0x18 */
	  HDA_INAMP (0x07, 1, amp_group, "pink2", 90);	/* From widget 0x19 */
	  HDA_INAMP (0x07, 2, amp_group, "blue1", 90);	/* From widget 0x1a */
	  HDA_INAMP (0x07, 3, amp_group, "blue2", 90);	/* From widget 0x1b */
	  HDA_INAMP (0x07, 4, amp_group, "cd", 90);	/* From widget 0x1c */
	  HDA_INAMP (0x07, 5, amp_group, "green", 90);	/* From widget 0x14 */
	  HDA_INAMP (0x07, 6, amp_group, "black", 90);	/* From widget 0x15 */
	}
      }

    if (HDA_ADC_GROUP (0x08, group, rec_group, "rec2", n, "record", 2))	/* ADC widget 0x08 */
      {
	/* Src 0x18=pink1 */
	/* Src 0x19=pink2 */
	/* Src 0x1a=blue1 */
	/* Src 0x1b=blue2 */
	/* Src 0x1c=cd */
	/* Src 0x14=green */
	/* Src 0x15=black */
	if (HDA_SELECT (0x08, "src", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl, "pink1 pink2 blue1 blue2 cd green black");
	  }
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "vol");
	  HDA_INAMP (0x08, 0, amp_group, "pink1", 90);	/* From widget 0x18 */
	  HDA_INAMP (0x08, 1, amp_group, "pink2", 90);	/* From widget 0x19 */
	  HDA_INAMP (0x08, 2, amp_group, "blue1", 90);	/* From widget 0x1a */
	  HDA_INAMP (0x08, 3, amp_group, "blue2", 90);	/* From widget 0x1b */
	  HDA_INAMP (0x08, 4, amp_group, "cd", 90);	/* From widget 0x1c */
	  HDA_INAMP (0x08, 5, amp_group, "green", 90);	/* From widget 0x14 */
	  HDA_INAMP (0x08, 6, amp_group, "black", 90);	/* From widget 0x15 */
	}
      }

    if (HDA_ADC_GROUP (0x09, group, rec_group, "rec3", n, "record", 2))	/* ADC widget 0x09 */
      {
	/* Src 0x18=pink1 */
	/* Src 0x19=pink2 */
	/* Src 0x1a=blue1 */
	/* Src 0x1b=blue2 */
	/* Src 0x1c=cd */
	/* Src 0xb=inputmix */
	/* Src 0x14=green */
	/* Src 0x15=black */
	/* Src 0x16=C-L */
	/* Src 0x17=surr */
	if (HDA_SELECT (0x09, "src", ctl, group, -1))
	  {
	    HDA_CHOICES (ctl,
			 "pink1 pink2 blue1 blue2 cd inputmix green black C-L surr");
	  }
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "vol");
	  HDA_INAMP (0x09, 0, amp_group, "pink1", 90);	/* From widget 0x18 */
	  HDA_INAMP (0x09, 1, amp_group, "pink2", 90);	/* From widget 0x19 */
	  HDA_INAMP (0x09, 2, amp_group, "blue1", 90);	/* From widget 0x1a */
	  HDA_INAMP (0x09, 3, amp_group, "blue2", 90);	/* From widget 0x1b */
	  HDA_INAMP (0x09, 4, amp_group, "cd", 90);	/* From widget 0x1c */
	  HDA_INAMP (0x09, 5, amp_group, "inputmix", 90);	/* From widget 0x0b */
	  HDA_INAMP (0x09, 6, amp_group, "green", 90);	/* From widget 0x14 */
	  HDA_INAMP (0x09, 7, amp_group, "black", 90);	/* From widget 0x15 */
	  HDA_INAMP (0x09, 8, amp_group, "C-L", 90);	/* From widget 0x16 */
	  HDA_INAMP (0x09, 9, amp_group, "surr", 90);	/* From widget 0x17 */
	}
      }

#if 0
    if (HDA_ADC_GROUP (0x0a, group, rec_group, "spdif-in", n, "record", 2))	/* ADC widget 0x0a */
      {
	/* Src 0x1f=spdin */
      }
#endif
  }
  /* Handle misc widgets */
  {
    int n, group, misc_group;

    n = 0;

    HDA_GROUP (misc_group, top_group, "misc");

    if (HDA_MISC_GROUP (0x0c, group, misc_group, "front", n, "misc", 8))	/* Misc widget 0x0c */
      {
	/* Src 0x2=front */
	/* Src 0xb=inputmix */
	HDA_OUTAMP (0x0c, group, "-", 90);
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "mute");
	  HDA_INMUTE (0x0c, 0, amp_group, "front", UNMUTE);	/* From widget 0x02 */
	  HDA_INMUTE (0x0c, 1, amp_group, "inputmix", UNMUTE);	/* From widget 0x0b */
	}
      }

    if (HDA_MISC_GROUP (0x0d, group, misc_group, "rear", n, "misc", 8))	/* Misc widget 0x0d */
      {
	/* Src 0x3=rear */
	/* Src 0xb=inputmix */
	HDA_OUTAMP (0x0d, group, "-", 90);
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "mute");
	  HDA_INMUTE (0x0d, 0, amp_group, "rear", UNMUTE);	/* From widget 0x03 */
	  HDA_INMUTE (0x0d, 1, amp_group, "inputmix", UNMUTE);	/* From widget 0x0b */
	}
      }

    if (HDA_MISC_GROUP (0x0e, group, misc_group, "center/LFE", n, "misc", 8))	/* Misc widget 0x0e */
      {
	/* Src 0x4=center/LFE */
	/* Src 0xb=inputmix */
	HDA_OUTAMP (0x0e, group, "-", 90);
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "mute");
	  HDA_INMUTE (0x0e, 0, amp_group, "center/LFE", UNMUTE);	/* From widget 0x04 */
	  HDA_INMUTE (0x0e, 1, amp_group, "inputmix", UNMUTE);	/* From widget 0x0b */
	}
      }

    if (HDA_MISC_GROUP (0x0f, group, misc_group, "side", n, "misc", 8))	/* Misc widget 0x0f */
      {
	/* Src 0x5=side */
	/* Src 0xb=inputmix */
	HDA_OUTAMP (0x0f, group, "-", 90);
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "mute");
	  HDA_INMUTE (0x0f, 0, amp_group, "side", UNMUTE);	/* From widget 0x05 */
	  HDA_INMUTE (0x0f, 1, amp_group, "inputmix", UNMUTE);	/* From widget 0x0b */
	}
      }

    if (HDA_MISC_GROUP (0x0b, group, misc_group, "inputmix", n, "misc", 0))	/* Misc widget 0x0b */
      {
	/* Src 0x18=pink1 */
	/* Src 0x19=pink2 */
	/* Src 0x1a=blue1 */
	/* Src 0x1b=blue2 */
	/* Src 0x1c=cd */
	/* Src 0x1d=beep */
	/* Src 0x14=green */
	/* Src 0x15=black */
	{
	  int amp_group;

	  HDA_GROUP (amp_group, group, "vol");
	  HDA_INAMP (0x0b, 0, amp_group, "pink1", 90);	/* From widget 0x18 */
	  HDA_INAMP (0x0b, 1, amp_group, "pink2", 90);	/* From widget 0x19 */
	  HDA_INAMP (0x0b, 2, amp_group, "blue1", 90);	/* From widget 0x1a */
	  HDA_INAMP (0x0b, 3, amp_group, "blue2", 90);	/* From widget 0x1b */
	  HDA_INAMP (0x0b, 4, amp_group, "cd", 90);	/* From widget 0x1c */
	  HDA_INAMP (0x0b, 5, amp_group, "beep", 90);	/* From widget 0x1d */
	  HDA_INAMP (0x0b, 6, amp_group, "green", 90);	/* From widget 0x14 */
	  HDA_INAMP (0x0b, 7, amp_group, "black", 90);	/* From widget 0x15 */
	}
      }
  }
  return 0;
}