/linux/sound/pci/ca0106/ |
H A D | ca0106_proc.c | 95 snd_iprintf(buffer, "Mode: consumer\n"); in snd_ca0106_proc_dump_iec958() 96 snd_iprintf(buffer, "Data: "); in snd_ca0106_proc_dump_iec958() 98 snd_iprintf(buffer, "audio\n"); in snd_ca0106_proc_dump_iec958() 100 snd_iprintf(buffer, "non-audio\n"); in snd_ca0106_proc_dump_iec958() 102 snd_iprintf(buffer, "Rate: "); in snd_ca0106_proc_dump_iec958() 105 snd_iprintf(buffer, "44100 Hz\n"); in snd_ca0106_proc_dump_iec958() 108 snd_iprintf(buffer, "48000 Hz\n"); in snd_ca0106_proc_dump_iec958() 111 snd_iprintf(buffer, "32000 Hz\n"); in snd_ca0106_proc_dump_iec958() 114 snd_iprintf(buffer, "unknown\n"); in snd_ca0106_proc_dump_iec958() 117 snd_iprintf(buffer, "Copyright: "); in snd_ca0106_proc_dump_iec958() [all …]
|
/linux/sound/hda/common/ |
H A D | proc.c | 58 snd_iprintf(buffer, in print_nid_array() 63 snd_iprintf(buffer, in print_nid_array() 84 snd_iprintf(buffer, " Device: name=\"%s\", " in print_nid_pcms() 100 snd_iprintf(buffer, "N/A\n"); in print_amp_caps() 103 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps() 145 snd_iprintf(buffer, " ["); in print_amp_vals() 149 snd_iprintf(buffer, "0x%02x", val); in print_amp_vals() 154 snd_iprintf(buffer, " 0x%02x", val); in print_amp_vals() 156 snd_iprintf(buffer, "]"); in print_amp_vals() 158 snd_iprintf(buffer, "\n"); in print_amp_vals() [all …]
|
/linux/sound/firewire/dice/ |
H A D | dice-proc.c | 119 snd_iprintf(buffer, "sections:\n"); in dice_proc_read() 121 snd_iprintf(buffer, " %s: offset %u, size %u\n", in dice_proc_read() 128 snd_iprintf(buffer, "global:\n"); in dice_proc_read() 129 snd_iprintf(buffer, " owner: %04x:%04x%08x\n", in dice_proc_read() 132 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read() 134 snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name); in dice_proc_read() 135 snd_iprintf(buffer, " clock select: %s %s\n", in dice_proc_read() 141 snd_iprintf(buffer, " enable: %u\n", buf.global.enable); in dice_proc_read() 142 snd_iprintf(buffer, " status: %slocked %s\n", in dice_proc_read() 148 snd_iprintf(buffer, " ext status: %08x\n", buf.global.extended_status); in dice_proc_read() [all …]
|
/linux/sound/firewire/fireworks/ |
H A D | fireworks_proc.c | 41 snd_iprintf(buffer, "guid_hi: 0x%X\n", hwinfo->guid_hi); in proc_read_hwinfo() 42 snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo); in proc_read_hwinfo() 43 snd_iprintf(buffer, "type: 0x%X\n", hwinfo->type); in proc_read_hwinfo() 44 snd_iprintf(buffer, "version: 0x%X\n", hwinfo->version); in proc_read_hwinfo() 45 snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name); in proc_read_hwinfo() 46 snd_iprintf(buffer, "model_name: %s\n", hwinfo->model_name); in proc_read_hwinfo() 48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo() 49 snd_iprintf(buffer, "arm_version: 0x%X\n", hwinfo->arm_version); in proc_read_hwinfo() 50 snd_iprintf(buffer, "fpga_version: 0x%X\n", hwinfo->fpga_version); in proc_read_hwinfo() 52 snd_iprintf(buffer, "flags: 0x%X\n", hwinfo->flags); in proc_read_hwinfo() [all …]
|
/linux/sound/usb/ |
H A D | proc.c | 37 snd_iprintf(buffer, "%03d/%03d\n", chip->dev->bus->busnum, chip->dev->devnum); in proc_audio_usbbus_read() 44 snd_iprintf(buffer, "%04x:%04x\n", in proc_audio_usbid_read() 102 snd_iprintf(buffer, " Interface %d\n", fp->iface); in proc_dump_substream_formats() 103 snd_iprintf(buffer, " Altset %d\n", fp->altsetting); in proc_dump_substream_formats() 104 snd_iprintf(buffer, " Format:"); in proc_dump_substream_formats() 107 snd_iprintf(buffer, " %s", in proc_dump_substream_formats() 109 snd_iprintf(buffer, "\n"); in proc_dump_substream_formats() 110 snd_iprintf(buffer, " Channels: %d\n", fp->channels); in proc_dump_substream_formats() 111 snd_iprintf(buffer, " Endpoint: 0x%02x (%d %s) (%s)\n", in proc_dump_substream_formats() 117 snd_iprintf(buffer, " Rates: %d - %d (continuous)\n", in proc_dump_substream_formats() [all …]
|
/linux/sound/synth/emux/ |
H A D | emux_proc.c | 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() [all …]
|
/linux/sound/firewire/bebob/ |
H A D | bebob_proc.c | 49 snd_iprintf(buffer, "Manufacturer:\t%.8s\n", in proc_read_hw_info() 51 snd_iprintf(buffer, "Protocol Ver:\t%d\n", info->protocol_ver); in proc_read_hw_info() 52 snd_iprintf(buffer, "Build Ver:\t%d\n", info->bld_ver); in proc_read_hw_info() 53 snd_iprintf(buffer, "GUID:\t\t0x%.8X%.8X\n", in proc_read_hw_info() 55 snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id); in proc_read_hw_info() 56 snd_iprintf(buffer, "Model Rev:\t%d\n", info->model_rev); in proc_read_hw_info() 57 snd_iprintf(buffer, "Firmware Date:\t%.8s\n", (char *)&info->fw_date); in proc_read_hw_info() 58 snd_iprintf(buffer, "Firmware Time:\t%.8s\n", (char *)&info->fw_time); in proc_read_hw_info() 59 snd_iprintf(buffer, "Firmware ID:\t0x%X\n", info->fw_id); in proc_read_hw_info() 60 snd_iprintf(buffer, "Firmware Ver:\t%d\n", info->fw_ver); in proc_read_hw_info() [all …]
|
/linux/sound/pci/lola/ |
H A D | lola_proc.c | 22 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_audio_widget() 24 snd_iprintf(buffer, " Formats: 0x%x\n", val); in print_audio_widget() 34 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_pin_widget() 38 snd_iprintf(buffer, " Amp-Caps: 0x%x\n", val); in print_pin_widget() 39 snd_iprintf(buffer, " mute=%d, step-size=%d, steps=%d, ofs=%d\n", in print_pin_widget() 45 snd_iprintf(buffer, " Max-level: 0x%x\n", val); in print_pin_widget() 55 snd_iprintf(buffer, "Node 0x%02x [Clock] wcaps 0x%x\n", nid, val); in print_clock_widget() 82 snd_iprintf(buffer, " Clock %d: Type %d:%s, freq=%d\n", in print_clock_widget() 94 snd_iprintf(buffer, "Node 0x%02x [Mixer] wcaps 0x%x\n", nid, val); in print_mixer_widget() 105 snd_iprintf(buffer, "Vendor: 0x%08x\n", val); in lola_proc_codec_read() [all …]
|
/linux/sound/pci/ac97/ |
H A D | ac97_proc.c | 42 snd_iprintf(buffer, "\n Gain Inverted Buffer delay Location\n"); in snd_ac97_proc_read_functions() 46 snd_iprintf(buffer, "%-17s: %3d.%d dBV %c %2d/fs %s\n", in snd_ac97_proc_read_functions() 102 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main() 107 snd_iprintf(buffer, "PCI Subsys Vendor: 0x%04x\n", in snd_ac97_proc_read_main() 109 snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n", in snd_ac97_proc_read_main() 112 snd_iprintf(buffer, "Flags: %x\n", ac97->flags); in snd_ac97_proc_read_main() 119 snd_iprintf(buffer, "Revision : 0x%02x\n", tmp & 0xff); in snd_ac97_proc_read_main() 120 snd_iprintf(buffer, "Compat. Class : 0x%02x\n", (tmp >> 8) & 0x1f); in snd_ac97_proc_read_main() 121 snd_iprintf(buffer, "Subsys. Vendor ID: 0x%04x\n", in snd_ac97_proc_read_main() 123 snd_iprintf(buffer, "Subsys. ID : 0x%04x\n\n", in snd_ac97_proc_read_main() [all …]
|
/linux/sound/core/ |
H A D | info_oss.c | 52 snd_iprintf(buf, "\n%s:", id); in snd_sndstat_show_strings() 58 snd_iprintf(buf, "\n"); in snd_sndstat_show_strings() 61 snd_iprintf(buf, "%i: %s\n", idx, str); in snd_sndstat_show_strings() 65 snd_iprintf(buf, " NOT ENABLED IN CONFIG\n"); in snd_sndstat_show_strings() 72 snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA emulation code)\n"); in snd_sndstat_proc_read() 73 snd_iprintf(buffer, "Kernel: %s %s %s %s %s\n", in snd_sndstat_proc_read() 79 snd_iprintf(buffer, "Config options: 0\n"); in snd_sndstat_proc_read() 80 snd_iprintf(buffer, "\nInstalled drivers: \n"); in snd_sndstat_proc_read() 81 snd_iprintf(buffer, "Type 10: ALSA emulation\n"); in snd_sndstat_proc_read() 82 snd_iprintf(buffer, "\nCard config: \n"); in snd_sndstat_proc_read()
|
/linux/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 500 snd_iprintf(buffer, "SYMBOLS:\n"); in cs46xx_dsp_proc_symbol_table_read() 512 snd_iprintf(buffer, "%04X <%02X> %s [%s]\n", in cs46xx_dsp_proc_symbol_table_read() 529 snd_iprintf(buffer, "MODULES:\n"); in cs46xx_dsp_proc_modules_read() 531 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); in cs46xx_dsp_proc_modules_read() 532 snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols); in cs46xx_dsp_proc_modules_read() 533 snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups); in cs46xx_dsp_proc_modules_read() 537 snd_iprintf(buffer, " segment %02x offset %08x size %08x\n", in cs46xx_dsp_proc_modules_read() 553 snd_iprintf(buffer, "TASK TREES:\n"); in cs46xx_dsp_proc_task_tree_read() 555 snd_iprintf(buffer,"\n%04x %s:\n",ins->tasks[i].address,ins->tasks[i].task_name); in cs46xx_dsp_proc_task_tree_read() 560 snd_iprintf(buffer,"\n"); in cs46xx_dsp_proc_task_tree_read() [all …]
|
/linux/sound/isa/gus/ |
H A D | gus_mem.c | 286 snd_iprintf(buffer, "8-bit banks : \n "); in snd_gf1_mem_info_read() 288 …snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_8[i].address, alloc->banks_8[i].size >> 10, i… in snd_gf1_mem_info_read() 289 snd_iprintf(buffer, "\n" in snd_gf1_mem_info_read() 292 …snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_16[i].address, alloc->banks_16[i].size >> 10,… in snd_gf1_mem_info_read() 295 snd_iprintf(buffer, "\n"); in snd_gf1_mem_info_read() 299 …snd_iprintf(buffer, "Block %i onboard 0x%x size %i (0x%x):\n", i, block->ptr, block->size, block->… in snd_gf1_mem_info_read() 303 snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n", in snd_gf1_mem_info_read() 307 snd_iprintf(buffer, " Flags :%s\n", in snd_gf1_mem_info_read() 309 snd_iprintf(buffer, " Owner : "); in snd_gf1_mem_info_read() 312 snd_iprintf(buffer, "driver - %s\n", block->name); in snd_gf1_mem_info_read() [all …]
|
H A D | gus_irq.c | 109 snd_iprintf(buffer, "midi out = %u\n", gus->gf1.interrupt_stat_midi_out); in snd_gus_irq_info_read() 110 snd_iprintf(buffer, "midi in = %u\n", gus->gf1.interrupt_stat_midi_in); in snd_gus_irq_info_read() 111 snd_iprintf(buffer, "timer1 = %u\n", gus->gf1.interrupt_stat_timer1); in snd_gus_irq_info_read() 112 snd_iprintf(buffer, "timer2 = %u\n", gus->gf1.interrupt_stat_timer2); in snd_gus_irq_info_read() 113 snd_iprintf(buffer, "dma write = %u\n", gus->gf1.interrupt_stat_dma_write); in snd_gus_irq_info_read() 114 snd_iprintf(buffer, "dma read = %u\n", gus->gf1.interrupt_stat_dma_read); in snd_gus_irq_info_read() 115 snd_iprintf(buffer, "voice lost = %u\n", gus->gf1.interrupt_stat_voice_lost); in snd_gus_irq_info_read() 118 snd_iprintf(buffer, "voice %i: wave = %u, volume = %u\n", in snd_gus_irq_info_read()
|
/linux/sound/firewire/motu/ |
H A D | motu-proc.c | 39 snd_iprintf(buffer, "Rate:\t%d\n", rate); in proc_read_clock() 40 snd_iprintf(buffer, "Source:\t%s\n", clock_names[source]); in proc_read_clock() 54 snd_iprintf(buffer, "tx:\tmsg\tfixed\ttotal\n"); in proc_read_format() 59 snd_iprintf(buffer, in proc_read_format() 67 snd_iprintf(buffer, "rx:\tmsg\tfixed\ttotal\n"); in proc_read_format() 72 snd_iprintf(buffer, in proc_read_format()
|
/linux/sound/firewire/oxfw/ |
H A D | oxfw-proc.c | 26 snd_iprintf(buffer, "Input Stream to device:\n"); in proc_read_formation() 27 snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n"); in proc_read_formation() 42 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation() 56 snd_iprintf(buffer, "Output Stream from device:\n"); in proc_read_formation() 57 snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n"); in proc_read_formation() 72 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation()
|
/linux/sound/drivers/vx/ |
H A D | vx_core.c | 605 snd_iprintf(buffer, "%s\n", chip->card->longname); in vx_proc_read() 606 snd_iprintf(buffer, "Xilinx Firmware: %s\n", in vx_proc_read() 608 snd_iprintf(buffer, "Device Initialized: %s\n", in vx_proc_read() 610 snd_iprintf(buffer, "DSP audio info:"); in vx_proc_read() 612 snd_iprintf(buffer, " realtime"); in vx_proc_read() 614 snd_iprintf(buffer, " offline"); in vx_proc_read() 616 snd_iprintf(buffer, " mpeg1"); in vx_proc_read() 618 snd_iprintf(buffer, " mpeg2"); in vx_proc_read() 620 snd_iprintf(buffer, " linear8"); in vx_proc_read() 622 snd_iprintf(buffer, " linear16"); in vx_proc_read() [all …]
|
/linux/sound/firewire/digi00x/ |
H A D | digi00x-proc.c | 51 snd_iprintf(buf, "Optical mode: %s\n", optical_name[mode]); in proc_read_clock() 52 snd_iprintf(buf, "Sampling Rate: %d\n", rate); in proc_read_clock() 53 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]); in proc_read_clock() 60 snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not"); in proc_read_clock() 65 snd_iprintf(buf, "External sampling rate: %d\n", rate); in proc_read_clock()
|
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 1548 snd_iprintf(buffer, "%s (Card #%d)\n", rme9652->card_name, rme9652->card->number + 1); in snd_rme9652_proc_read() 1549 snd_iprintf(buffer, "Buffers: capture %p playback %p\n", in snd_rme9652_proc_read() 1551 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n", in snd_rme9652_proc_read() 1553 snd_iprintf(buffer, "Control register: %x\n", rme9652->control_register); in snd_rme9652_proc_read() 1555 snd_iprintf(buffer, "\n"); in snd_rme9652_proc_read() 1560 snd_iprintf(buffer, "Latency: %d samples (2 periods of %lu bytes)\n", in snd_rme9652_proc_read() 1562 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n", in snd_rme9652_proc_read() 1564 snd_iprintf(buffer, "Passthru: %s\n", str_yes_no(rme9652->passthru)); in snd_rme9652_proc_read() 1567 snd_iprintf(buffer, "Clock mode: autosync\n"); in snd_rme9652_proc_read() 1571 snd_iprintf(buffer, "Clock mode: word clock\n"); in snd_rme9652_proc_read() [all …]
|
H A D | hdsp.c | 3403 snd_iprintf(buffer, "%s (Card #%d)\n", hdsp->card_name, in snd_hdsp_proc_read() 3405 snd_iprintf(buffer, "Buffers: capture %p playback %p\n", in snd_hdsp_proc_read() 3407 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n", in snd_hdsp_proc_read() 3409 snd_iprintf(buffer, "Control register: 0x%x\n", hdsp->control_register); in snd_hdsp_proc_read() 3410 snd_iprintf(buffer, "Control2 register: 0x%x\n", in snd_hdsp_proc_read() 3412 snd_iprintf(buffer, "Status register: 0x%x\n", status); in snd_hdsp_proc_read() 3413 snd_iprintf(buffer, "Status2 register: 0x%x\n", status2); in snd_hdsp_proc_read() 3416 snd_iprintf(buffer, "No I/O box connected.\n" in snd_hdsp_proc_read() 3424 snd_iprintf(buffer, "Firmware loading from " in snd_hdsp_proc_read() 3434 snd_iprintf(buffer, in snd_hdsp_proc_read() [all …]
|
/linux/sound/pci/ |
H A D | rme96.c | 1695 snd_iprintf(buffer, rme96->card->longname); in snd_rme96_proc_read() 1696 snd_iprintf(buffer, " (index #%d)\n", rme96->card->number + 1); in snd_rme96_proc_read() 1698 snd_iprintf(buffer, "\nGeneral settings\n"); in snd_rme96_proc_read() 1700 snd_iprintf(buffer, " period size: N/A (interrupts " in snd_rme96_proc_read() 1703 snd_iprintf(buffer, " period size: 2048 bytes\n"); in snd_rme96_proc_read() 1705 snd_iprintf(buffer, " period size: 8192 bytes\n"); in snd_rme96_proc_read() 1707 snd_iprintf(buffer, "\nInput settings\n"); in snd_rme96_proc_read() 1710 snd_iprintf(buffer, " input: optical"); in snd_rme96_proc_read() 1713 snd_iprintf(buffer, " input: coaxial"); in snd_rme96_proc_read() 1716 snd_iprintf(buffer, " input: internal"); in snd_rme96_proc_read() [all …]
|
H A D | rme32.c | 1412 snd_iprintf(buffer, rme32->card->longname); in snd_rme32_proc_read() 1413 snd_iprintf(buffer, " (index #%d)\n", rme32->card->number + 1); in snd_rme32_proc_read() 1415 snd_iprintf(buffer, "\nGeneral settings\n"); in snd_rme32_proc_read() 1417 snd_iprintf(buffer, " Full-duplex mode\n"); in snd_rme32_proc_read() 1419 snd_iprintf(buffer, " Half-duplex mode\n"); in snd_rme32_proc_read() 1421 snd_iprintf(buffer, " receiver: CS8414\n"); in snd_rme32_proc_read() 1423 snd_iprintf(buffer, " receiver: CS8412\n"); in snd_rme32_proc_read() 1426 snd_iprintf(buffer, " format: 24 bit"); in snd_rme32_proc_read() 1428 snd_iprintf(buffer, " format: 16 bit"); in snd_rme32_proc_read() 1431 snd_iprintf(buffer, ", Mono\n"); in snd_rme32_proc_read() [all …]
|
H A D | ad1889.c | 628 snd_iprintf(buffer, "Wave output: %s\n", in snd_ad1889_proc_read() 630 snd_iprintf(buffer, "Wave Channels: %s\n", in snd_ad1889_proc_read() 632 snd_iprintf(buffer, "Wave Quality: %d-bit linear\n", in snd_ad1889_proc_read() 640 snd_iprintf(buffer, "Wave FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 644 snd_iprintf(buffer, "Synthesis output: %s\n", in snd_ad1889_proc_read() 652 snd_iprintf(buffer, "Synthesis FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() 656 snd_iprintf(buffer, "ADC input: %s\n", in snd_ad1889_proc_read() 658 snd_iprintf(buffer, "ADC Channels: %s\n", in snd_ad1889_proc_read() 660 snd_iprintf(buffer, "ADC Quality: %d-bit linear\n", in snd_ad1889_proc_read() 668 snd_iprintf(buffer, "ADC FIFO: %d %s words\n\n", tmp, in snd_ad1889_proc_read() [all …]
|
/linux/sound/isa/opti9xx/ |
H A D | miro.c | 949 snd_iprintf(buffer, "\nGeneral information:\n"); in snd_miro_proc_read() 950 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read() 951 snd_iprintf(buffer, " opti : %s\n", miro->name); in snd_miro_proc_read() 952 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name); in snd_miro_proc_read() 953 snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base); in snd_miro_proc_read() 954 snd_iprintf(buffer, " irq : %d\n", miro->irq); in snd_miro_proc_read() 955 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read() 957 snd_iprintf(buffer, "MPU-401:\n"); in snd_miro_proc_read() 958 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port); in snd_miro_proc_read() 959 snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq); in snd_miro_proc_read() [all …]
|
/linux/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1223 snd_iprintf(buffer, "\n%s\n", mgr->name); in pcxhr_proc_info() 1231 snd_iprintf(buffer, "module version %s\n", in pcxhr_proc_info() 1233 snd_iprintf(buffer, "dsp version %d.%d.%d\n", in pcxhr_proc_info() 1236 snd_iprintf(buffer, "analog io available\n"); in pcxhr_proc_info() 1238 snd_iprintf(buffer, "digital only board\n"); in pcxhr_proc_info() 1255 snd_iprintf(buffer, "cpu load %d%%\n", cur); in pcxhr_proc_info() 1256 snd_iprintf(buffer, "buffer pool %d/%d\n", in pcxhr_proc_info() 1260 snd_iprintf(buffer, "dma granularity : %d\n", in pcxhr_proc_info() 1262 snd_iprintf(buffer, "dsp time errors : %d\n", in pcxhr_proc_info() 1264 snd_iprintf(buffer, "dsp async pipe xrun errors : %d\n", in pcxhr_proc_info() [all …]
|
/linux/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 471 snd_iprintf(buf, "ALSA client number %d\n", system_client); in snd_seq_oss_system_info_read() 472 snd_iprintf(buf, "ALSA receiver port %d\n", system_port); in snd_seq_oss_system_info_read() 474 snd_iprintf(buf, "\nNumber of applications: %d\n", num_clients); in snd_seq_oss_system_info_read() 476 snd_iprintf(buf, "\nApplication %d: ", i); in snd_seq_oss_system_info_read() 479 snd_iprintf(buf, "*empty*\n"); in snd_seq_oss_system_info_read() 482 snd_iprintf(buf, "port %d : queue %d\n", dp->port, dp->queue); in snd_seq_oss_system_info_read() 483 snd_iprintf(buf, " sequencer mode = %s : file open mode = %s\n", in snd_seq_oss_system_info_read() 487 snd_iprintf(buf, " timer tempo = %d, timebase = %d\n", in snd_seq_oss_system_info_read() 489 snd_iprintf(buf, " max queue length %d\n", maxqlen); in snd_seq_oss_system_info_read()
|