Lines Matching refs:snd_iprintf
39 snd_iprintf(buf, "Device: %s\n", emu->name); in snd_emux_proc_info_read()
40 snd_iprintf(buf, "Ports: %d\n", emu->num_ports); in snd_emux_proc_info_read()
41 snd_iprintf(buf, "Addresses:"); in snd_emux_proc_info_read()
43 snd_iprintf(buf, " %d:%d", emu->client, emu->ports[i]); in snd_emux_proc_info_read()
44 snd_iprintf(buf, "\n"); in snd_emux_proc_info_read()
45 snd_iprintf(buf, "Use Counter: %d\n", emu->used); in snd_emux_proc_info_read()
46 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); in snd_emux_proc_info_read()
47 snd_iprintf(buf, "Allocated Voices: %d\n", emu->num_voices); in snd_emux_proc_info_read()
49 snd_iprintf(buf, "Memory Size: %d\n", emu->memhdr->size); in snd_emux_proc_info_read()
50 snd_iprintf(buf, "Memory Available: %d\n", snd_util_mem_avail(emu->memhdr)); in snd_emux_proc_info_read()
51 snd_iprintf(buf, "Allocated Blocks: %d\n", emu->memhdr->nblocks); in snd_emux_proc_info_read()
53 snd_iprintf(buf, "Memory Size: 0\n"); in snd_emux_proc_info_read()
57 snd_iprintf(buf, "SoundFonts: %d\n", emu->sflist->fonts_size); in snd_emux_proc_info_read()
58 snd_iprintf(buf, "Instruments: %d\n", emu->sflist->zone_counter); in snd_emux_proc_info_read()
59 snd_iprintf(buf, "Samples: %d\n", emu->sflist->sample_counter); in snd_emux_proc_info_read()
60 snd_iprintf(buf, "Locked Instruments: %d\n", emu->sflist->zone_locked); in snd_emux_proc_info_read()
61 snd_iprintf(buf, "Locked Samples: %d\n", emu->sflist->sample_locked); in snd_emux_proc_info_read()
67 snd_iprintf(buf, "voice 0: on\n"); in snd_emux_proc_info_read()
68 snd_iprintf(buf, "mod delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
73 snd_iprintf(buf, "vol delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
78 snd_iprintf(buf, "lfo1 delay=%x, lfo2 delay=%x, pefe=%x\n", in snd_emux_proc_info_read()
82 snd_iprintf(buf, "fmmod=%x, tremfrq=%x, fm2frq2=%x\n", in snd_emux_proc_info_read()
86 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n", in snd_emux_proc_info_read()
91 snd_iprintf(buf, "avol=%x, acutoff=%x, apitch=%x\n", in snd_emux_proc_info_read()
93 snd_iprintf(buf, "apan=%x, aaux=%x, ptarget=%x, vtarget=%x, ftarget=%x\n", in snd_emux_proc_info_read()
98 snd_iprintf(buf, "start=%x, end=%x, loopstart=%x, loopend=%x\n", in snd_emux_proc_info_read()
100 snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset); in snd_emux_proc_info_read()