Lines Matching +defs:names +defs:c
7 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
27 static const char * const names[16] = {
41 if (names[wid_value])
42 return names[wid_value];
215 static const char * const names[16] = {
222 if (names[cfg])
223 return names[cfg];
230 static const char * const names[16] = {
237 if (names[cfg])
238 return names[cfg];
515 static const char * const names[] = {
533 for (i = 0; i < ARRAY_SIZE(names); i++) {
535 snd_iprintf(buffer, " %s", names[i]);
603 int c, curr = -1;
616 for (c = 0; c < conn_len; c++) {
617 snd_iprintf(buffer, " 0x%02x", conn[c]);
618 if (c == curr)
631 for (c = 0; c < cache_len; c++)
632 snd_iprintf(buffer, " 0x%02x", list[c]);
685 int c, conn_len, curr, dev_id_saved;
703 for (c = 0; c < conn_len; c++) {
704 snd_iprintf(buffer, " 0x%02x", conn[c]);
705 if (c == curr)