blob: ba19bfdfdc9e9e09d8243cced170fd7d8155b8a4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * (Tentative) USB Audio Driver for ALSA
3 *
4 * Mixer control part
5 *
6 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>
7 *
8 * Many codes borrowed from audio.c by
9 * Alan Cox (alan@lxorguk.ukuu.org.uk)
10 * Thomas Sailer (sailer@ife.ee.ethz.ch)
11 *
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 *
27 */
28
Daniel Mack157a57b2010-06-16 17:57:30 +020029/*
30 * TODOs, for both the mixer and the streaming interfaces:
31 *
32 * - support for UAC2 effect units
33 * - support for graphical equalizers
34 * - RANGE and MEM set commands (UAC2)
35 * - RANGE and MEM interrupt dispatchers (UAC2)
36 * - audio channel clustering (UAC2)
37 * - audio sample rate converter units (UAC2)
38 * - proper handling of clock multipliers (UAC2)
39 * - dispatch clock change notifications (UAC2)
40 * - stop PCM streams which use a clock that became invalid
41 * - stop PCM streams which use a clock selector that has changed
42 * - parse available sample rates again when clock sources changed
43 */
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/bitops.h>
46#include <linux/init.h>
47#include <linux/list.h>
48#include <linux/slab.h>
49#include <linux/string.h>
50#include <linux/usb.h>
Daniel Mack28e1b772010-02-22 23:49:09 +010051#include <linux/usb/audio.h>
Daniel Mack23caaf12010-03-11 21:13:25 +010052#include <linux/usb/audio-v2.h>
Daniel Mack28e1b772010-02-22 23:49:09 +010053
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <sound/core.h>
55#include <sound/control.h>
Clemens Ladischb259b102005-04-29 16:29:28 +020056#include <sound/hwdep.h>
Clemens Ladischaafad562005-05-10 14:47:38 +020057#include <sound/info.h>
Takashi Iwai7bc5ba7e2006-07-14 15:18:19 +020058#include <sound/tlv.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60#include "usbaudio.h"
Daniel Mackf0b5e632010-03-11 21:13:23 +010061#include "mixer.h"
Daniel Macke5779992010-03-04 19:46:13 +010062#include "helper.h"
Daniel Mack7b1eda22010-03-11 21:13:22 +010063#include "mixer_quirks.h"
Oliver Neukum88a85162011-03-11 14:51:12 +010064#include "power.h"
Raimonds Cicans4d1a70d2006-05-05 09:49:53 +020065
Jaroslav Kyselaebfdeea2010-02-16 11:17:09 +010066#define MAX_ID_ELEMS 256
67
Linus Torvalds1da177e2005-04-16 15:20:36 -070068struct usb_audio_term {
69 int id;
70 int type;
71 int channels;
72 unsigned int chconfig;
73 int name;
74};
75
76struct usbmix_name_map;
77
Takashi Iwai86e07d32005-11-17 15:08:02 +010078struct mixer_build {
79 struct snd_usb_audio *chip;
Clemens Ladisch84957a82005-04-29 16:23:13 +020080 struct usb_mixer_interface *mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 unsigned char *buffer;
82 unsigned int buflen;
Jaroslav Kysela291186e2010-02-16 11:55:18 +010083 DECLARE_BITMAP(unitbitmap, MAX_ID_ELEMS);
Takashi Iwai86e07d32005-11-17 15:08:02 +010084 struct usb_audio_term oterm;
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 const struct usbmix_name_map *map;
Clemens Ladisch8e062ec2005-04-22 15:49:52 +020086 const struct usbmix_selector_map *selector_map;
Linus Torvalds1da177e2005-04-16 15:20:36 -070087};
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089enum {
90 USB_MIXER_BOOLEAN,
91 USB_MIXER_INV_BOOLEAN,
92 USB_MIXER_S8,
93 USB_MIXER_U8,
94 USB_MIXER_S16,
95 USB_MIXER_U16,
96};
97
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Joseph Teichman1cdfa9f2011-02-08 01:22:36 -050099/*E-mu 0202/0404/0204 eXtension Unit(XU) control*/
Sergiy Kovalchuk7d2b4512009-12-27 09:13:41 -0800100enum {
101 USB_XU_CLOCK_RATE = 0xe301,
102 USB_XU_CLOCK_SOURCE = 0xe302,
103 USB_XU_DIGITAL_IO_STATUS = 0xe303,
104 USB_XU_DEVICE_OPTIONS = 0xe304,
105 USB_XU_DIRECT_MONITORING = 0xe305,
106 USB_XU_METERING = 0xe306
107};
108enum {
109 USB_XU_CLOCK_SOURCE_SELECTOR = 0x02, /* clock source*/
110 USB_XU_CLOCK_RATE_SELECTOR = 0x03, /* clock rate */
111 USB_XU_DIGITAL_FORMAT_SELECTOR = 0x01, /* the spdif format */
112 USB_XU_SOFT_LIMIT_SELECTOR = 0x03 /* soft limiter */
113};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
115/*
116 * manual mapping of mixer names
117 * if the mixer topology is too complicated and the parsed names are
118 * ambiguous, add the entries in usbmixer_maps.c.
119 */
Daniel Mackf0b5e632010-03-11 21:13:23 +0100120#include "mixer_maps.c"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100122static const struct usbmix_name_map *
123find_map(struct mixer_build *state, int unitid, int control)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124{
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100125 const struct usbmix_name_map *p = state->map;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100127 if (!p)
128 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129
130 for (p = state->map; p->id; p++) {
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100131 if (p->id == unitid &&
132 (!control || !p->control || control == p->control))
133 return p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 }
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100135 return NULL;
136}
137
138/* get the mapped name if the unit matches */
139static int
140check_mapped_name(const struct usbmix_name_map *p, char *buf, int buflen)
141{
142 if (!p || !p->name)
143 return 0;
144
145 buflen--;
146 return strlcpy(buf, p->name, buflen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147}
148
149/* check whether the control should be ignored */
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100150static inline int
151check_ignored_ctl(const struct usbmix_name_map *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152{
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100153 if (!p || p->name || p->dB)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 return 0;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100155 return 1;
156}
157
158/* dB mapping */
159static inline void check_mapped_dB(const struct usbmix_name_map *p,
160 struct usb_mixer_elem_info *cval)
161{
162 if (p && p->dB) {
163 cval->dBmin = p->dB->min;
164 cval->dBmax = p->dB->max;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166}
167
Clemens Ladisch8e062ec2005-04-22 15:49:52 +0200168/* get the mapped selector source name */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100169static int check_mapped_selector_name(struct mixer_build *state, int unitid,
Clemens Ladisch8e062ec2005-04-22 15:49:52 +0200170 int index, char *buf, int buflen)
171{
172 const struct usbmix_selector_map *p;
173
174 if (! state->selector_map)
175 return 0;
176 for (p = state->selector_map; p->id; p++) {
177 if (p->id == unitid && index < p->count)
178 return strlcpy(buf, p->names[index], buflen);
179 }
180 return 0;
181}
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183/*
184 * find an audio control unit with the given unit id
185 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100186static void *find_audio_control_unit(struct mixer_build *state, unsigned char unit)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187{
Daniel Mack67e1daa2010-05-31 13:35:43 +0200188 /* we just parse the header */
189 struct uac_feature_unit_descriptor *hdr = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
Daniel Mack67e1daa2010-05-31 13:35:43 +0200191 while ((hdr = snd_usb_find_desc(state->buffer, state->buflen, hdr,
192 USB_DT_CS_INTERFACE)) != NULL) {
193 if (hdr->bLength >= 4 &&
194 hdr->bDescriptorSubtype >= UAC_INPUT_TERMINAL &&
195 hdr->bDescriptorSubtype <= UAC2_SAMPLE_RATE_CONVERTER &&
196 hdr->bUnitID == unit)
197 return hdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 }
Daniel Mack67e1daa2010-05-31 13:35:43 +0200199
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 return NULL;
201}
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203/*
204 * copy a string with the given id
205 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100206static int snd_usb_copy_string_desc(struct mixer_build *state, int index, char *buf, int maxlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207{
208 int len = usb_string(state->chip->dev, index, buf, maxlen - 1);
209 buf[len] = 0;
210 return len;
211}
212
213/*
214 * convert from the byte/word on usb descriptor to the zero-based integer
215 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100216static int convert_signed_value(struct usb_mixer_elem_info *cval, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217{
218 switch (cval->val_type) {
219 case USB_MIXER_BOOLEAN:
220 return !!val;
221 case USB_MIXER_INV_BOOLEAN:
222 return !val;
223 case USB_MIXER_U8:
224 val &= 0xff;
225 break;
226 case USB_MIXER_S8:
227 val &= 0xff;
228 if (val >= 0x80)
229 val -= 0x100;
230 break;
231 case USB_MIXER_U16:
232 val &= 0xffff;
233 break;
234 case USB_MIXER_S16:
235 val &= 0xffff;
236 if (val >= 0x8000)
237 val -= 0x10000;
238 break;
239 }
240 return val;
241}
242
243/*
244 * convert from the zero-based int to the byte/word for usb descriptor
245 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100246static int convert_bytes_value(struct usb_mixer_elem_info *cval, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247{
248 switch (cval->val_type) {
249 case USB_MIXER_BOOLEAN:
250 return !!val;
251 case USB_MIXER_INV_BOOLEAN:
252 return !val;
253 case USB_MIXER_S8:
254 case USB_MIXER_U8:
255 return val & 0xff;
256 case USB_MIXER_S16:
257 case USB_MIXER_U16:
258 return val & 0xffff;
259 }
260 return 0; /* not reached */
261}
262
Takashi Iwai86e07d32005-11-17 15:08:02 +0100263static int get_relative_value(struct usb_mixer_elem_info *cval, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264{
265 if (! cval->res)
266 cval->res = 1;
267 if (val < cval->min)
268 return 0;
Takashi Iwai14790f12006-03-28 17:58:28 +0200269 else if (val >= cval->max)
270 return (cval->max - cval->min + cval->res - 1) / cval->res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 else
272 return (val - cval->min) / cval->res;
273}
274
Takashi Iwai86e07d32005-11-17 15:08:02 +0100275static int get_abs_value(struct usb_mixer_elem_info *cval, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276{
277 if (val < 0)
278 return cval->min;
279 if (! cval->res)
280 cval->res = 1;
281 val *= cval->res;
282 val += cval->min;
283 if (val > cval->max)
284 return cval->max;
285 return val;
286}
287
288
289/*
290 * retrieve a mixer value
291 */
292
Daniel Mack23caaf12010-03-11 21:13:25 +0100293static int get_ctl_value_v1(struct usb_mixer_elem_info *cval, int request, int validx, int *value_ret)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294{
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200295 struct snd_usb_audio *chip = cval->mixer->chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 unsigned char buf[2];
297 int val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1;
298 int timeout = 10;
Oliver Neukum88a85162011-03-11 14:51:12 +0100299 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
Oliver Neukum88a85162011-03-11 14:51:12 +0100301 err = snd_usb_autoresume(cval->mixer->chip);
302 if (err < 0)
303 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 while (timeout-- > 0) {
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200305 if (snd_usb_ctl_msg(chip->dev, usb_rcvctrlpipe(chip->dev, 0), request,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_IN,
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200307 validx, snd_usb_ctrl_intf(chip) | (cval->id << 8),
Thomas Reitmayra04395e2007-05-15 11:47:48 +0200308 buf, val_len, 100) >= val_len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 *value_ret = convert_signed_value(cval, snd_usb_combine_bytes(buf, val_len));
Oliver Neukum88a85162011-03-11 14:51:12 +0100310 snd_usb_autosuspend(cval->mixer->chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 return 0;
312 }
313 }
Oliver Neukum88a85162011-03-11 14:51:12 +0100314 snd_usb_autosuspend(cval->mixer->chip);
Clemens Ladisch84957a82005-04-29 16:23:13 +0200315 snd_printdd(KERN_ERR "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
Takashi Iwaib415ec72010-06-24 08:07:28 +0200316 request, validx, snd_usb_ctrl_intf(chip) | (cval->id << 8), cval->val_type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 return -EINVAL;
318}
319
Daniel Mack23caaf12010-03-11 21:13:25 +0100320static int get_ctl_value_v2(struct usb_mixer_elem_info *cval, int request, int validx, int *value_ret)
321{
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200322 struct snd_usb_audio *chip = cval->mixer->chip;
Daniel Macke8bdb6b2010-06-11 17:34:22 +0200323 unsigned char buf[2 + 3*sizeof(__u16)]; /* enough space for one range */
Daniel Mack23caaf12010-03-11 21:13:25 +0100324 unsigned char *val;
Daniel Macke8bdb6b2010-06-11 17:34:22 +0200325 int ret, size;
Daniel Mack23caaf12010-03-11 21:13:25 +0100326 __u8 bRequest;
327
Daniel Macke8bdb6b2010-06-11 17:34:22 +0200328 if (request == UAC_GET_CUR) {
329 bRequest = UAC2_CS_CUR;
330 size = sizeof(__u16);
331 } else {
332 bRequest = UAC2_CS_RANGE;
333 size = sizeof(buf);
334 }
335
336 memset(buf, 0, sizeof(buf));
Daniel Mack23caaf12010-03-11 21:13:25 +0100337
Oliver Neukum88a85162011-03-11 14:51:12 +0100338 ret = snd_usb_autoresume(chip) ? -EIO : 0;
339 if (ret)
340 goto error;
341
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200342 ret = snd_usb_ctl_msg(chip->dev, usb_rcvctrlpipe(chip->dev, 0), bRequest,
Daniel Mack23caaf12010-03-11 21:13:25 +0100343 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_IN,
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200344 validx, snd_usb_ctrl_intf(chip) | (cval->id << 8),
Daniel Macke8bdb6b2010-06-11 17:34:22 +0200345 buf, size, 1000);
Oliver Neukum88a85162011-03-11 14:51:12 +0100346 snd_usb_autosuspend(chip);
Daniel Mack23caaf12010-03-11 21:13:25 +0100347
348 if (ret < 0) {
Oliver Neukum88a85162011-03-11 14:51:12 +0100349error:
Daniel Mack09414202010-05-31 13:35:44 +0200350 snd_printk(KERN_ERR "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n",
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200351 request, validx, snd_usb_ctrl_intf(chip) | (cval->id << 8), cval->val_type);
Daniel Mack23caaf12010-03-11 21:13:25 +0100352 return ret;
353 }
354
Daniel Macke8bdb6b2010-06-11 17:34:22 +0200355 /* FIXME: how should we handle multiple triplets here? */
356
Daniel Mack23caaf12010-03-11 21:13:25 +0100357 switch (request) {
358 case UAC_GET_CUR:
359 val = buf;
360 break;
361 case UAC_GET_MIN:
362 val = buf + sizeof(__u16);
363 break;
364 case UAC_GET_MAX:
365 val = buf + sizeof(__u16) * 2;
366 break;
367 case UAC_GET_RES:
368 val = buf + sizeof(__u16) * 3;
369 break;
370 default:
371 return -EINVAL;
372 }
373
374 *value_ret = convert_signed_value(cval, snd_usb_combine_bytes(val, sizeof(__u16)));
375
376 return 0;
377}
378
379static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, int validx, int *value_ret)
380{
381 return (cval->mixer->protocol == UAC_VERSION_1) ?
382 get_ctl_value_v1(cval, request, validx, value_ret) :
383 get_ctl_value_v2(cval, request, validx, value_ret);
384}
385
Takashi Iwai86e07d32005-11-17 15:08:02 +0100386static int get_cur_ctl_value(struct usb_mixer_elem_info *cval, int validx, int *value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387{
Daniel Mackde48c7b2010-02-22 23:49:13 +0100388 return get_ctl_value(cval, UAC_GET_CUR, validx, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389}
390
391/* channel = 0: master, 1 = first channel */
Takashi Iwai641b4872009-01-15 17:05:24 +0100392static inline int get_cur_mix_raw(struct usb_mixer_elem_info *cval,
393 int channel, int *value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394{
Daniel Mackde48c7b2010-02-22 23:49:13 +0100395 return get_ctl_value(cval, UAC_GET_CUR, (cval->control << 8) | channel, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396}
397
Takashi Iwai641b4872009-01-15 17:05:24 +0100398static int get_cur_mix_value(struct usb_mixer_elem_info *cval,
399 int channel, int index, int *value)
400{
401 int err;
402
403 if (cval->cached & (1 << channel)) {
404 *value = cval->cache_val[index];
405 return 0;
406 }
407 err = get_cur_mix_raw(cval, channel, value);
408 if (err < 0) {
409 if (!cval->mixer->ignore_ctl_error)
Daniel Mack23caaf12010-03-11 21:13:25 +0100410 snd_printd(KERN_ERR "cannot get current value for control %d ch %d: err = %d\n",
Takashi Iwai641b4872009-01-15 17:05:24 +0100411 cval->control, channel, err);
412 return err;
413 }
414 cval->cached |= 1 << channel;
415 cval->cache_val[index] = *value;
416 return 0;
417}
418
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420/*
421 * set a mixer value
422 */
423
Daniel Mack7b1eda22010-03-11 21:13:22 +0100424int snd_usb_mixer_set_ctl_value(struct usb_mixer_elem_info *cval,
425 int request, int validx, int value_set)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426{
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200427 struct snd_usb_audio *chip = cval->mixer->chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 unsigned char buf[2];
Oliver Neukum88a85162011-03-11 14:51:12 +0100429 int val_len, err, timeout = 10;
Daniel Mack23caaf12010-03-11 21:13:25 +0100430
431 if (cval->mixer->protocol == UAC_VERSION_1) {
432 val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1;
433 } else { /* UAC_VERSION_2 */
434 /* audio class v2 controls are always 2 bytes in size */
435 val_len = sizeof(__u16);
436
437 /* FIXME */
438 if (request != UAC_SET_CUR) {
439 snd_printdd(KERN_WARNING "RANGE setting not yet supported\n");
440 return -EINVAL;
441 }
442
443 request = UAC2_CS_CUR;
444 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445
446 value_set = convert_bytes_value(cval, value_set);
447 buf[0] = value_set & 0xff;
448 buf[1] = (value_set >> 8) & 0xff;
Oliver Neukum88a85162011-03-11 14:51:12 +0100449 err = snd_usb_autoresume(chip);
450 if (err < 0)
451 return -EIO;
Viral Mehtacf3f9132009-04-03 13:08:14 +0530452 while (timeout-- > 0)
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200453 if (snd_usb_ctl_msg(chip->dev,
454 usb_sndctrlpipe(chip->dev, 0), request,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_OUT,
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200456 validx, snd_usb_ctrl_intf(chip) | (cval->id << 8),
Oliver Neukum88a85162011-03-11 14:51:12 +0100457 buf, val_len, 100) >= 0) {
458 snd_usb_autosuspend(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 return 0;
Oliver Neukum88a85162011-03-11 14:51:12 +0100460 }
461 snd_usb_autosuspend(chip);
Clemens Ladisch84957a82005-04-29 16:23:13 +0200462 snd_printdd(KERN_ERR "cannot set ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d, data = %#x/%#x\n",
Daniel Mack3d8d4dc2010-06-16 17:57:31 +0200463 request, validx, snd_usb_ctrl_intf(chip) | (cval->id << 8), cval->val_type, buf[0], buf[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 return -EINVAL;
465}
466
Takashi Iwai86e07d32005-11-17 15:08:02 +0100467static int set_cur_ctl_value(struct usb_mixer_elem_info *cval, int validx, int value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468{
Daniel Mack7b1eda22010-03-11 21:13:22 +0100469 return snd_usb_mixer_set_ctl_value(cval, UAC_SET_CUR, validx, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470}
471
Takashi Iwai641b4872009-01-15 17:05:24 +0100472static int set_cur_mix_value(struct usb_mixer_elem_info *cval, int channel,
473 int index, int value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474{
Takashi Iwai641b4872009-01-15 17:05:24 +0100475 int err;
Daniel Macka6a33252010-05-31 13:35:37 +0200476 unsigned int read_only = (channel == 0) ?
477 cval->master_readonly :
478 cval->ch_readonly & (1 << (channel - 1));
479
480 if (read_only) {
481 snd_printdd(KERN_INFO "%s(): channel %d of control %d is read_only\n",
482 __func__, channel, cval->control);
483 return 0;
484 }
485
Daniel Mack7b1eda22010-03-11 21:13:22 +0100486 err = snd_usb_mixer_set_ctl_value(cval, UAC_SET_CUR, (cval->control << 8) | channel,
Takashi Iwai641b4872009-01-15 17:05:24 +0100487 value);
488 if (err < 0)
489 return err;
490 cval->cached |= 1 << channel;
491 cval->cache_val[index] = value;
492 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493}
494
Takashi Iwai7bc5ba7e2006-07-14 15:18:19 +0200495/*
496 * TLV callback for mixer volume controls
497 */
498static int mixer_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag,
499 unsigned int size, unsigned int __user *_tlv)
500{
501 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Takashi Iwaib8e1c732009-06-16 14:04:37 +0200502 DECLARE_TLV_DB_MINMAX(scale, 0, 0);
Takashi Iwai7bc5ba7e2006-07-14 15:18:19 +0200503
504 if (size < sizeof(scale))
505 return -ENOMEM;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100506 scale[2] = cval->dBmin;
507 scale[3] = cval->dBmax;
Takashi Iwai7bc5ba7e2006-07-14 15:18:19 +0200508 if (copy_to_user(_tlv, scale, sizeof(scale)))
509 return -EFAULT;
510 return 0;
511}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512
513/*
514 * parser routines begin here...
515 */
516
Takashi Iwai86e07d32005-11-17 15:08:02 +0100517static int parse_audio_unit(struct mixer_build *state, int unitid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518
519
520/*
521 * check if the input/output channel routing is enabled on the given bitmap.
522 * used for mixer unit parser
523 */
524static int check_matrix_bitmap(unsigned char *bmap, int ich, int och, int num_outs)
525{
526 int idx = ich * num_outs + och;
527 return bmap[idx >> 3] & (0x80 >> (idx & 7));
528}
529
530
531/*
532 * add an alsa control element
533 * search and increment the index until an empty slot is found.
534 *
535 * if failed, give up and free the control instance.
536 */
537
Daniel Mackef9d5972011-05-25 09:09:00 +0200538int snd_usb_mixer_add_control(struct usb_mixer_interface *mixer,
539 struct snd_kcontrol *kctl)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540{
Takashi Iwai86e07d32005-11-17 15:08:02 +0100541 struct usb_mixer_elem_info *cval = kctl->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 int err;
Clemens Ladisch84957a82005-04-29 16:23:13 +0200543
Daniel Mackef9d5972011-05-25 09:09:00 +0200544 while (snd_ctl_find_id(mixer->chip->card, &kctl->id))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 kctl->id.index++;
Daniel Mackef9d5972011-05-25 09:09:00 +0200546 if ((err = snd_ctl_add(mixer->chip->card, kctl)) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 snd_printd(KERN_ERR "cannot add control (err = %d)\n", err);
Clemens Ladisch6639b6c2005-04-29 16:26:14 +0200548 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549 }
Clemens Ladisch6639b6c2005-04-29 16:26:14 +0200550 cval->elem_id = &kctl->id;
Daniel Mackef9d5972011-05-25 09:09:00 +0200551 cval->next_id_elem = mixer->id_elems[cval->id];
552 mixer->id_elems[cval->id] = cval;
Clemens Ladisch6639b6c2005-04-29 16:26:14 +0200553 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554}
555
556
557/*
558 * get a terminal name string
559 */
560
561static struct iterm_name_combo {
562 int type;
563 char *name;
564} iterm_names[] = {
565 { 0x0300, "Output" },
566 { 0x0301, "Speaker" },
567 { 0x0302, "Headphone" },
568 { 0x0303, "HMD Audio" },
569 { 0x0304, "Desktop Speaker" },
570 { 0x0305, "Room Speaker" },
571 { 0x0306, "Com Speaker" },
572 { 0x0307, "LFE" },
573 { 0x0600, "External In" },
574 { 0x0601, "Analog In" },
575 { 0x0602, "Digital In" },
576 { 0x0603, "Line" },
577 { 0x0604, "Legacy In" },
578 { 0x0605, "IEC958 In" },
579 { 0x0606, "1394 DA Stream" },
580 { 0x0607, "1394 DV Stream" },
581 { 0x0700, "Embedded" },
582 { 0x0701, "Noise Source" },
583 { 0x0702, "Equalization Noise" },
584 { 0x0703, "CD" },
585 { 0x0704, "DAT" },
586 { 0x0705, "DCC" },
587 { 0x0706, "MiniDisk" },
588 { 0x0707, "Analog Tape" },
589 { 0x0708, "Phonograph" },
590 { 0x0709, "VCR Audio" },
591 { 0x070a, "Video Disk Audio" },
592 { 0x070b, "DVD Audio" },
593 { 0x070c, "TV Tuner Audio" },
594 { 0x070d, "Satellite Rec Audio" },
595 { 0x070e, "Cable Tuner Audio" },
596 { 0x070f, "DSS Audio" },
597 { 0x0710, "Radio Receiver" },
598 { 0x0711, "Radio Transmitter" },
599 { 0x0712, "Multi-Track Recorder" },
600 { 0x0713, "Synthesizer" },
601 { 0 },
602};
603
Takashi Iwai86e07d32005-11-17 15:08:02 +0100604static int get_term_name(struct mixer_build *state, struct usb_audio_term *iterm,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 unsigned char *name, int maxlen, int term_only)
606{
607 struct iterm_name_combo *names;
608
609 if (iterm->name)
610 return snd_usb_copy_string_desc(state, iterm->name, name, maxlen);
611
612 /* virtual type - not a real terminal */
613 if (iterm->type >> 16) {
614 if (term_only)
615 return 0;
616 switch (iterm->type >> 16) {
Daniel Mackde48c7b2010-02-22 23:49:13 +0100617 case UAC_SELECTOR_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 strcpy(name, "Selector"); return 8;
Daniel Mack69da9bc2010-06-16 17:57:28 +0200619 case UAC1_PROCESSING_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 strcpy(name, "Process Unit"); return 12;
Daniel Mack69da9bc2010-06-16 17:57:28 +0200621 case UAC1_EXTENSION_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 strcpy(name, "Ext Unit"); return 8;
Daniel Mackde48c7b2010-02-22 23:49:13 +0100623 case UAC_MIXER_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 strcpy(name, "Mixer"); return 5;
625 default:
626 return sprintf(name, "Unit %d", iterm->id);
627 }
628 }
629
630 switch (iterm->type & 0xff00) {
631 case 0x0100:
632 strcpy(name, "PCM"); return 3;
633 case 0x0200:
634 strcpy(name, "Mic"); return 3;
635 case 0x0400:
636 strcpy(name, "Headset"); return 7;
637 case 0x0500:
638 strcpy(name, "Phone"); return 5;
639 }
640
641 for (names = iterm_names; names->type; names++)
642 if (names->type == iterm->type) {
643 strcpy(name, names->name);
644 return strlen(names->name);
645 }
646 return 0;
647}
648
649
650/*
651 * parse the source unit recursively until it reaches to a terminal
652 * or a branched unit.
653 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100654static int check_input_term(struct mixer_build *state, int id, struct usb_audio_term *term)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655{
Daniel Mack09414202010-05-31 13:35:44 +0200656 int err;
Daniel Mack23caaf12010-03-11 21:13:25 +0100657 void *p1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658
659 memset(term, 0, sizeof(*term));
660 while ((p1 = find_audio_control_unit(state, id)) != NULL) {
Daniel Mack23caaf12010-03-11 21:13:25 +0100661 unsigned char *hdr = p1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 term->id = id;
Daniel Mack23caaf12010-03-11 21:13:25 +0100663 switch (hdr[2]) {
Daniel Mackde48c7b2010-02-22 23:49:13 +0100664 case UAC_INPUT_TERMINAL:
Daniel Mack23caaf12010-03-11 21:13:25 +0100665 if (state->mixer->protocol == UAC_VERSION_1) {
666 struct uac_input_terminal_descriptor *d = p1;
667 term->type = le16_to_cpu(d->wTerminalType);
668 term->channels = d->bNrChannels;
669 term->chconfig = le16_to_cpu(d->wChannelConfig);
670 term->name = d->iTerminal;
671 } else { /* UAC_VERSION_2 */
672 struct uac2_input_terminal_descriptor *d = p1;
673 term->type = le16_to_cpu(d->wTerminalType);
674 term->channels = d->bNrChannels;
675 term->chconfig = le32_to_cpu(d->bmChannelConfig);
676 term->name = d->iTerminal;
Daniel Mack09414202010-05-31 13:35:44 +0200677
678 /* call recursively to get the clock selectors */
679 err = check_input_term(state, d->bCSourceID, term);
680 if (err < 0)
681 return err;
Daniel Mack23caaf12010-03-11 21:13:25 +0100682 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 return 0;
Daniel Mack23caaf12010-03-11 21:13:25 +0100684 case UAC_FEATURE_UNIT: {
685 /* the header is the same for v1 and v2 */
686 struct uac_feature_unit_descriptor *d = p1;
Daniel Mack5e688882010-05-08 11:24:56 +0200687 id = d->bSourceID;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 break; /* continue to parse */
Daniel Mack23caaf12010-03-11 21:13:25 +0100689 }
690 case UAC_MIXER_UNIT: {
691 struct uac_mixer_unit_descriptor *d = p1;
692 term->type = d->bDescriptorSubtype << 16; /* virtual type */
693 term->channels = uac_mixer_unit_bNrChannels(d);
694 term->chconfig = uac_mixer_unit_wChannelConfig(d, state->mixer->protocol);
695 term->name = uac_mixer_unit_iMixer(d);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 return 0;
Daniel Mack23caaf12010-03-11 21:13:25 +0100697 }
Daniel Mack09414202010-05-31 13:35:44 +0200698 case UAC_SELECTOR_UNIT:
699 case UAC2_CLOCK_SELECTOR: {
Daniel Mack23caaf12010-03-11 21:13:25 +0100700 struct uac_selector_unit_descriptor *d = p1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701 /* call recursively to retrieve the channel info */
Daniel Mack23caaf12010-03-11 21:13:25 +0100702 if (check_input_term(state, d->baSourceID[0], term) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 return -ENODEV;
Daniel Mack23caaf12010-03-11 21:13:25 +0100704 term->type = d->bDescriptorSubtype << 16; /* virtual type */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705 term->id = id;
Daniel Mack23caaf12010-03-11 21:13:25 +0100706 term->name = uac_selector_unit_iSelector(d);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 return 0;
Daniel Mack23caaf12010-03-11 21:13:25 +0100708 }
Daniel Mack69da9bc2010-06-16 17:57:28 +0200709 case UAC1_PROCESSING_UNIT:
710 case UAC1_EXTENSION_UNIT: {
Daniel Mack23caaf12010-03-11 21:13:25 +0100711 struct uac_processing_unit_descriptor *d = p1;
712 if (d->bNrInPins) {
713 id = d->baSourceID[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 break; /* continue to parse */
715 }
Daniel Mack23caaf12010-03-11 21:13:25 +0100716 term->type = d->bDescriptorSubtype << 16; /* virtual type */
717 term->channels = uac_processing_unit_bNrChannels(d);
718 term->chconfig = uac_processing_unit_wChannelConfig(d, state->mixer->protocol);
719 term->name = uac_processing_unit_iProcessing(d, state->mixer->protocol);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 return 0;
Daniel Mack23caaf12010-03-11 21:13:25 +0100721 }
Daniel Mack09414202010-05-31 13:35:44 +0200722 case UAC2_CLOCK_SOURCE: {
723 struct uac_clock_source_descriptor *d = p1;
724 term->type = d->bDescriptorSubtype << 16; /* virtual type */
725 term->id = id;
726 term->name = d->iClockSource;
727 return 0;
728 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 default:
730 return -ENODEV;
731 }
732 }
733 return -ENODEV;
734}
735
736
737/*
738 * Feature Unit
739 */
740
741/* feature unit control information */
742struct usb_feature_control_info {
743 const char *name;
744 unsigned int type; /* control type (mute, volume, etc.) */
745};
746
747static struct usb_feature_control_info audio_feature_info[] = {
Daniel Mack2e0281d2010-05-31 13:35:42 +0200748 { "Mute", USB_MIXER_INV_BOOLEAN },
749 { "Volume", USB_MIXER_S16 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 { "Tone Control - Bass", USB_MIXER_S8 },
751 { "Tone Control - Mid", USB_MIXER_S8 },
752 { "Tone Control - Treble", USB_MIXER_S8 },
753 { "Graphic Equalizer", USB_MIXER_S8 }, /* FIXME: not implemeted yet */
Daniel Mack2e0281d2010-05-31 13:35:42 +0200754 { "Auto Gain Control", USB_MIXER_BOOLEAN },
755 { "Delay Control", USB_MIXER_U16 },
756 { "Bass Boost", USB_MIXER_BOOLEAN },
757 { "Loudness", USB_MIXER_BOOLEAN },
758 /* UAC2 specific */
759 { "Input Gain Control", USB_MIXER_U16 },
760 { "Input Gain Pad Control", USB_MIXER_BOOLEAN },
761 { "Phase Inverter Control", USB_MIXER_BOOLEAN },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762};
763
764
765/* private_free callback */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100766static void usb_mixer_elem_free(struct snd_kcontrol *kctl)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767{
Jesper Juhl4d572772005-05-30 17:30:32 +0200768 kfree(kctl->private_data);
769 kctl->private_data = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770}
771
772
773/*
774 * interface to ALSA control for feature/mixer units
775 */
776
777/*
778 * retrieve the minimum and maximum values for the specified control
779 */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100780static int get_min_max(struct usb_mixer_elem_info *cval, int default_min)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781{
782 /* for failsafe */
783 cval->min = default_min;
784 cval->max = cval->min + 1;
785 cval->res = 1;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100786 cval->dBmin = cval->dBmax = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
788 if (cval->val_type == USB_MIXER_BOOLEAN ||
789 cval->val_type == USB_MIXER_INV_BOOLEAN) {
790 cval->initialized = 1;
791 } else {
792 int minchn = 0;
793 if (cval->cmask) {
794 int i;
795 for (i = 0; i < MAX_CHANNELS; i++)
796 if (cval->cmask & (1 << i)) {
797 minchn = i + 1;
798 break;
799 }
800 }
Daniel Mackde48c7b2010-02-22 23:49:13 +0100801 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 ||
802 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) {
Clemens Ladisch84957a82005-04-29 16:23:13 +0200803 snd_printd(KERN_ERR "%d:%d: cannot get min/max values for control %d (id %d)\n",
Takashi Iwai1a4e34e2010-09-16 07:42:34 +0200804 cval->id, snd_usb_ctrl_intf(cval->mixer->chip), cval->control, cval->id);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 return -EINVAL;
806 }
Daniel Mackde48c7b2010-02-22 23:49:13 +0100807 if (get_ctl_value(cval, UAC_GET_RES, (cval->control << 8) | minchn, &cval->res) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 cval->res = 1;
809 } else {
810 int last_valid_res = cval->res;
811
812 while (cval->res > 1) {
Daniel Mack7b1eda22010-03-11 21:13:22 +0100813 if (snd_usb_mixer_set_ctl_value(cval, UAC_SET_RES,
814 (cval->control << 8) | minchn, cval->res / 2) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 break;
816 cval->res /= 2;
817 }
Daniel Mackde48c7b2010-02-22 23:49:13 +0100818 if (get_ctl_value(cval, UAC_GET_RES, (cval->control << 8) | minchn, &cval->res) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 cval->res = last_valid_res;
820 }
821 if (cval->res == 0)
822 cval->res = 1;
Takashi Iwai14790f12006-03-28 17:58:28 +0200823
824 /* Additional checks for the proper resolution
825 *
826 * Some devices report smaller resolutions than actually
827 * reacting. They don't return errors but simply clip
828 * to the lower aligned value.
829 */
830 if (cval->min + cval->res < cval->max) {
831 int last_valid_res = cval->res;
832 int saved, test, check;
Takashi Iwai641b4872009-01-15 17:05:24 +0100833 get_cur_mix_raw(cval, minchn, &saved);
Takashi Iwai14790f12006-03-28 17:58:28 +0200834 for (;;) {
835 test = saved;
836 if (test < cval->max)
837 test += cval->res;
838 else
839 test -= cval->res;
840 if (test < cval->min || test > cval->max ||
Takashi Iwai641b4872009-01-15 17:05:24 +0100841 set_cur_mix_value(cval, minchn, 0, test) ||
842 get_cur_mix_raw(cval, minchn, &check)) {
Takashi Iwai14790f12006-03-28 17:58:28 +0200843 cval->res = last_valid_res;
844 break;
845 }
846 if (test == check)
847 break;
848 cval->res *= 2;
849 }
Takashi Iwai641b4872009-01-15 17:05:24 +0100850 set_cur_mix_value(cval, minchn, 0, saved);
Takashi Iwai14790f12006-03-28 17:58:28 +0200851 }
852
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 cval->initialized = 1;
854 }
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +0100855
856 /* USB descriptions contain the dB scale in 1/256 dB unit
857 * while ALSA TLV contains in 1/100 dB unit
858 */
859 cval->dBmin = (convert_signed_value(cval, cval->min) * 100) / 256;
860 cval->dBmax = (convert_signed_value(cval, cval->max) * 100) / 256;
861 if (cval->dBmin > cval->dBmax) {
862 /* something is wrong; assume it's either from/to 0dB */
863 if (cval->dBmin < 0)
864 cval->dBmax = 0;
865 else if (cval->dBmin > 0)
866 cval->dBmin = 0;
867 if (cval->dBmin > cval->dBmax) {
868 /* totally crap, return an error */
869 return -EINVAL;
870 }
871 }
872
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 return 0;
874}
875
876
877/* get a feature/mixer unit info */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100878static int mixer_ctl_feature_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879{
Takashi Iwai86e07d32005-11-17 15:08:02 +0100880 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881
882 if (cval->val_type == USB_MIXER_BOOLEAN ||
883 cval->val_type == USB_MIXER_INV_BOOLEAN)
884 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
885 else
886 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
887 uinfo->count = cval->channels;
888 if (cval->val_type == USB_MIXER_BOOLEAN ||
889 cval->val_type == USB_MIXER_INV_BOOLEAN) {
890 uinfo->value.integer.min = 0;
891 uinfo->value.integer.max = 1;
892 } else {
893 if (! cval->initialized)
894 get_min_max(cval, 0);
895 uinfo->value.integer.min = 0;
Takashi Iwai14790f12006-03-28 17:58:28 +0200896 uinfo->value.integer.max =
897 (cval->max - cval->min + cval->res - 1) / cval->res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 }
899 return 0;
900}
901
902/* get the current value from feature/mixer unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100903static int mixer_ctl_feature_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904{
Takashi Iwai86e07d32005-11-17 15:08:02 +0100905 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 int c, cnt, val, err;
907
Takashi Iwai641b4872009-01-15 17:05:24 +0100908 ucontrol->value.integer.value[0] = cval->min;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 if (cval->cmask) {
910 cnt = 0;
911 for (c = 0; c < MAX_CHANNELS; c++) {
Takashi Iwai641b4872009-01-15 17:05:24 +0100912 if (!(cval->cmask & (1 << c)))
913 continue;
914 err = get_cur_mix_value(cval, c + 1, cnt, &val);
915 if (err < 0)
916 return cval->mixer->ignore_ctl_error ? 0 : err;
917 val = get_relative_value(cval, val);
918 ucontrol->value.integer.value[cnt] = val;
919 cnt++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 }
Takashi Iwai641b4872009-01-15 17:05:24 +0100921 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 } else {
923 /* master channel */
Takashi Iwai641b4872009-01-15 17:05:24 +0100924 err = get_cur_mix_value(cval, 0, 0, &val);
925 if (err < 0)
926 return cval->mixer->ignore_ctl_error ? 0 : err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 val = get_relative_value(cval, val);
928 ucontrol->value.integer.value[0] = val;
929 }
930 return 0;
931}
932
933/* put the current value to feature/mixer unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +0100934static int mixer_ctl_feature_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935{
Takashi Iwai86e07d32005-11-17 15:08:02 +0100936 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 int c, cnt, val, oval, err;
938 int changed = 0;
939
940 if (cval->cmask) {
941 cnt = 0;
942 for (c = 0; c < MAX_CHANNELS; c++) {
Takashi Iwai641b4872009-01-15 17:05:24 +0100943 if (!(cval->cmask & (1 << c)))
944 continue;
945 err = get_cur_mix_value(cval, c + 1, cnt, &oval);
946 if (err < 0)
947 return cval->mixer->ignore_ctl_error ? 0 : err;
948 val = ucontrol->value.integer.value[cnt];
949 val = get_abs_value(cval, val);
950 if (oval != val) {
951 set_cur_mix_value(cval, c + 1, cnt, val);
952 changed = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 }
Takashi Iwai641b4872009-01-15 17:05:24 +0100954 cnt++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 }
956 } else {
957 /* master channel */
Takashi Iwai641b4872009-01-15 17:05:24 +0100958 err = get_cur_mix_value(cval, 0, 0, &oval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 if (err < 0)
Takashi Iwai641b4872009-01-15 17:05:24 +0100960 return cval->mixer->ignore_ctl_error ? 0 : err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 val = ucontrol->value.integer.value[0];
962 val = get_abs_value(cval, val);
963 if (val != oval) {
Takashi Iwai641b4872009-01-15 17:05:24 +0100964 set_cur_mix_value(cval, 0, 0, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 changed = 1;
966 }
967 }
968 return changed;
969}
970
Takashi Iwai86e07d32005-11-17 15:08:02 +0100971static struct snd_kcontrol_new usb_feature_unit_ctl = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
973 .name = "", /* will be filled later manually */
974 .info = mixer_ctl_feature_info,
975 .get = mixer_ctl_feature_get,
976 .put = mixer_ctl_feature_put,
977};
978
Daniel Mack23caaf12010-03-11 21:13:25 +0100979/* the read-only variant */
980static struct snd_kcontrol_new usb_feature_unit_ctl_ro = {
981 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
982 .name = "", /* will be filled later manually */
983 .info = mixer_ctl_feature_info,
984 .get = mixer_ctl_feature_get,
985 .put = NULL,
986};
987
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988
989/*
990 * build a feature control
991 */
992
Takashi Iwai08d1e632009-10-02 14:06:08 +0200993static size_t append_ctl_name(struct snd_kcontrol *kctl, const char *str)
994{
995 return strlcat(kctl->id.name, str, sizeof(kctl->id.name));
996}
997
Daniel Mack99fc8642010-03-11 21:13:24 +0100998static void build_feature_ctl(struct mixer_build *state, void *raw_desc,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 unsigned int ctl_mask, int control,
Daniel Mack23caaf12010-03-11 21:13:25 +01001000 struct usb_audio_term *iterm, int unitid,
Daniel Macka6a33252010-05-31 13:35:37 +02001001 int readonly_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002{
Daniel Mack99fc8642010-03-11 21:13:24 +01001003 struct uac_feature_unit_descriptor *desc = raw_desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 unsigned int len = 0;
1005 int mapped_name = 0;
Daniel Mack99fc8642010-03-11 21:13:24 +01001006 int nameid = uac_feature_unit_iFeature(desc);
Takashi Iwai86e07d32005-11-17 15:08:02 +01001007 struct snd_kcontrol *kctl;
1008 struct usb_mixer_elem_info *cval;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001009 const struct usbmix_name_map *map;
Alexey Fisher80aceff2011-03-10 14:53:38 +01001010 unsigned int range;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011
1012 control++; /* change from zero-based to 1-based value */
1013
Daniel Mack65f25da2010-05-31 13:35:41 +02001014 if (control == UAC_FU_GRAPHIC_EQUALIZER) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 /* FIXME: not supported yet */
1016 return;
1017 }
1018
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001019 map = find_map(state, unitid, control);
1020 if (check_ignored_ctl(map))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021 return;
1022
Takashi Iwai561b2202005-09-09 14:22:34 +02001023 cval = kzalloc(sizeof(*cval), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024 if (! cval) {
1025 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1026 return;
1027 }
Clemens Ladisch84957a82005-04-29 16:23:13 +02001028 cval->mixer = state->mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 cval->id = unitid;
1030 cval->control = control;
1031 cval->cmask = ctl_mask;
1032 cval->val_type = audio_feature_info[control-1].type;
Daniel Macka6a33252010-05-31 13:35:37 +02001033 if (ctl_mask == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 cval->channels = 1; /* master channel */
Daniel Macka6a33252010-05-31 13:35:37 +02001035 cval->master_readonly = readonly_mask;
1036 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 int i, c = 0;
1038 for (i = 0; i < 16; i++)
1039 if (ctl_mask & (1 << i))
1040 c++;
1041 cval->channels = c;
Daniel Macka6a33252010-05-31 13:35:37 +02001042 cval->ch_readonly = readonly_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 }
1044
1045 /* get min/max values */
1046 get_min_max(cval, 0);
1047
Daniel Macka6a33252010-05-31 13:35:37 +02001048 /* if all channels in the mask are marked read-only, make the control
1049 * read-only. set_cur_mix_value() will check the mask again and won't
1050 * issue write commands to read-only channels. */
1051 if (cval->channels == readonly_mask)
Daniel Mack23caaf12010-03-11 21:13:25 +01001052 kctl = snd_ctl_new1(&usb_feature_unit_ctl_ro, cval);
1053 else
1054 kctl = snd_ctl_new1(&usb_feature_unit_ctl, cval);
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 if (! kctl) {
1057 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1058 kfree(cval);
1059 return;
1060 }
1061 kctl->private_free = usb_mixer_elem_free;
1062
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001063 len = check_mapped_name(map, kctl->id.name, sizeof(kctl->id.name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 mapped_name = len != 0;
1065 if (! len && nameid)
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001066 len = snd_usb_copy_string_desc(state, nameid,
1067 kctl->id.name, sizeof(kctl->id.name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
1069 switch (control) {
Daniel Mack65f25da2010-05-31 13:35:41 +02001070 case UAC_FU_MUTE:
1071 case UAC_FU_VOLUME:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 /* determine the control name. the rule is:
1073 * - if a name id is given in descriptor, use it.
1074 * - if the connected input can be determined, then use the name
1075 * of terminal type.
1076 * - if the connected output can be determined, use it.
1077 * - otherwise, anonymous name.
1078 */
1079 if (! len) {
1080 len = get_term_name(state, iterm, kctl->id.name, sizeof(kctl->id.name), 1);
1081 if (! len)
1082 len = get_term_name(state, &state->oterm, kctl->id.name, sizeof(kctl->id.name), 1);
1083 if (! len)
1084 len = snprintf(kctl->id.name, sizeof(kctl->id.name),
1085 "Feature %d", unitid);
1086 }
1087 /* determine the stream direction:
1088 * if the connected output is USB stream, then it's likely a
1089 * capture stream. otherwise it should be playback (hopefully :)
1090 */
1091 if (! mapped_name && ! (state->oterm.type >> 16)) {
1092 if ((state->oterm.type & 0xff00) == 0x0100) {
Takashi Iwai08d1e632009-10-02 14:06:08 +02001093 len = append_ctl_name(kctl, " Capture");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094 } else {
Takashi Iwai08d1e632009-10-02 14:06:08 +02001095 len = append_ctl_name(kctl, " Playback");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 }
1097 }
Daniel Mack65f25da2010-05-31 13:35:41 +02001098 append_ctl_name(kctl, control == UAC_FU_MUTE ?
Takashi Iwai08d1e632009-10-02 14:06:08 +02001099 " Switch" : " Volume");
Daniel Mack65f25da2010-05-31 13:35:41 +02001100 if (control == UAC_FU_VOLUME) {
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001101 check_mapped_dB(map, cval);
Takashi Iwai59bb7f02011-04-28 09:58:43 +02001102 if (cval->dBmin < cval->dBmax) {
1103 kctl->tlv.c = mixer_vol_tlv;
1104 kctl->vd[0].access |=
1105 SNDRV_CTL_ELEM_ACCESS_TLV_READ |
1106 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK;
1107 }
Takashi Iwai7bc5ba7e2006-07-14 15:18:19 +02001108 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 break;
1110
1111 default:
1112 if (! len)
1113 strlcpy(kctl->id.name, audio_feature_info[control-1].name,
1114 sizeof(kctl->id.name));
1115 break;
1116 }
1117
Alexey Fisher2cf313e2009-07-22 14:57:54 +02001118 /* volume control quirks */
Clemens Ladisch27d10f52005-05-02 08:51:26 +02001119 switch (state->chip->usb_id) {
1120 case USB_ID(0x0471, 0x0101):
1121 case USB_ID(0x0471, 0x0104):
1122 case USB_ID(0x0471, 0x0105):
1123 case USB_ID(0x0672, 0x1041):
Alexey Fisher2cf313e2009-07-22 14:57:54 +02001124 /* quirk for UDA1321/N101.
1125 * note that detection between firmware 2.1.1.7 (N101)
1126 * and later 2.1.1.21 is not very clear from datasheets.
1127 * I hope that the min value is -15360 for newer firmware --jk
1128 */
Clemens Ladisch27d10f52005-05-02 08:51:26 +02001129 if (!strcmp(kctl->id.name, "PCM Playback Volume") &&
1130 cval->min == -15616) {
Alexey Fisher2cf313e2009-07-22 14:57:54 +02001131 snd_printk(KERN_INFO
1132 "set volume quirk for UDA1321/N101 chip\n");
Clemens Ladisch27d10f52005-05-02 08:51:26 +02001133 cval->max = -256;
1134 }
Alexey Fisher2cf313e2009-07-22 14:57:54 +02001135 break;
1136
1137 case USB_ID(0x046d, 0x09a4):
1138 if (!strcmp(kctl->id.name, "Mic Capture Volume")) {
1139 snd_printk(KERN_INFO
1140 "set volume quirk for QuickCam E3500\n");
1141 cval->min = 6080;
1142 cval->max = 8768;
1143 cval->res = 192;
1144 }
1145 break;
1146
Alexey Fisherbc3a8a02011-03-10 14:53:39 +01001147 case USB_ID(0x046d, 0x0808):
Alexey Fishera5c7d792010-06-23 14:17:09 +02001148 case USB_ID(0x046d, 0x0809):
1149 case USB_ID(0x046d, 0x0991):
1150 /* Most audio usb devices lie about volume resolution.
1151 * Most Logitech webcams have res = 384.
1152 * Proboly there is some logitech magic behind this number --fishor
1153 */
1154 if (!strcmp(kctl->id.name, "Mic Capture Volume")) {
1155 snd_printk(KERN_INFO
1156 "set resolution quirk: cval->res = 384\n");
1157 cval->res = 384;
1158 }
1159 break;
1160
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 }
1162
Alexey Fisher80aceff2011-03-10 14:53:38 +01001163 range = (cval->max - cval->min) / cval->res;
1164 /* Are there devices with volume range more than 255? I use a bit more
1165 * to be sure. 384 is a resolution magic number found on Logitech
1166 * devices. It will definitively catch all buggy Logitech devices.
1167 */
1168 if (range > 384) {
1169 snd_printk(KERN_WARNING "usb_audio: Warning! Unlikely big "
1170 "volume range (=%u), cval->res is probably wrong.",
1171 range);
1172 snd_printk(KERN_WARNING "usb_audio: [%d] FU [%s] ch = %d, "
1173 "val = %d/%d/%d", cval->id,
1174 kctl->id.name, cval->channels,
1175 cval->min, cval->max, cval->res);
1176 }
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 snd_printdd(KERN_INFO "[%d] FU [%s] ch = %d, val = %d/%d/%d\n",
1179 cval->id, kctl->id.name, cval->channels, cval->min, cval->max, cval->res);
Daniel Mackef9d5972011-05-25 09:09:00 +02001180 snd_usb_mixer_add_control(state->mixer, kctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181}
1182
1183
1184
1185/*
1186 * parse a feature unit
1187 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001188 * most of controls are defined here.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 */
Daniel Mack28e1b772010-02-22 23:49:09 +01001190static int parse_audio_feature_unit(struct mixer_build *state, int unitid, void *_ftr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191{
1192 int channels, i, j;
Takashi Iwai86e07d32005-11-17 15:08:02 +01001193 struct usb_audio_term iterm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194 unsigned int master_bits, first_ch_bits;
1195 int err, csize;
Daniel Mack23caaf12010-03-11 21:13:25 +01001196 struct uac_feature_unit_descriptor *hdr = _ftr;
1197 __u8 *bmaControls;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198
Daniel Mack23caaf12010-03-11 21:13:25 +01001199 if (state->mixer->protocol == UAC_VERSION_1) {
1200 csize = hdr->bControlSize;
1201 channels = (hdr->bLength - 7) / csize - 1;
1202 bmaControls = hdr->bmaControls;
1203 } else {
1204 struct uac2_feature_unit_descriptor *ftr = _ftr;
1205 csize = 4;
Daniel Macke8d0fee2010-05-27 20:15:14 +02001206 channels = (hdr->bLength - 6) / 4 - 1;
Daniel Mack23caaf12010-03-11 21:13:25 +01001207 bmaControls = ftr->bmaControls;
1208 }
1209
1210 if (hdr->bLength < 7 || !csize || hdr->bLength < 7 + csize) {
Daniel Mackde48c7b2010-02-22 23:49:13 +01001211 snd_printk(KERN_ERR "usbaudio: unit %u: invalid UAC_FEATURE_UNIT descriptor\n", unitid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 return -EINVAL;
1213 }
1214
1215 /* parse the source unit */
Daniel Mack23caaf12010-03-11 21:13:25 +01001216 if ((err = parse_audio_unit(state, hdr->bSourceID)) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 return err;
1218
1219 /* determine the input source type and name */
Daniel Mack23caaf12010-03-11 21:13:25 +01001220 if (check_input_term(state, hdr->bSourceID, &iterm) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 return -EINVAL;
1222
Daniel Mack23caaf12010-03-11 21:13:25 +01001223 master_bits = snd_usb_combine_bytes(bmaControls, csize);
Javier Kohen0c3cee52009-11-17 15:36:13 +01001224 /* master configuration quirks */
1225 switch (state->chip->usb_id) {
1226 case USB_ID(0x08bb, 0x2702):
1227 snd_printk(KERN_INFO
1228 "usbmixer: master volume quirk for PCM2702 chip\n");
1229 /* disable non-functional volume control */
Daniel Mack65f25da2010-05-31 13:35:41 +02001230 master_bits &= ~UAC_CONTROL_BIT(UAC_FU_VOLUME);
Javier Kohen0c3cee52009-11-17 15:36:13 +01001231 break;
1232 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 if (channels > 0)
Daniel Mack23caaf12010-03-11 21:13:25 +01001234 first_ch_bits = snd_usb_combine_bytes(bmaControls + csize, csize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 else
1236 first_ch_bits = 0;
Daniel Mack23caaf12010-03-11 21:13:25 +01001237
1238 if (state->mixer->protocol == UAC_VERSION_1) {
1239 /* check all control types */
1240 for (i = 0; i < 10; i++) {
1241 unsigned int ch_bits = 0;
1242 for (j = 0; j < channels; j++) {
1243 unsigned int mask = snd_usb_combine_bytes(bmaControls + csize * (j+1), csize);
1244 if (mask & (1 << i))
1245 ch_bits |= (1 << j);
1246 }
1247 /* audio class v1 controls are never read-only */
1248 if (ch_bits & 1) /* the first channel must be set (for ease of programming) */
1249 build_feature_ctl(state, _ftr, ch_bits, i, &iterm, unitid, 0);
1250 if (master_bits & (1 << i))
1251 build_feature_ctl(state, _ftr, 0, i, &iterm, unitid, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 }
Daniel Mack23caaf12010-03-11 21:13:25 +01001253 } else { /* UAC_VERSION_2 */
1254 for (i = 0; i < 30/2; i++) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001255 unsigned int ch_bits = 0;
1256 unsigned int ch_read_only = 0;
1257
1258 for (j = 0; j < channels; j++) {
1259 unsigned int mask = snd_usb_combine_bytes(bmaControls + csize * (j+1), csize);
Daniel Mackdcbe7bc2010-05-31 13:35:36 +02001260 if (uac2_control_is_readable(mask, i)) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001261 ch_bits |= (1 << j);
Daniel Mackdcbe7bc2010-05-31 13:35:36 +02001262 if (!uac2_control_is_writeable(mask, i))
Daniel Mack23caaf12010-03-11 21:13:25 +01001263 ch_read_only |= (1 << j);
1264 }
1265 }
1266
Daniel Macka6a33252010-05-31 13:35:37 +02001267 /* NOTE: build_feature_ctl() will mark the control read-only if all channels
1268 * are marked read-only in the descriptors. Otherwise, the control will be
1269 * reported as writeable, but the driver will not actually issue a write
1270 * command for read-only channels */
Daniel Mack23caaf12010-03-11 21:13:25 +01001271 if (ch_bits & 1) /* the first channel must be set (for ease of programming) */
Daniel Macka6a33252010-05-31 13:35:37 +02001272 build_feature_ctl(state, _ftr, ch_bits, i, &iterm, unitid, ch_read_only);
Daniel Mackdcbe7bc2010-05-31 13:35:36 +02001273 if (uac2_control_is_readable(master_bits, i))
Daniel Mack23caaf12010-03-11 21:13:25 +01001274 build_feature_ctl(state, _ftr, 0, i, &iterm, unitid,
Daniel Mackdcbe7bc2010-05-31 13:35:36 +02001275 !uac2_control_is_writeable(master_bits, i));
Daniel Mack23caaf12010-03-11 21:13:25 +01001276 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 }
1278
1279 return 0;
1280}
1281
1282
1283/*
1284 * Mixer Unit
1285 */
1286
1287/*
1288 * build a mixer unit control
1289 *
1290 * the callbacks are identical with feature unit.
1291 * input channel number (zero based) is given in control field instead.
1292 */
1293
Daniel Mack99fc8642010-03-11 21:13:24 +01001294static void build_mixer_unit_ctl(struct mixer_build *state,
1295 struct uac_mixer_unit_descriptor *desc,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296 int in_pin, int in_ch, int unitid,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001297 struct usb_audio_term *iterm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001299 struct usb_mixer_elem_info *cval;
Daniel Mack99fc8642010-03-11 21:13:24 +01001300 unsigned int num_outs = uac_mixer_unit_bNrChannels(desc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 unsigned int i, len;
Takashi Iwai86e07d32005-11-17 15:08:02 +01001302 struct snd_kcontrol *kctl;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001303 const struct usbmix_name_map *map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001305 map = find_map(state, unitid, 0);
1306 if (check_ignored_ctl(map))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 return;
1308
Takashi Iwai561b2202005-09-09 14:22:34 +02001309 cval = kzalloc(sizeof(*cval), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 if (! cval)
1311 return;
1312
Clemens Ladisch84957a82005-04-29 16:23:13 +02001313 cval->mixer = state->mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 cval->id = unitid;
1315 cval->control = in_ch + 1; /* based on 1 */
1316 cval->val_type = USB_MIXER_S16;
1317 for (i = 0; i < num_outs; i++) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001318 if (check_matrix_bitmap(uac_mixer_unit_bmControls(desc, state->mixer->protocol), in_ch, i, num_outs)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 cval->cmask |= (1 << i);
1320 cval->channels++;
1321 }
1322 }
1323
1324 /* get min/max values */
1325 get_min_max(cval, 0);
1326
1327 kctl = snd_ctl_new1(&usb_feature_unit_ctl, cval);
1328 if (! kctl) {
1329 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1330 kfree(cval);
1331 return;
1332 }
1333 kctl->private_free = usb_mixer_elem_free;
1334
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001335 len = check_mapped_name(map, kctl->id.name, sizeof(kctl->id.name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336 if (! len)
1337 len = get_term_name(state, iterm, kctl->id.name, sizeof(kctl->id.name), 0);
1338 if (! len)
1339 len = sprintf(kctl->id.name, "Mixer Source %d", in_ch + 1);
Takashi Iwai08d1e632009-10-02 14:06:08 +02001340 append_ctl_name(kctl, " Volume");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341
1342 snd_printdd(KERN_INFO "[%d] MU [%s] ch = %d, val = %d/%d\n",
1343 cval->id, kctl->id.name, cval->channels, cval->min, cval->max);
Daniel Mackef9d5972011-05-25 09:09:00 +02001344 snd_usb_mixer_add_control(state->mixer, kctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345}
1346
1347
1348/*
1349 * parse a mixer unit
1350 */
Daniel Mack99fc8642010-03-11 21:13:24 +01001351static int parse_audio_mixer_unit(struct mixer_build *state, int unitid, void *raw_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352{
Daniel Mack99fc8642010-03-11 21:13:24 +01001353 struct uac_mixer_unit_descriptor *desc = raw_desc;
Takashi Iwai86e07d32005-11-17 15:08:02 +01001354 struct usb_audio_term iterm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355 int input_pins, num_ins, num_outs;
1356 int pin, ich, err;
1357
Daniel Mack99fc8642010-03-11 21:13:24 +01001358 if (desc->bLength < 11 || ! (input_pins = desc->bNrInPins) || ! (num_outs = uac_mixer_unit_bNrChannels(desc))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 snd_printk(KERN_ERR "invalid MIXER UNIT descriptor %d\n", unitid);
1360 return -EINVAL;
1361 }
1362 /* no bmControls field (e.g. Maya44) -> ignore */
Daniel Mack99fc8642010-03-11 21:13:24 +01001363 if (desc->bLength <= 10 + input_pins) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 snd_printdd(KERN_INFO "MU %d has no bmControls field\n", unitid);
1365 return 0;
1366 }
1367
1368 num_ins = 0;
1369 ich = 0;
1370 for (pin = 0; pin < input_pins; pin++) {
Daniel Mack99fc8642010-03-11 21:13:24 +01001371 err = parse_audio_unit(state, desc->baSourceID[pin]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 if (err < 0)
1373 return err;
Daniel Mack99fc8642010-03-11 21:13:24 +01001374 err = check_input_term(state, desc->baSourceID[pin], &iterm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 if (err < 0)
1376 return err;
1377 num_ins += iterm.channels;
1378 for (; ich < num_ins; ++ich) {
1379 int och, ich_has_controls = 0;
1380
1381 for (och = 0; och < num_outs; ++och) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001382 if (check_matrix_bitmap(uac_mixer_unit_bmControls(desc, state->mixer->protocol),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383 ich, och, num_outs)) {
1384 ich_has_controls = 1;
1385 break;
1386 }
1387 }
1388 if (ich_has_controls)
1389 build_mixer_unit_ctl(state, desc, pin, ich,
1390 unitid, &iterm);
1391 }
1392 }
1393 return 0;
1394}
1395
1396
1397/*
1398 * Processing Unit / Extension Unit
1399 */
1400
1401/* get callback for processing/extension unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001402static int mixer_ctl_procunit_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001404 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 int err, val;
1406
1407 err = get_cur_ctl_value(cval, cval->control << 8, &val);
Clemens Ladisch84957a82005-04-29 16:23:13 +02001408 if (err < 0 && cval->mixer->ignore_ctl_error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 ucontrol->value.integer.value[0] = cval->min;
1410 return 0;
1411 }
1412 if (err < 0)
1413 return err;
1414 val = get_relative_value(cval, val);
1415 ucontrol->value.integer.value[0] = val;
1416 return 0;
1417}
1418
1419/* put callback for processing/extension unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001420static int mixer_ctl_procunit_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001422 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 int val, oval, err;
1424
1425 err = get_cur_ctl_value(cval, cval->control << 8, &oval);
1426 if (err < 0) {
Clemens Ladisch84957a82005-04-29 16:23:13 +02001427 if (cval->mixer->ignore_ctl_error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 return 0;
1429 return err;
1430 }
1431 val = ucontrol->value.integer.value[0];
1432 val = get_abs_value(cval, val);
1433 if (val != oval) {
1434 set_cur_ctl_value(cval, cval->control << 8, val);
1435 return 1;
1436 }
1437 return 0;
1438}
1439
1440/* alsa control interface for processing/extension unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001441static struct snd_kcontrol_new mixer_procunit_ctl = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1443 .name = "", /* will be filled later */
1444 .info = mixer_ctl_feature_info,
1445 .get = mixer_ctl_procunit_get,
1446 .put = mixer_ctl_procunit_put,
1447};
1448
1449
1450/*
1451 * predefined data for processing units
1452 */
1453struct procunit_value_info {
1454 int control;
1455 char *suffix;
1456 int val_type;
1457 int min_value;
1458};
1459
1460struct procunit_info {
1461 int type;
1462 char *name;
1463 struct procunit_value_info *values;
1464};
1465
1466static struct procunit_value_info updown_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001467 { UAC_UD_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1468 { UAC_UD_MODE_SELECT, "Mode Select", USB_MIXER_U8, 1 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 { 0 }
1470};
1471static struct procunit_value_info prologic_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001472 { UAC_DP_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1473 { UAC_DP_MODE_SELECT, "Mode Select", USB_MIXER_U8, 1 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 { 0 }
1475};
1476static struct procunit_value_info threed_enh_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001477 { UAC_3D_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1478 { UAC_3D_SPACE, "Spaciousness", USB_MIXER_U8 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479 { 0 }
1480};
1481static struct procunit_value_info reverb_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001482 { UAC_REVERB_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1483 { UAC_REVERB_LEVEL, "Level", USB_MIXER_U8 },
1484 { UAC_REVERB_TIME, "Time", USB_MIXER_U16 },
1485 { UAC_REVERB_FEEDBACK, "Feedback", USB_MIXER_U8 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486 { 0 }
1487};
1488static struct procunit_value_info chorus_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001489 { UAC_CHORUS_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1490 { UAC_CHORUS_LEVEL, "Level", USB_MIXER_U8 },
1491 { UAC_CHORUS_RATE, "Rate", USB_MIXER_U16 },
1492 { UAC_CHORUS_DEPTH, "Depth", USB_MIXER_U16 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493 { 0 }
1494};
1495static struct procunit_value_info dcr_proc_info[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001496 { UAC_DCR_ENABLE, "Switch", USB_MIXER_BOOLEAN },
1497 { UAC_DCR_RATE, "Ratio", USB_MIXER_U16 },
1498 { UAC_DCR_MAXAMPL, "Max Amp", USB_MIXER_S16 },
1499 { UAC_DCR_THRESHOLD, "Threshold", USB_MIXER_S16 },
1500 { UAC_DCR_ATTACK_TIME, "Attack Time", USB_MIXER_U16 },
1501 { UAC_DCR_RELEASE_TIME, "Release Time", USB_MIXER_U16 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 { 0 }
1503};
1504
1505static struct procunit_info procunits[] = {
Daniel Mack65f25da2010-05-31 13:35:41 +02001506 { UAC_PROCESS_UP_DOWNMIX, "Up Down", updown_proc_info },
1507 { UAC_PROCESS_DOLBY_PROLOGIC, "Dolby Prologic", prologic_proc_info },
1508 { UAC_PROCESS_STEREO_EXTENDER, "3D Stereo Extender", threed_enh_proc_info },
1509 { UAC_PROCESS_REVERB, "Reverb", reverb_proc_info },
1510 { UAC_PROCESS_CHORUS, "Chorus", chorus_proc_info },
1511 { UAC_PROCESS_DYN_RANGE_COMP, "DCR", dcr_proc_info },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 { 0 },
1513};
Sergiy Kovalchuk7d2b4512009-12-27 09:13:41 -08001514/*
1515 * predefined data for extension units
1516 */
1517static struct procunit_value_info clock_rate_xu_info[] = {
Daniel Macke213e9c2010-05-11 18:13:50 +02001518 { USB_XU_CLOCK_RATE_SELECTOR, "Selector", USB_MIXER_U8, 0 },
1519 { 0 }
Sergiy Kovalchuk7d2b4512009-12-27 09:13:41 -08001520};
1521static struct procunit_value_info clock_source_xu_info[] = {
1522 { USB_XU_CLOCK_SOURCE_SELECTOR, "External", USB_MIXER_BOOLEAN },
1523 { 0 }
1524};
1525static struct procunit_value_info spdif_format_xu_info[] = {
1526 { USB_XU_DIGITAL_FORMAT_SELECTOR, "SPDIF/AC3", USB_MIXER_BOOLEAN },
1527 { 0 }
1528};
1529static struct procunit_value_info soft_limit_xu_info[] = {
1530 { USB_XU_SOFT_LIMIT_SELECTOR, " ", USB_MIXER_BOOLEAN },
1531 { 0 }
1532};
1533static struct procunit_info extunits[] = {
1534 { USB_XU_CLOCK_RATE, "Clock rate", clock_rate_xu_info },
1535 { USB_XU_CLOCK_SOURCE, "DigitalIn CLK source", clock_source_xu_info },
1536 { USB_XU_DIGITAL_IO_STATUS, "DigitalOut format:", spdif_format_xu_info },
1537 { USB_XU_DEVICE_OPTIONS, "AnalogueIn Soft Limit", soft_limit_xu_info },
1538 { 0 }
1539};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540/*
1541 * build a processing/extension unit
1542 */
Daniel Mack99fc8642010-03-11 21:13:24 +01001543static int build_audio_procunit(struct mixer_build *state, int unitid, void *raw_desc, struct procunit_info *list, char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544{
Daniel Mack99fc8642010-03-11 21:13:24 +01001545 struct uac_processing_unit_descriptor *desc = raw_desc;
1546 int num_ins = desc->bNrInPins;
Takashi Iwai86e07d32005-11-17 15:08:02 +01001547 struct usb_mixer_elem_info *cval;
1548 struct snd_kcontrol *kctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 int i, err, nameid, type, len;
1550 struct procunit_info *info;
1551 struct procunit_value_info *valinfo;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001552 const struct usbmix_name_map *map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 static struct procunit_value_info default_value_info[] = {
1554 { 0x01, "Switch", USB_MIXER_BOOLEAN },
1555 { 0 }
1556 };
1557 static struct procunit_info default_info = {
1558 0, NULL, default_value_info
1559 };
1560
Daniel Mack23caaf12010-03-11 21:13:25 +01001561 if (desc->bLength < 13 || desc->bLength < 13 + num_ins ||
1562 desc->bLength < num_ins + uac_processing_unit_bControlSize(desc, state->mixer->protocol)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 snd_printk(KERN_ERR "invalid %s descriptor (id %d)\n", name, unitid);
1564 return -EINVAL;
1565 }
1566
1567 for (i = 0; i < num_ins; i++) {
Daniel Mack99fc8642010-03-11 21:13:24 +01001568 if ((err = parse_audio_unit(state, desc->baSourceID[i])) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569 return err;
1570 }
1571
Daniel Mack99fc8642010-03-11 21:13:24 +01001572 type = le16_to_cpu(desc->wProcessType);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 for (info = list; info && info->type; info++)
1574 if (info->type == type)
1575 break;
1576 if (! info || ! info->type)
1577 info = &default_info;
1578
1579 for (valinfo = info->values; valinfo->control; valinfo++) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001580 __u8 *controls = uac_processing_unit_bmControls(desc, state->mixer->protocol);
Daniel Mack99fc8642010-03-11 21:13:24 +01001581
1582 if (! (controls[valinfo->control / 8] & (1 << ((valinfo->control % 8) - 1))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 continue;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001584 map = find_map(state, unitid, valinfo->control);
1585 if (check_ignored_ctl(map))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586 continue;
Takashi Iwai561b2202005-09-09 14:22:34 +02001587 cval = kzalloc(sizeof(*cval), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 if (! cval) {
1589 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1590 return -ENOMEM;
1591 }
Clemens Ladisch84957a82005-04-29 16:23:13 +02001592 cval->mixer = state->mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593 cval->id = unitid;
1594 cval->control = valinfo->control;
1595 cval->val_type = valinfo->val_type;
1596 cval->channels = 1;
1597
1598 /* get min/max values */
Daniel Mack65f25da2010-05-31 13:35:41 +02001599 if (type == UAC_PROCESS_UP_DOWNMIX && cval->control == UAC_UD_MODE_SELECT) {
Daniel Mack23caaf12010-03-11 21:13:25 +01001600 __u8 *control_spec = uac_processing_unit_specific(desc, state->mixer->protocol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 /* FIXME: hard-coded */
1602 cval->min = 1;
Daniel Mack99fc8642010-03-11 21:13:24 +01001603 cval->max = control_spec[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604 cval->res = 1;
1605 cval->initialized = 1;
Sergiy Kovalchuk7d2b4512009-12-27 09:13:41 -08001606 } else {
1607 if (type == USB_XU_CLOCK_RATE) {
Joseph Teichman1cdfa9f2011-02-08 01:22:36 -05001608 /* E-Mu USB 0404/0202/TrackerPre/0204
Sergiy Kovalchuk7d2b4512009-12-27 09:13:41 -08001609 * samplerate control quirk
1610 */
1611 cval->min = 0;
1612 cval->max = 5;
1613 cval->res = 1;
1614 cval->initialized = 1;
1615 } else
1616 get_min_max(cval, valinfo->min_value);
1617 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618
1619 kctl = snd_ctl_new1(&mixer_procunit_ctl, cval);
1620 if (! kctl) {
1621 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1622 kfree(cval);
1623 return -ENOMEM;
1624 }
1625 kctl->private_free = usb_mixer_elem_free;
1626
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001627 if (check_mapped_name(map, kctl->id.name,
1628 sizeof(kctl->id.name)))
1629 /* nothing */ ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 else if (info->name)
1631 strlcpy(kctl->id.name, info->name, sizeof(kctl->id.name));
1632 else {
Daniel Mack23caaf12010-03-11 21:13:25 +01001633 nameid = uac_processing_unit_iProcessing(desc, state->mixer->protocol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634 len = 0;
1635 if (nameid)
1636 len = snd_usb_copy_string_desc(state, nameid, kctl->id.name, sizeof(kctl->id.name));
1637 if (! len)
1638 strlcpy(kctl->id.name, name, sizeof(kctl->id.name));
1639 }
Takashi Iwai08d1e632009-10-02 14:06:08 +02001640 append_ctl_name(kctl, " ");
1641 append_ctl_name(kctl, valinfo->suffix);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642
1643 snd_printdd(KERN_INFO "[%d] PU [%s] ch = %d, val = %d/%d\n",
1644 cval->id, kctl->id.name, cval->channels, cval->min, cval->max);
Daniel Mackef9d5972011-05-25 09:09:00 +02001645 if ((err = snd_usb_mixer_add_control(state->mixer, kctl)) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 return err;
1647 }
1648 return 0;
1649}
1650
1651
Daniel Mack99fc8642010-03-11 21:13:24 +01001652static int parse_audio_processing_unit(struct mixer_build *state, int unitid, void *raw_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653{
Daniel Mack99fc8642010-03-11 21:13:24 +01001654 return build_audio_procunit(state, unitid, raw_desc, procunits, "Processing Unit");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655}
1656
Daniel Mack99fc8642010-03-11 21:13:24 +01001657static int parse_audio_extension_unit(struct mixer_build *state, int unitid, void *raw_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658{
Daniel Mack99fc8642010-03-11 21:13:24 +01001659 /* Note that we parse extension units with processing unit descriptors.
1660 * That's ok as the layout is the same */
1661 return build_audio_procunit(state, unitid, raw_desc, extunits, "Extension Unit");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662}
1663
1664
1665/*
1666 * Selector Unit
1667 */
1668
1669/* info callback for selector unit
1670 * use an enumerator type for routing
1671 */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001672static int mixer_ctl_selector_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001674 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Clemens Ladisch2a1803a2011-01-10 16:30:13 +01001675 const char **itemlist = (const char **)kcontrol->private_value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676
Takashi Iwai5e246b82008-08-08 17:12:47 +02001677 if (snd_BUG_ON(!itemlist))
1678 return -EINVAL;
Clemens Ladisch2a1803a2011-01-10 16:30:13 +01001679 return snd_ctl_enum_info(uinfo, 1, cval->max, itemlist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680}
1681
1682/* get callback for selector unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001683static int mixer_ctl_selector_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001685 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686 int val, err;
1687
Daniel Mack09414202010-05-31 13:35:44 +02001688 err = get_cur_ctl_value(cval, cval->control << 8, &val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689 if (err < 0) {
Clemens Ladisch84957a82005-04-29 16:23:13 +02001690 if (cval->mixer->ignore_ctl_error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 ucontrol->value.enumerated.item[0] = 0;
1692 return 0;
1693 }
1694 return err;
1695 }
1696 val = get_relative_value(cval, val);
1697 ucontrol->value.enumerated.item[0] = val;
1698 return 0;
1699}
1700
1701/* put callback for selector unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001702static int mixer_ctl_selector_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001704 struct usb_mixer_elem_info *cval = kcontrol->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 int val, oval, err;
1706
Daniel Mack09414202010-05-31 13:35:44 +02001707 err = get_cur_ctl_value(cval, cval->control << 8, &oval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 if (err < 0) {
Clemens Ladisch84957a82005-04-29 16:23:13 +02001709 if (cval->mixer->ignore_ctl_error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710 return 0;
1711 return err;
1712 }
1713 val = ucontrol->value.enumerated.item[0];
1714 val = get_abs_value(cval, val);
1715 if (val != oval) {
Daniel Mack09414202010-05-31 13:35:44 +02001716 set_cur_ctl_value(cval, cval->control << 8, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 return 1;
1718 }
1719 return 0;
1720}
1721
1722/* alsa control interface for selector unit */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001723static struct snd_kcontrol_new mixer_selectunit_ctl = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1725 .name = "", /* will be filled later */
1726 .info = mixer_ctl_selector_info,
1727 .get = mixer_ctl_selector_get,
1728 .put = mixer_ctl_selector_put,
1729};
1730
1731
1732/* private free callback.
1733 * free both private_data and private_value
1734 */
Takashi Iwai86e07d32005-11-17 15:08:02 +01001735static void usb_mixer_selector_elem_free(struct snd_kcontrol *kctl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736{
1737 int i, num_ins = 0;
1738
1739 if (kctl->private_data) {
Takashi Iwai86e07d32005-11-17 15:08:02 +01001740 struct usb_mixer_elem_info *cval = kctl->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 num_ins = cval->max;
1742 kfree(cval);
1743 kctl->private_data = NULL;
1744 }
1745 if (kctl->private_value) {
1746 char **itemlist = (char **)kctl->private_value;
1747 for (i = 0; i < num_ins; i++)
1748 kfree(itemlist[i]);
1749 kfree(itemlist);
1750 kctl->private_value = 0;
1751 }
1752}
1753
1754/*
1755 * parse a selector unit
1756 */
Daniel Mack99fc8642010-03-11 21:13:24 +01001757static int parse_audio_selector_unit(struct mixer_build *state, int unitid, void *raw_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758{
Daniel Mack99fc8642010-03-11 21:13:24 +01001759 struct uac_selector_unit_descriptor *desc = raw_desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 unsigned int i, nameid, len;
1761 int err;
Takashi Iwai86e07d32005-11-17 15:08:02 +01001762 struct usb_mixer_elem_info *cval;
1763 struct snd_kcontrol *kctl;
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001764 const struct usbmix_name_map *map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 char **namelist;
1766
Daniel Mack99fc8642010-03-11 21:13:24 +01001767 if (!desc->bNrInPins || desc->bLength < 5 + desc->bNrInPins) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 snd_printk(KERN_ERR "invalid SELECTOR UNIT descriptor %d\n", unitid);
1769 return -EINVAL;
1770 }
1771
Daniel Mack99fc8642010-03-11 21:13:24 +01001772 for (i = 0; i < desc->bNrInPins; i++) {
1773 if ((err = parse_audio_unit(state, desc->baSourceID[i])) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 return err;
1775 }
1776
Daniel Mack99fc8642010-03-11 21:13:24 +01001777 if (desc->bNrInPins == 1) /* only one ? nonsense! */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778 return 0;
1779
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001780 map = find_map(state, unitid, 0);
1781 if (check_ignored_ctl(map))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 return 0;
1783
Takashi Iwai561b2202005-09-09 14:22:34 +02001784 cval = kzalloc(sizeof(*cval), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 if (! cval) {
1786 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
1787 return -ENOMEM;
1788 }
Clemens Ladisch84957a82005-04-29 16:23:13 +02001789 cval->mixer = state->mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 cval->id = unitid;
1791 cval->val_type = USB_MIXER_U8;
1792 cval->channels = 1;
1793 cval->min = 1;
Daniel Mack99fc8642010-03-11 21:13:24 +01001794 cval->max = desc->bNrInPins;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 cval->res = 1;
1796 cval->initialized = 1;
1797
Daniel Mack09414202010-05-31 13:35:44 +02001798 if (desc->bDescriptorSubtype == UAC2_CLOCK_SELECTOR)
1799 cval->control = UAC2_CX_CLOCK_SELECTOR;
1800 else
1801 cval->control = 0;
1802
Daniel Mack99fc8642010-03-11 21:13:24 +01001803 namelist = kmalloc(sizeof(char *) * desc->bNrInPins, GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 if (! namelist) {
1805 snd_printk(KERN_ERR "cannot malloc\n");
1806 kfree(cval);
1807 return -ENOMEM;
1808 }
1809#define MAX_ITEM_NAME_LEN 64
Daniel Mack99fc8642010-03-11 21:13:24 +01001810 for (i = 0; i < desc->bNrInPins; i++) {
Takashi Iwai86e07d32005-11-17 15:08:02 +01001811 struct usb_audio_term iterm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 len = 0;
1813 namelist[i] = kmalloc(MAX_ITEM_NAME_LEN, GFP_KERNEL);
1814 if (! namelist[i]) {
1815 snd_printk(KERN_ERR "cannot malloc\n");
Mariusz Kozlowski7fbe3ca2007-01-08 11:25:30 +01001816 while (i--)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 kfree(namelist[i]);
1818 kfree(namelist);
1819 kfree(cval);
1820 return -ENOMEM;
1821 }
Clemens Ladisch8e062ec2005-04-22 15:49:52 +02001822 len = check_mapped_selector_name(state, unitid, i, namelist[i],
1823 MAX_ITEM_NAME_LEN);
Daniel Mack99fc8642010-03-11 21:13:24 +01001824 if (! len && check_input_term(state, desc->baSourceID[i], &iterm) >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 len = get_term_name(state, &iterm, namelist[i], MAX_ITEM_NAME_LEN, 0);
1826 if (! len)
1827 sprintf(namelist[i], "Input %d", i);
1828 }
1829
1830 kctl = snd_ctl_new1(&mixer_selectunit_ctl, cval);
1831 if (! kctl) {
1832 snd_printk(KERN_ERR "cannot malloc kcontrol\n");
Jesper Juhl878b4782006-03-20 11:27:13 +01001833 kfree(namelist);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 kfree(cval);
1835 return -ENOMEM;
1836 }
1837 kctl->private_value = (unsigned long)namelist;
1838 kctl->private_free = usb_mixer_selector_elem_free;
1839
Daniel Mack99fc8642010-03-11 21:13:24 +01001840 nameid = uac_selector_unit_iSelector(desc);
Jaroslav Kyselac3a3e042010-02-11 17:50:44 +01001841 len = check_mapped_name(map, kctl->id.name, sizeof(kctl->id.name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842 if (len)
1843 ;
1844 else if (nameid)
1845 snd_usb_copy_string_desc(state, nameid, kctl->id.name, sizeof(kctl->id.name));
1846 else {
1847 len = get_term_name(state, &state->oterm,
1848 kctl->id.name, sizeof(kctl->id.name), 0);
1849 if (! len)
1850 strlcpy(kctl->id.name, "USB", sizeof(kctl->id.name));
1851
Daniel Mack09414202010-05-31 13:35:44 +02001852 if (desc->bDescriptorSubtype == UAC2_CLOCK_SELECTOR)
1853 append_ctl_name(kctl, " Clock Source");
1854 else if ((state->oterm.type & 0xff00) == 0x0100)
Takashi Iwai08d1e632009-10-02 14:06:08 +02001855 append_ctl_name(kctl, " Capture Source");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 else
Takashi Iwai08d1e632009-10-02 14:06:08 +02001857 append_ctl_name(kctl, " Playback Source");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858 }
1859
1860 snd_printdd(KERN_INFO "[%d] SU [%s] items = %d\n",
Daniel Mack99fc8642010-03-11 21:13:24 +01001861 cval->id, kctl->id.name, desc->bNrInPins);
Daniel Mackef9d5972011-05-25 09:09:00 +02001862 if ((err = snd_usb_mixer_add_control(state->mixer, kctl)) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 return err;
1864
1865 return 0;
1866}
1867
1868
1869/*
1870 * parse an audio unit recursively
1871 */
1872
Takashi Iwai86e07d32005-11-17 15:08:02 +01001873static int parse_audio_unit(struct mixer_build *state, int unitid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874{
1875 unsigned char *p1;
1876
1877 if (test_and_set_bit(unitid, state->unitbitmap))
1878 return 0; /* the unit already visited */
1879
1880 p1 = find_audio_control_unit(state, unitid);
1881 if (!p1) {
1882 snd_printk(KERN_ERR "usbaudio: unit %d not found!\n", unitid);
1883 return -EINVAL;
1884 }
1885
1886 switch (p1[2]) {
Daniel Mackde48c7b2010-02-22 23:49:13 +01001887 case UAC_INPUT_TERMINAL:
Daniel Mack09414202010-05-31 13:35:44 +02001888 case UAC2_CLOCK_SOURCE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 return 0; /* NOP */
Daniel Mackde48c7b2010-02-22 23:49:13 +01001890 case UAC_MIXER_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 return parse_audio_mixer_unit(state, unitid, p1);
Daniel Mackde48c7b2010-02-22 23:49:13 +01001892 case UAC_SELECTOR_UNIT:
Daniel Mack09414202010-05-31 13:35:44 +02001893 case UAC2_CLOCK_SELECTOR:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 return parse_audio_selector_unit(state, unitid, p1);
Daniel Mackde48c7b2010-02-22 23:49:13 +01001895 case UAC_FEATURE_UNIT:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896 return parse_audio_feature_unit(state, unitid, p1);
Daniel Mack69da9bc2010-06-16 17:57:28 +02001897 case UAC1_PROCESSING_UNIT:
Daniel Mack23caaf12010-03-11 21:13:25 +01001898 /* UAC2_EFFECT_UNIT has the same value */
1899 if (state->mixer->protocol == UAC_VERSION_1)
1900 return parse_audio_processing_unit(state, unitid, p1);
1901 else
1902 return 0; /* FIXME - effect units not implemented yet */
Daniel Mack69da9bc2010-06-16 17:57:28 +02001903 case UAC1_EXTENSION_UNIT:
Daniel Mack23caaf12010-03-11 21:13:25 +01001904 /* UAC2_PROCESSING_UNIT_V2 has the same value */
1905 if (state->mixer->protocol == UAC_VERSION_1)
1906 return parse_audio_extension_unit(state, unitid, p1);
1907 else /* UAC_VERSION_2 */
1908 return parse_audio_processing_unit(state, unitid, p1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 default:
1910 snd_printk(KERN_ERR "usbaudio: unit %u: unexpected type 0x%02x\n", unitid, p1[2]);
1911 return -EINVAL;
1912 }
1913}
1914
Clemens Ladisch84957a82005-04-29 16:23:13 +02001915static void snd_usb_mixer_free(struct usb_mixer_interface *mixer)
1916{
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02001917 kfree(mixer->id_elems);
1918 if (mixer->urb) {
1919 kfree(mixer->urb->transfer_buffer);
1920 usb_free_urb(mixer->urb);
1921 }
Mariusz Kozlowski68df9de2006-11-08 15:37:04 +01001922 usb_free_urb(mixer->rc_urb);
Clemens Ladischb259b102005-04-29 16:29:28 +02001923 kfree(mixer->rc_setup_packet);
Clemens Ladisch84957a82005-04-29 16:23:13 +02001924 kfree(mixer);
1925}
1926
Takashi Iwai86e07d32005-11-17 15:08:02 +01001927static int snd_usb_mixer_dev_free(struct snd_device *device)
Clemens Ladisch84957a82005-04-29 16:23:13 +02001928{
1929 struct usb_mixer_interface *mixer = device->device_data;
1930 snd_usb_mixer_free(mixer);
1931 return 0;
1932}
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934/*
1935 * create mixer controls
1936 *
Daniel Mackde48c7b2010-02-22 23:49:13 +01001937 * walk through all UAC_OUTPUT_TERMINAL descriptors to search for mixers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 */
Clemens Ladisch84957a82005-04-29 16:23:13 +02001939static int snd_usb_mixer_controls(struct usb_mixer_interface *mixer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940{
Takashi Iwai86e07d32005-11-17 15:08:02 +01001941 struct mixer_build state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 int err;
1943 const struct usbmix_ctl_map *map;
Clemens Ladisch84957a82005-04-29 16:23:13 +02001944 struct usb_host_interface *hostif;
Daniel Mack23caaf12010-03-11 21:13:25 +01001945 void *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946
Daniel Mack3d8d4dc2010-06-16 17:57:31 +02001947 hostif = mixer->chip->ctrl_intf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 memset(&state, 0, sizeof(state));
Clemens Ladisch84957a82005-04-29 16:23:13 +02001949 state.chip = mixer->chip;
1950 state.mixer = mixer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 state.buffer = hostif->extra;
1952 state.buflen = hostif->extralen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953
1954 /* check the mapping table */
Clemens Ladisch27d10f52005-05-02 08:51:26 +02001955 for (map = usbmix_ctl_maps; map->id; map++) {
1956 if (map->id == state.chip->usb_id) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 state.map = map->map;
Clemens Ladisch8e062ec2005-04-22 15:49:52 +02001958 state.selector_map = map->selector_map;
Clemens Ladisch84957a82005-04-29 16:23:13 +02001959 mixer->ignore_ctl_error = map->ignore_ctl_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 break;
1961 }
1962 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
Daniel Mack23caaf12010-03-11 21:13:25 +01001964 p = NULL;
1965 while ((p = snd_usb_find_csint_desc(hostif->extra, hostif->extralen, p, UAC_OUTPUT_TERMINAL)) != NULL) {
1966 if (mixer->protocol == UAC_VERSION_1) {
Daniel Mack69da9bc2010-06-16 17:57:28 +02001967 struct uac1_output_terminal_descriptor *desc = p;
Daniel Mack23caaf12010-03-11 21:13:25 +01001968
1969 if (desc->bLength < sizeof(*desc))
1970 continue; /* invalid descriptor? */
1971 set_bit(desc->bTerminalID, state.unitbitmap); /* mark terminal ID as visited */
1972 state.oterm.id = desc->bTerminalID;
1973 state.oterm.type = le16_to_cpu(desc->wTerminalType);
1974 state.oterm.name = desc->iTerminal;
1975 err = parse_audio_unit(&state, desc->bSourceID);
1976 if (err < 0)
1977 return err;
1978 } else { /* UAC_VERSION_2 */
1979 struct uac2_output_terminal_descriptor *desc = p;
1980
1981 if (desc->bLength < sizeof(*desc))
1982 continue; /* invalid descriptor? */
1983 set_bit(desc->bTerminalID, state.unitbitmap); /* mark terminal ID as visited */
1984 state.oterm.id = desc->bTerminalID;
1985 state.oterm.type = le16_to_cpu(desc->wTerminalType);
1986 state.oterm.name = desc->iTerminal;
1987 err = parse_audio_unit(&state, desc->bSourceID);
1988 if (err < 0)
1989 return err;
Daniel Mack09414202010-05-31 13:35:44 +02001990
1991 /* for UAC2, use the same approach to also add the clock selectors */
1992 err = parse_audio_unit(&state, desc->bCSourceID);
1993 if (err < 0)
1994 return err;
Daniel Mack23caaf12010-03-11 21:13:25 +01001995 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 }
Daniel Mack23caaf12010-03-11 21:13:25 +01001997
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 return 0;
1999}
Clemens Ladisch84957a82005-04-29 16:23:13 +02002000
Daniel Mack7b1eda22010-03-11 21:13:22 +01002001void snd_usb_mixer_notify_id(struct usb_mixer_interface *mixer, int unitid)
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002002{
Takashi Iwai86e07d32005-11-17 15:08:02 +01002003 struct usb_mixer_elem_info *info;
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002004
2005 for (info = mixer->id_elems[unitid]; info; info = info->next_id_elem)
2006 snd_ctl_notify(mixer->chip->card, SNDRV_CTL_EVENT_MASK_VALUE,
2007 info->elem_id);
2008}
2009
Jaroslav Kyselaebfdeea2010-02-16 11:17:09 +01002010static void snd_usb_mixer_dump_cval(struct snd_info_buffer *buffer,
2011 int unitid,
2012 struct usb_mixer_elem_info *cval)
2013{
2014 static char *val_types[] = {"BOOLEAN", "INV_BOOLEAN",
2015 "S8", "U8", "S16", "U16"};
2016 snd_iprintf(buffer, " Unit: %i\n", unitid);
2017 if (cval->elem_id)
2018 snd_iprintf(buffer, " Control: name=\"%s\", index=%i\n",
2019 cval->elem_id->name, cval->elem_id->index);
2020 snd_iprintf(buffer, " Info: id=%i, control=%i, cmask=0x%x, "
2021 "channels=%i, type=\"%s\"\n", cval->id,
2022 cval->control, cval->cmask, cval->channels,
2023 val_types[cval->val_type]);
2024 snd_iprintf(buffer, " Volume: min=%i, max=%i, dBmin=%i, dBmax=%i\n",
2025 cval->min, cval->max, cval->dBmin, cval->dBmax);
2026}
2027
2028static void snd_usb_mixer_proc_read(struct snd_info_entry *entry,
2029 struct snd_info_buffer *buffer)
2030{
2031 struct snd_usb_audio *chip = entry->private_data;
2032 struct usb_mixer_interface *mixer;
2033 struct usb_mixer_elem_info *cval;
2034 int unitid;
2035
2036 list_for_each_entry(mixer, &chip->mixer_list, list) {
2037 snd_iprintf(buffer,
Jaroslav Kysela7affdc12010-02-16 11:52:27 +01002038 "USB Mixer: usb_id=0x%08x, ctrlif=%i, ctlerr=%i\n",
Daniel Mack3d8d4dc2010-06-16 17:57:31 +02002039 chip->usb_id, snd_usb_ctrl_intf(chip),
Jaroslav Kysela7affdc12010-02-16 11:52:27 +01002040 mixer->ignore_ctl_error);
Jaroslav Kyselaebfdeea2010-02-16 11:17:09 +01002041 snd_iprintf(buffer, "Card: %s\n", chip->card->longname);
2042 for (unitid = 0; unitid < MAX_ID_ELEMS; unitid++) {
2043 for (cval = mixer->id_elems[unitid]; cval;
2044 cval = cval->next_id_elem)
2045 snd_usb_mixer_dump_cval(buffer, unitid, cval);
2046 }
2047 }
2048}
2049
Daniel Macke213e9c2010-05-11 18:13:50 +02002050static void snd_usb_mixer_interrupt_v2(struct usb_mixer_interface *mixer,
2051 int attribute, int value, int index)
2052{
2053 struct usb_mixer_elem_info *info;
2054 __u8 unitid = (index >> 8) & 0xff;
2055 __u8 control = (value >> 8) & 0xff;
2056 __u8 channel = value & 0xff;
2057
2058 if (channel >= MAX_CHANNELS) {
2059 snd_printk(KERN_DEBUG "%s(): bogus channel number %d\n",
2060 __func__, channel);
2061 return;
2062 }
2063
2064 for (info = mixer->id_elems[unitid]; info; info = info->next_id_elem) {
2065 if (info->control != control)
2066 continue;
2067
2068 switch (attribute) {
2069 case UAC2_CS_CUR:
2070 /* invalidate cache, so the value is read from the device */
2071 if (channel)
2072 info->cached &= ~(1 << channel);
2073 else /* master channel */
2074 info->cached = 0;
2075
2076 snd_ctl_notify(mixer->chip->card, SNDRV_CTL_EVENT_MASK_VALUE,
2077 info->elem_id);
2078 break;
2079
2080 case UAC2_CS_RANGE:
2081 /* TODO */
2082 break;
2083
2084 case UAC2_CS_MEM:
2085 /* TODO */
2086 break;
2087
2088 default:
2089 snd_printk(KERN_DEBUG "unknown attribute %d in interrupt\n",
2090 attribute);
2091 break;
2092 } /* switch */
2093 }
2094}
2095
2096static void snd_usb_mixer_interrupt(struct urb *urb)
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002097{
2098 struct usb_mixer_interface *mixer = urb->context;
Daniel Macke213e9c2010-05-11 18:13:50 +02002099 int len = urb->actual_length;
Oliver Neukumedf7de32011-03-11 13:19:43 +01002100 int ustatus = urb->status;
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002101
Oliver Neukumedf7de32011-03-11 13:19:43 +01002102 if (ustatus != 0)
Daniel Macke213e9c2010-05-11 18:13:50 +02002103 goto requeue;
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002104
Daniel Macke213e9c2010-05-11 18:13:50 +02002105 if (mixer->protocol == UAC_VERSION_1) {
2106 struct uac1_status_word *status;
2107
2108 for (status = urb->transfer_buffer;
2109 len >= sizeof(*status);
2110 len -= sizeof(*status), status++) {
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002111 snd_printd(KERN_DEBUG "status interrupt: %02x %02x\n",
Daniel Macke213e9c2010-05-11 18:13:50 +02002112 status->bStatusType,
2113 status->bOriginator);
2114
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002115 /* ignore any notifications not from the control interface */
Daniel Macke213e9c2010-05-11 18:13:50 +02002116 if ((status->bStatusType & UAC1_STATUS_TYPE_ORIG_MASK) !=
2117 UAC1_STATUS_TYPE_ORIG_AUDIO_CONTROL_IF)
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002118 continue;
Daniel Macke213e9c2010-05-11 18:13:50 +02002119
2120 if (status->bStatusType & UAC1_STATUS_TYPE_MEM_CHANGED)
2121 snd_usb_mixer_rc_memory_change(mixer, status->bOriginator);
Clemens Ladischb259b102005-04-29 16:29:28 +02002122 else
Daniel Macke213e9c2010-05-11 18:13:50 +02002123 snd_usb_mixer_notify_id(mixer, status->bOriginator);
2124 }
2125 } else { /* UAC_VERSION_2 */
2126 struct uac2_interrupt_data_msg *msg;
2127
2128 for (msg = urb->transfer_buffer;
2129 len >= sizeof(*msg);
2130 len -= sizeof(*msg), msg++) {
2131 /* drop vendor specific and endpoint requests */
2132 if ((msg->bInfo & UAC2_INTERRUPT_DATA_MSG_VENDOR) ||
2133 (msg->bInfo & UAC2_INTERRUPT_DATA_MSG_EP))
2134 continue;
2135
2136 snd_usb_mixer_interrupt_v2(mixer, msg->bAttribute,
2137 le16_to_cpu(msg->wValue),
2138 le16_to_cpu(msg->wIndex));
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002139 }
2140 }
Daniel Macke213e9c2010-05-11 18:13:50 +02002141
2142requeue:
Oliver Neukumedf7de32011-03-11 13:19:43 +01002143 if (ustatus != -ENOENT && ustatus != -ECONNRESET && ustatus != -ESHUTDOWN) {
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002144 urb->dev = mixer->chip->dev;
2145 usb_submit_urb(urb, GFP_ATOMIC);
2146 }
2147}
2148
Oliver Neukumedf7de32011-03-11 13:19:43 +01002149/* stop any bus activity of a mixer */
2150void snd_usb_mixer_inactivate(struct usb_mixer_interface *mixer)
2151{
2152 usb_kill_urb(mixer->urb);
2153 usb_kill_urb(mixer->rc_urb);
2154}
2155
2156int snd_usb_mixer_activate(struct usb_mixer_interface *mixer)
2157{
2158 int err;
2159
2160 if (mixer->urb) {
2161 err = usb_submit_urb(mixer->urb, GFP_NOIO);
2162 if (err < 0)
2163 return err;
2164 }
2165
2166 return 0;
2167}
2168
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002169/* create the handler for the optional status interrupt endpoint */
2170static int snd_usb_mixer_status_create(struct usb_mixer_interface *mixer)
2171{
2172 struct usb_host_interface *hostif;
2173 struct usb_endpoint_descriptor *ep;
2174 void *transfer_buffer;
2175 int buffer_length;
2176 unsigned int epnum;
2177
Daniel Mack3d8d4dc2010-06-16 17:57:31 +02002178 hostif = mixer->chip->ctrl_intf;
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002179 /* we need one interrupt input endpoint */
2180 if (get_iface_desc(hostif)->bNumEndpoints < 1)
2181 return 0;
2182 ep = get_endpoint(hostif, 0);
Julia Lawall913ae5a2009-01-03 17:54:53 +01002183 if (!usb_endpoint_dir_in(ep) || !usb_endpoint_xfer_int(ep))
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002184 return 0;
2185
Julia Lawall42a6e662008-12-29 11:23:02 +01002186 epnum = usb_endpoint_num(ep);
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002187 buffer_length = le16_to_cpu(ep->wMaxPacketSize);
2188 transfer_buffer = kmalloc(buffer_length, GFP_KERNEL);
2189 if (!transfer_buffer)
2190 return -ENOMEM;
2191 mixer->urb = usb_alloc_urb(0, GFP_KERNEL);
2192 if (!mixer->urb) {
2193 kfree(transfer_buffer);
2194 return -ENOMEM;
2195 }
2196 usb_fill_int_urb(mixer->urb, mixer->chip->dev,
2197 usb_rcvintpipe(mixer->chip->dev, epnum),
2198 transfer_buffer, buffer_length,
Daniel Macke213e9c2010-05-11 18:13:50 +02002199 snd_usb_mixer_interrupt, mixer, ep->bInterval);
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002200 usb_submit_urb(mixer->urb, GFP_KERNEL);
2201 return 0;
2202}
2203
Takashi Iwai7a9b8062008-08-13 15:40:53 +02002204int snd_usb_create_mixer(struct snd_usb_audio *chip, int ctrlif,
2205 int ignore_error)
Clemens Ladisch84957a82005-04-29 16:23:13 +02002206{
Takashi Iwai86e07d32005-11-17 15:08:02 +01002207 static struct snd_device_ops dev_ops = {
Clemens Ladisch84957a82005-04-29 16:23:13 +02002208 .dev_free = snd_usb_mixer_dev_free
2209 };
2210 struct usb_mixer_interface *mixer;
Jaroslav Kyselaebfdeea2010-02-16 11:17:09 +01002211 struct snd_info_entry *entry;
Daniel Mack7b8a0432010-02-22 23:49:12 +01002212 struct usb_host_interface *host_iface;
Daniel Mack23caaf12010-03-11 21:13:25 +01002213 int err;
Clemens Ladisch84957a82005-04-29 16:23:13 +02002214
2215 strcpy(chip->card->mixername, "USB Mixer");
2216
Takashi Iwai561b2202005-09-09 14:22:34 +02002217 mixer = kzalloc(sizeof(*mixer), GFP_KERNEL);
Clemens Ladisch84957a82005-04-29 16:23:13 +02002218 if (!mixer)
2219 return -ENOMEM;
2220 mixer->chip = chip;
Takashi Iwai7a9b8062008-08-13 15:40:53 +02002221 mixer->ignore_ctl_error = ignore_error;
Jaroslav Kysela291186e2010-02-16 11:55:18 +01002222 mixer->id_elems = kcalloc(MAX_ID_ELEMS, sizeof(*mixer->id_elems),
2223 GFP_KERNEL);
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002224 if (!mixer->id_elems) {
2225 kfree(mixer);
2226 return -ENOMEM;
2227 }
Clemens Ladisch84957a82005-04-29 16:23:13 +02002228
Daniel Mack7b8a0432010-02-22 23:49:12 +01002229 host_iface = &usb_ifnum_to_if(chip->dev, ctrlif)->altsetting[0];
Clemens Ladischa2acad82010-09-03 10:53:11 +02002230 switch (get_iface_desc(host_iface)->bInterfaceProtocol) {
2231 case UAC_VERSION_1:
2232 default:
2233 mixer->protocol = UAC_VERSION_1;
2234 break;
2235 case UAC_VERSION_2:
2236 mixer->protocol = UAC_VERSION_2;
2237 break;
2238 }
Daniel Mack7b8a0432010-02-22 23:49:12 +01002239
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002240 if ((err = snd_usb_mixer_controls(mixer)) < 0 ||
Clemens Ladisch93446ed2005-05-03 08:02:40 +02002241 (err = snd_usb_mixer_status_create(mixer)) < 0)
2242 goto _error;
Clemens Ladisch84957a82005-04-29 16:23:13 +02002243
Daniel Mack7b1eda22010-03-11 21:13:22 +01002244 snd_usb_mixer_apply_create_quirk(mixer);
Clemens Ladisch468b8fd2009-07-13 11:39:29 +02002245
Clemens Ladisch84957a82005-04-29 16:23:13 +02002246 err = snd_device_new(chip->card, SNDRV_DEV_LOWLEVEL, mixer, &dev_ops);
Clemens Ladisch93446ed2005-05-03 08:02:40 +02002247 if (err < 0)
2248 goto _error;
Jaroslav Kyselaebfdeea2010-02-16 11:17:09 +01002249
2250 if (list_empty(&chip->mixer_list) &&
2251 !snd_card_proc_new(chip->card, "usbmixer", &entry))
2252 snd_info_set_text_ops(entry, chip, snd_usb_mixer_proc_read);
2253
Clemens Ladisch84957a82005-04-29 16:23:13 +02002254 list_add(&mixer->list, &chip->mixer_list);
2255 return 0;
Clemens Ladisch93446ed2005-05-03 08:02:40 +02002256
2257_error:
2258 snd_usb_mixer_free(mixer);
2259 return err;
Clemens Ladisch84957a82005-04-29 16:23:13 +02002260}
2261
2262void snd_usb_mixer_disconnect(struct list_head *p)
2263{
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002264 struct usb_mixer_interface *mixer;
Daniel Mack7b1eda22010-03-11 21:13:22 +01002265
Clemens Ladisch6639b6c2005-04-29 16:26:14 +02002266 mixer = list_entry(p, struct usb_mixer_interface, list);
Mariusz Kozlowski68df9de2006-11-08 15:37:04 +01002267 usb_kill_urb(mixer->urb);
2268 usb_kill_urb(mixer->rc_urb);
Clemens Ladisch84957a82005-04-29 16:23:13 +02002269}