Searched refs:tmpname (Results 1 – 4 of 4) sorted by relevance
| /sound/synth/emux/ |
| A D | emux_seq.c | 59 char tmpname[64]; in snd_emux_init_seq() local 87 sprintf(tmpname, "%s Port %d", emu->name, i); in snd_emux_init_seq() 88 p = snd_emux_create_port(emu, tmpname, MIDI_CHANNELS, in snd_emux_init_seq()
|
| A D | emux_oss.c | 101 char tmpname[64]; in snd_emux_open_seq_oss() local 114 sprintf(tmpname, "%s OSS Port", emu->name); in snd_emux_open_seq_oss() 115 p = snd_emux_create_port(emu, tmpname, 32, in snd_emux_open_seq_oss()
|
| /sound/hda/codecs/ |
| A D | generic.c | 3626 char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_single_cap_ctl() local 3636 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3639 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3641 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl() 3655 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3658 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl() 3660 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
|
| /sound/hda/common/ |
| A D | codec.c | 1828 char tmpname[sizeof(sctl->id.name)]; in map_followers() local 1831 snprintf(tmpname, sizeof(tmpname), "%s %s", in map_followers() 1833 name = tmpname; in map_followers()
|
Completed in 28 milliseconds