Lines Matching refs:snd_iprintf

24 		snd_iprintf(buf, "Device: %s\n", emu->name);  in snd_emux_proc_info_read()
25 snd_iprintf(buf, "Ports: %d\n", emu->num_ports); in snd_emux_proc_info_read()
26 snd_iprintf(buf, "Addresses:"); in snd_emux_proc_info_read()
28 snd_iprintf(buf, " %d:%d", emu->client, emu->ports[i]); in snd_emux_proc_info_read()
29 snd_iprintf(buf, "\n"); in snd_emux_proc_info_read()
30 snd_iprintf(buf, "Use Counter: %d\n", emu->used); in snd_emux_proc_info_read()
31 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); in snd_emux_proc_info_read()
32 snd_iprintf(buf, "Allocated Voices: %d\n", emu->num_voices); in snd_emux_proc_info_read()
34 snd_iprintf(buf, "Memory Size: %d\n", emu->memhdr->size); in snd_emux_proc_info_read()
35 snd_iprintf(buf, "Memory Available: %d\n", snd_util_mem_avail(emu->memhdr)); in snd_emux_proc_info_read()
36 snd_iprintf(buf, "Allocated Blocks: %d\n", emu->memhdr->nblocks); in snd_emux_proc_info_read()
38 snd_iprintf(buf, "Memory Size: 0\n"); in snd_emux_proc_info_read()
42 snd_iprintf(buf, "SoundFonts: %d\n", emu->sflist->fonts_size); in snd_emux_proc_info_read()
43 snd_iprintf(buf, "Instruments: %d\n", emu->sflist->zone_counter); in snd_emux_proc_info_read()
44 snd_iprintf(buf, "Samples: %d\n", emu->sflist->sample_counter); in snd_emux_proc_info_read()
45 snd_iprintf(buf, "Locked Instruments: %d\n", emu->sflist->zone_locked); in snd_emux_proc_info_read()
46 snd_iprintf(buf, "Locked Samples: %d\n", emu->sflist->sample_locked); in snd_emux_proc_info_read()
52 snd_iprintf(buf, "voice 0: on\n"); in snd_emux_proc_info_read()
53 snd_iprintf(buf, "mod delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
58 snd_iprintf(buf, "vol delay=%x, atkhld=%x, dcysus=%x, rel=%x\n", in snd_emux_proc_info_read()
63 snd_iprintf(buf, "lfo1 delay=%x, lfo2 delay=%x, pefe=%x\n", in snd_emux_proc_info_read()
67 snd_iprintf(buf, "fmmod=%x, tremfrq=%x, fm2frq2=%x\n", in snd_emux_proc_info_read()
71 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n", in snd_emux_proc_info_read()
76 snd_iprintf(buf, "avol=%x, acutoff=%x, apitch=%x\n", in snd_emux_proc_info_read()
78 snd_iprintf(buf, "apan=%x, aaux=%x, ptarget=%x, vtarget=%x, ftarget=%x\n", in snd_emux_proc_info_read()
83 snd_iprintf(buf, "start=%x, end=%x, loopstart=%x, loopend=%x\n", in snd_emux_proc_info_read()
85 snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset); in snd_emux_proc_info_read()