Lines Matching refs:snd_iprintf
37 snd_iprintf(buf, "Device: %s\n", emu->name); in snd_emux_proc_info_read()
38 snd_iprintf(buf, "Ports: %d\n", emu->num_ports); in snd_emux_proc_info_read()
39 snd_iprintf(buf, "Addresses:"); in snd_emux_proc_info_read()
41 snd_iprintf(buf, " %d:%d", emu->client, emu->ports[i]); in snd_emux_proc_info_read()
42 snd_iprintf(buf, "\n"); in snd_emux_proc_info_read()
43 snd_iprintf(buf, "Use Counter: %d\n", emu->used); in snd_emux_proc_info_read()
44 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); in snd_emux_proc_info_read()
45 snd_iprintf(buf, "Allocated Voices: %d\n", emu->num_voices); in snd_emux_proc_info_read()
47 snd_iprintf(buf, "Memory Size: %d\n", emu->memhdr->size); in snd_emux_proc_info_read()
48 snd_iprintf(buf, "Memory Available: %d\n", snd_util_mem_avail(emu->memhdr)); in snd_emux_proc_info_read()
49 snd_iprintf(buf, "Allocated Blocks: %d\n", emu->memhdr->nblocks); in snd_emux_proc_info_read()
51 snd_iprintf(buf, "Memory Size: 0\n"); in snd_emux_proc_info_read()
55 snd_iprintf(buf, "SoundFonts: %d\n", emu->sflist->fonts_size); in snd_emux_proc_info_read()
56 snd_iprintf(buf, "Instruments: %d\n", emu->sflist->zone_counter); in snd_emux_proc_info_read()
57 snd_iprintf(buf, "Samples: %d\n", emu->sflist->sample_counter); in snd_emux_proc_info_read()
58 snd_iprintf(buf, "Locked Instruments: %d\n", emu->sflist->zone_locked); in snd_emux_proc_info_read()
59 snd_iprintf(buf, "Locked Samples: %d\n", emu->sflist->sample_locked); in snd_emux_proc_info_read()
65 snd_iprintf(buf, "voice 0: on\n"); in snd_emux_proc_info_read()
66 snd_iprintf(buf, "mod delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
71 snd_iprintf(buf, "vol delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
76 snd_iprintf(buf, "lfo1 delay=%x, lfo2 delay=%x, pefe=%x\n", in snd_emux_proc_info_read()
80 snd_iprintf(buf, "fmmod=%x, tremfrq=%x, fm2frq2=%x\n", in snd_emux_proc_info_read()
84 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n", in snd_emux_proc_info_read()
89 snd_iprintf(buf, "avol=%x, acutoff=%x, apitch=%x\n", in snd_emux_proc_info_read()
91 snd_iprintf(buf, "apan=%x, aaux=%x, ptarget=%x, vtarget=%x, ftarget=%x\n", in snd_emux_proc_info_read()
96 snd_iprintf(buf, "start=%x, end=%x, loopstart=%x, loopend=%x\n", in snd_emux_proc_info_read()
98 snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset); in snd_emux_proc_info_read()