Lines Matching +defs:names +defs:c

7  *   Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>
9 * Many codes borrowed from audio.c by
94 * manual mapping of mixer names
95 * if the mixer topology is too complicated and the parsed names are
96 * ambiguous, add the entries in usbmixer_maps.c.
98 #include "mixer_maps.c"
164 len = strscpy(buf, p->names[index], buflen);
652 struct iterm_name_combo *names;
699 for (names = iterm_names; names->type; names++) {
700 if (names->type == iterm->type) {
701 strscpy(name, names->name, maxlen);
702 return strlen(names->name);
1416 int c, cnt, val, err;
1421 for (c = 0; c < MAX_CHANNELS; c++) {
1422 if (!(cval->cmask & BIT(c)))
1424 err = snd_usb_get_cur_mix_value(cval, c + 1, cnt, &val);
1449 int c, cnt, val, oval, err;
1454 for (c = 0; c < MAX_CHANNELS; c++) {
1455 if (!(cval->cmask & BIT(c)))
1457 err = snd_usb_get_cur_mix_value(cval, c + 1, cnt, &oval);
1465 snd_usb_set_cur_mix_value(cval, c + 1, cnt, val);
1709 int i, c = 0;
1712 c++;
1713 cval->channels = c;
1805 kctl->tlv.c = snd_usb_mixer_vol_tlv;
1866 * sound/core/ctljack.c has a convention of naming jack controls
2141 u8 *c = uac_mixer_unit_bmControls(desc, protocol);
2158 return c + (num_ins * num_outs + 7) / 8 + rest > hdr + hdr[0];
2189 __u8 *c = uac_mixer_unit_bmControls(desc, state->mixer->protocol);
2191 if (check_matrix_bitmap(c, in_ch, i, num_outs)) {
2294 __u8 *c = uac_mixer_unit_bmControls(desc,
2297 if (check_matrix_bitmap(c, ich, och, num_outs)) {
3692 int c, err, idx;
3699 for (c = 0; c < MAX_CHANNELS; c++) {
3700 if (!(cval->cmask & BIT(c)))
3702 if (cval->cached & BIT(c + 1)) {
3703 err = snd_usb_set_cur_mix_value(cval, c + 1, idx,