summaryrefslogtreecommitdiff
path: root/kernel/drv/oss_hdaudio/hdaudio_scaleoP.c
blob: b4bab5ff638fc591a159a71d7bc393ca8a0cb586 (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
/*
 *
 * 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 0804:7d10 */
/* HD codec revision 1.0 (0.1) (0x00100001) */
/* Subsystem ID 1043e601 */
/* 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_scaleoP_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad,
			    int top_group)
{
  int ctl = 0;

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

  HDA_OUTAMP_F (0x0c, top_group, "front", 90, MIXF_PCMVOL);
  HDA_OUTAMP_F (0x0d, top_group, "rear", 90, MIXF_PCMVOL);
  HDA_OUTAMP_F (0x0e, top_group, "center/LFE", 90, MIXF_PCMVOL);
  HDA_OUTAMP_F (0x0f, top_group, "side", 90, MIXF_PCMVOL);
  HDA_OUTAMP_F (0x26, top_group, "pcm4", 90, MIXF_PCMVOL);

  /*
   * Unmute all inputs for the above sliders.
   */
  HDA_SET_INMUTE (0x0c, 0, UNMUTE);	/* From widget 0x02 */
  HDA_SET_INMUTE (0x0c, 1, UNMUTE);	/* From widget 0x0b */
  HDA_SET_INMUTE (0x0d, 0, UNMUTE);	/* From widget 0x03 */
  HDA_SET_INMUTE (0x0d, 1, UNMUTE);	/* From widget 0x0b */
  HDA_SET_INMUTE (0x0e, 0, UNMUTE);	/* From widget 0x04 */
  HDA_SET_INMUTE (0x0e, 1, UNMUTE);	/* From widget 0x0b */
  HDA_SET_INMUTE (0x0f, 0, UNMUTE);	/* From widget 0x05 */
  HDA_SET_INMUTE (0x0f, 1, UNMUTE);	/* From widget 0x0b */
  HDA_SET_INMUTE (0x26, 0, UNMUTE);	/* From widget 0x25 */
  HDA_SET_INMUTE (0x26, 1, UNMUTE);	/* From widget 0x0b */

  /* Handle ADC widgets */
  {
    int n, group, rec_group;

    n = 0;

    HDA_GROUP (rec_group, top_group, "record");

    if (HDA_ADC_GROUP (0x08, group, rec_group, "rec1", n, "record", 2))	/* ADC widget 0x08 */
      {
	/* Src 0x23=mix */
	HDA_INAMP (0x08, 0, group, "-", 90);	/* From widget 0x23 */

	/* Widget 0x23 (mix) */
	/* Src 0x18=pink */
	/* Src 0x19=fp-pink */
	/* Src 0x1a=blue */
	/* Src 0x1b=fp-green */
	/* Src 0x1c=int-aux */
	/* Src 0x1d=black */
	/* Src 0x14=green */
	/* Src 0x15=black */
	/* Src 0x16=orange */
	/* Src 0x17=grey */
	/* Src 0x0b=input-mix */
	if (HDA_INSRC_SELECT (0x23, group, ctl, "recsrc", 10))
	  HDA_CHOICES (ctl,
		       "pink fp-pink blue fp-green int-aux black green black orange grey input-mix");
      }

    if (HDA_ADC_GROUP (0x09, group, rec_group, "rec2", n, "record", 2))	/* ADC widget 0x09 */
      {
	/* Src 0x22=mix */
	HDA_INAMP (0x09, 0, group, "-", 90);	/* From widget 0x22 */

	/* Widget 0x22 (mix) */
	/* Src 0x18=pink */
	/* Src 0x19=fp-pink */
	/* Src 0x1a=blue */
	/* Src 0x1b=fp-green */
	/* Src 0x1c=int-aux */
	/* Src 0x1d=black */
	/* Src 0x14=green */
	/* Src 0x15=black */
	/* Src 0x16=orange */
	/* Src 0x17=grey */
	/* Src 0xb=input-mix */
	if (HDA_INSRC_SELECT (0x23, group, ctl, "recsrc", 10))
	  HDA_CHOICES (ctl,
		       "pink fp-pink blue fp-green int-aux black green black orange grey input-mix");
      }

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

    n = 0;

    HDA_GROUP (group, top_group, "input-mix");

    /* Src 0x18=mic */
    /* Src 0x19=fp-mic */
    /* Src 0x1a=linein */
    /* Src 0x1b=fp-headphone */
    /* Src 0x1c=int-aux */
    /* Src 0x1d=speaker */
    /* Src 0x14=lineout */
    /* Src 0x15=lineout */
    /* Src 0x16=lineout */
    /* Src 0x17=lineout */
    HDA_INAMP (0x0b, 0, group, "pink", 30);	/* From widget 0x18 */
    HDA_INAMP (0x0b, 2, group, "blue", 90);	/* From widget 0x1a */
    HDA_INAMP (0x0b, 4, group, "int-aux", 90);	/* From widget 0x1c */
    HDA_INAMP (0x0b, 5, group, "black", 90);	/* From widget 0x1d */
    HDA_INAMP (0x0b, 6, group, "green", 90);	/* From widget 0x14 */
    HDA_INAMP (0x0b, 7, group, "black", 90);	/* From widget 0x15 */
    HDA_INAMP (0x0b, 8, group, "orange", 90);	/* From widget 0x16 */
    HDA_INAMP (0x0b, 9, group, "grey", 90);	/* From widget 0x17 */
    HDA_INAMP (0x0b, 3, group, "fp-green", 90);	/* From widget 0x1b */
    HDA_INAMP (0x0b, 1, group, "fp-pink", 30);	/* From widget 0x19 */
  }
  /* 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 */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x14, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x14, group, "inmute", UNMUTE);
	HDA_INAMP (0x14, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x15, group, pin_group, "black", n, "jack", 4))	/* Pin widget 0x15 */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x15, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x15, group, "inmute", UNMUTE);
	HDA_INAMP (0x15, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x16, group, pin_group, "orange", n, "jack", 4))	/* Pin widget 0x16 */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x16, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x16, group, "inmute", UNMUTE);
	HDA_INAMP (0x16, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x17, group, pin_group, "grey", n, "jack", 4))	/* Pin widget 0x17 */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x17, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x17, group, "inmute", UNMUTE);
	HDA_INAMP (0x17, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x18, group, pin_group, "pink", n, "jack", 4))	/* Pin widget 0x18 */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x18, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x18, group, "inmute", UNMUTE);
	HDA_INAMP (0x18, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x1a, group, pin_group, "blue", n, "jack", 4))	/* Pin widget 0x1a */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x1a, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x1a, group, "inmute", UNMUTE);
	HDA_INAMP (0x1a, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x1b, group, pin_group, "fp-green", n, "jack", 4))	/* Pin widget 0x1b */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x1b, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x1b, group, "inmute", UNMUTE);
	HDA_INAMP (0x1b, 0, group, "in", 90);	/* From widget 0x0c */
      }

    if (HDA_PIN_GROUP (0x19, group, pin_group, "fp-pink", n, "jack", 4))	/* Pin widget 0x19 */
      {
	/* Src 0xc=front */
	/* Src 0xd=rear */
	/* Src 0xe=center/LFE */
	/* Src 0xf=side */
	/* Src 0x26=pcm4 */
	if (HDA_PINSELECT (0x19, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl,
		       "front-out rear-out center/LFE-out side-out pcm4-out input");
	HDA_OUTMUTE (0x19, group, "inmute", UNMUTE);
	HDA_INAMP (0x19, 0, group, "in", 90);	/* From widget 0x0c */
      }

#if 0
    /*
     * Non-used pins
     */
    if (HDA_PIN_GROUP (0x1c, group, pin_group, "int-aux", 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, "black", n, "jack", 4))	/* Pin widget 0x1d */
      {
	if (HDA_PINSELECT (0x1d, ctl, group, "mode", -1))
	  HDA_CHOICES (ctl, "input");
      }
#endif
  }

  return 0;
}