/Linux-v4.19/sound/pci/ca0106/ |
D | ca0106_proc.c | 109 snd_iprintf(buffer, "Mode: consumer\n"); in snd_ca0106_proc_dump_iec958() 110 snd_iprintf(buffer, "Data: "); in snd_ca0106_proc_dump_iec958() 112 snd_iprintf(buffer, "audio\n"); in snd_ca0106_proc_dump_iec958() 114 snd_iprintf(buffer, "non-audio\n"); in snd_ca0106_proc_dump_iec958() 116 snd_iprintf(buffer, "Rate: "); in snd_ca0106_proc_dump_iec958() 119 snd_iprintf(buffer, "44100 Hz\n"); in snd_ca0106_proc_dump_iec958() 122 snd_iprintf(buffer, "48000 Hz\n"); in snd_ca0106_proc_dump_iec958() 125 snd_iprintf(buffer, "32000 Hz\n"); in snd_ca0106_proc_dump_iec958() 128 snd_iprintf(buffer, "unknown\n"); in snd_ca0106_proc_dump_iec958() 131 snd_iprintf(buffer, "Copyright: "); in snd_ca0106_proc_dump_iec958() [all …]
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_proc.c | 72 snd_iprintf(buffer, in print_nid_array() 77 snd_iprintf(buffer, in print_nid_array() 98 snd_iprintf(buffer, " Device: name=\"%s\", " in print_nid_pcms() 114 snd_iprintf(buffer, "N/A\n"); in print_amp_caps() 117 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps() 159 snd_iprintf(buffer, " ["); in print_amp_vals() 163 snd_iprintf(buffer, "0x%02x", val); in print_amp_vals() 168 snd_iprintf(buffer, " 0x%02x", val); in print_amp_vals() 170 snd_iprintf(buffer, "]"); in print_amp_vals() 172 snd_iprintf(buffer, "\n"); in print_amp_vals() [all …]
|
D | hda_eld.c | 434 snd_iprintf(buffer, "sad%d_coding_type\t[0x%x] %s\n", in hdmi_print_sad_info() 436 snd_iprintf(buffer, "sad%d_channels\t\t%d\n", i, a->channels); in hdmi_print_sad_info() 439 snd_iprintf(buffer, "sad%d_rates\t\t[0x%x]%s\n", i, a->rates, buf); in hdmi_print_sad_info() 443 snd_iprintf(buffer, "sad%d_bits\t\t[0x%x]%s\n", in hdmi_print_sad_info() 448 snd_iprintf(buffer, "sad%d_max_bitrate\t%d\n", in hdmi_print_sad_info() 452 snd_iprintf(buffer, "sad%d_profile\t\t%d\n", i, a->profile); in hdmi_print_sad_info() 476 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info() 477 snd_iprintf(buffer, "eld_valid\t\t%d\n", eld->eld_valid); in snd_hdmi_print_eld_info() 480 snd_iprintf(buffer, "monitor_name\t\t%s\n", e->monitor_name); in snd_hdmi_print_eld_info() 481 snd_iprintf(buffer, "connection_type\t\t%s\n", in snd_hdmi_print_eld_info() [all …]
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-protocol-ff400.c | 188 snd_iprintf(buffer, "External source detection:\n"); in ff400_dump_sync_status() 190 snd_iprintf(buffer, "Word Clock:"); in ff400_dump_sync_status() 193 snd_iprintf(buffer, "sync\n"); in ff400_dump_sync_status() 195 snd_iprintf(buffer, "lock\n"); in ff400_dump_sync_status() 197 snd_iprintf(buffer, "none\n"); in ff400_dump_sync_status() 200 snd_iprintf(buffer, "S/PDIF:"); in ff400_dump_sync_status() 203 snd_iprintf(buffer, "sync\n"); in ff400_dump_sync_status() 205 snd_iprintf(buffer, "lock\n"); in ff400_dump_sync_status() 207 snd_iprintf(buffer, "none\n"); in ff400_dump_sync_status() 210 snd_iprintf(buffer, "ADAT:"); in ff400_dump_sync_status() [all …]
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-proc.c | 120 snd_iprintf(buffer, "sections:\n"); in dice_proc_read() 122 snd_iprintf(buffer, " %s: offset %u, size %u\n", in dice_proc_read() 129 snd_iprintf(buffer, "global:\n"); in dice_proc_read() 130 snd_iprintf(buffer, " owner: %04x:%04x%08x\n", in dice_proc_read() 133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read() 135 snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name); in dice_proc_read() 136 snd_iprintf(buffer, " clock select: %s %s\n", in dice_proc_read() 142 snd_iprintf(buffer, " enable: %u\n", buf.global.enable); in dice_proc_read() 143 snd_iprintf(buffer, " status: %slocked %s\n", in dice_proc_read() 149 snd_iprintf(buffer, " ext status: %08x\n", buf.global.extended_status); in dice_proc_read() [all …]
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_proc.c | 42 snd_iprintf(buffer, "guid_hi: 0x%X\n", hwinfo->guid_hi); in proc_read_hwinfo() 43 snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo); in proc_read_hwinfo() 44 snd_iprintf(buffer, "type: 0x%X\n", hwinfo->type); in proc_read_hwinfo() 45 snd_iprintf(buffer, "version: 0x%X\n", hwinfo->version); in proc_read_hwinfo() 46 snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name); in proc_read_hwinfo() 47 snd_iprintf(buffer, "model_name: %s\n", hwinfo->model_name); in proc_read_hwinfo() 49 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo() 50 snd_iprintf(buffer, "arm_version: 0x%X\n", hwinfo->arm_version); in proc_read_hwinfo() 51 snd_iprintf(buffer, "fpga_version: 0x%X\n", hwinfo->fpga_version); in proc_read_hwinfo() 53 snd_iprintf(buffer, "flags: 0x%X\n", hwinfo->flags); in proc_read_hwinfo() [all …]
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_proc.c | 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() [all …]
|
/Linux-v4.19/sound/usb/ |
D | proc.c | 50 snd_iprintf(buffer, "%03d/%03d\n", chip->dev->bus->busnum, chip->dev->devnum); in proc_audio_usbbus_read() 57 snd_iprintf(buffer, "%04x:%04x\n", in proc_audio_usbid_read() 84 snd_iprintf(buffer, " Interface %d\n", fp->iface); in proc_dump_substream_formats() 85 snd_iprintf(buffer, " Altset %d\n", fp->altsetting); in proc_dump_substream_formats() 86 snd_iprintf(buffer, " Format:"); in proc_dump_substream_formats() 89 snd_iprintf(buffer, " %s", in proc_dump_substream_formats() 91 snd_iprintf(buffer, "\n"); in proc_dump_substream_formats() 92 snd_iprintf(buffer, " Channels: %d\n", fp->channels); in proc_dump_substream_formats() 93 snd_iprintf(buffer, " Endpoint: %d %s (%s)\n", in proc_dump_substream_formats() 98 snd_iprintf(buffer, " Rates: %d - %d (continuous)\n", in proc_dump_substream_formats() [all …]
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_proc.c | 50 snd_iprintf(buffer, "Manufacturer:\t%.8s\n", in proc_read_hw_info() 52 snd_iprintf(buffer, "Protocol Ver:\t%d\n", info->protocol_ver); in proc_read_hw_info() 53 snd_iprintf(buffer, "Build Ver:\t%d\n", info->bld_ver); in proc_read_hw_info() 54 snd_iprintf(buffer, "GUID:\t\t0x%.8X%.8X\n", in proc_read_hw_info() 56 snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id); in proc_read_hw_info() 57 snd_iprintf(buffer, "Model Rev:\t%d\n", info->model_rev); in proc_read_hw_info() 58 snd_iprintf(buffer, "Firmware Date:\t%.8s\n", (char *)&info->fw_date); in proc_read_hw_info() 59 snd_iprintf(buffer, "Firmware Time:\t%.8s\n", (char *)&info->fw_time); in proc_read_hw_info() 60 snd_iprintf(buffer, "Firmware ID:\t0x%X\n", info->fw_id); in proc_read_hw_info() 61 snd_iprintf(buffer, "Firmware Ver:\t%d\n", info->fw_ver); in proc_read_hw_info() [all …]
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emuproc.c | 51 snd_iprintf(buffer, "\n%s\n", title); in snd_emu10k1_proc_spdif_status() 54 snd_iprintf(buffer, "Professional Mode : %s\n", (status & SPCS_PROFESSIONAL) ? "yes" : "no"); in snd_emu10k1_proc_spdif_status() 55 snd_iprintf(buffer, "Not Audio Data : %s\n", (status & SPCS_NOTAUDIODATA) ? "yes" : "no"); in snd_emu10k1_proc_spdif_status() 56 snd_iprintf(buffer, "Copyright : %s\n", (status & SPCS_COPYRIGHT) ? "yes" : "no"); in snd_emu10k1_proc_spdif_status() 57 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]); in snd_emu10k1_proc_spdif_status() 58 snd_iprintf(buffer, "Mode : %i\n", (status & SPCS_MODEMASK) >> 6); in snd_emu10k1_proc_spdif_status() 59 snd_iprintf(buffer, "Category Code : 0x%x\n", (status & SPCS_CATEGORYCODEMASK) >> 8); in snd_emu10k1_proc_spdif_status() 60 …snd_iprintf(buffer, "Generation Status : %s\n", status & SPCS_GENERATIONSTATUS ? "original" : … in snd_emu10k1_proc_spdif_status() 61 snd_iprintf(buffer, "Source Mask : %i\n", (status & SPCS_SOURCENUMMASK) >> 16); in snd_emu10k1_proc_spdif_status() 62 …snd_iprintf(buffer, "Channel Number : %s\n", channel[(status & SPCS_CHANNELNUMMASK) >> 20]); in snd_emu10k1_proc_spdif_status() [all …]
|
/Linux-v4.19/sound/pci/lola/ |
D | lola_proc.c | 35 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_audio_widget() 37 snd_iprintf(buffer, " Formats: 0x%x\n", val); in print_audio_widget() 47 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_pin_widget() 51 snd_iprintf(buffer, " Amp-Caps: 0x%x\n", val); in print_pin_widget() 52 snd_iprintf(buffer, " mute=%d, step-size=%d, steps=%d, ofs=%d\n", in print_pin_widget() 58 snd_iprintf(buffer, " Max-level: 0x%x\n", val); in print_pin_widget() 68 snd_iprintf(buffer, "Node 0x%02x [Clock] wcaps 0x%x\n", nid, val); in print_clock_widget() 95 snd_iprintf(buffer, " Clock %d: Type %d:%s, freq=%d\n", in print_clock_widget() 107 snd_iprintf(buffer, "Node 0x%02x [Mixer] wcaps 0x%x\n", nid, val); in print_mixer_widget() 118 snd_iprintf(buffer, "Vendor: 0x%08x\n", val); in lola_proc_codec_read() [all …]
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_proc.c | 57 snd_iprintf(buffer, "\n Gain Inverted Buffer delay Location\n"); in snd_ac97_proc_read_functions() 61 snd_iprintf(buffer, "%-17s: %3d.%d dBV %c %2d/fs %s\n", in snd_ac97_proc_read_functions() 117 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main() 122 snd_iprintf(buffer, "PCI Subsys Vendor: 0x%04x\n", in snd_ac97_proc_read_main() 124 snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n", in snd_ac97_proc_read_main() 127 snd_iprintf(buffer, "Flags: %x\n", ac97->flags); in snd_ac97_proc_read_main() 134 snd_iprintf(buffer, "Revision : 0x%02x\n", tmp & 0xff); in snd_ac97_proc_read_main() 135 snd_iprintf(buffer, "Compat. Class : 0x%02x\n", (tmp >> 8) & 0x1f); in snd_ac97_proc_read_main() 136 snd_iprintf(buffer, "Subsys. Vendor ID: 0x%04x\n", in snd_ac97_proc_read_main() 138 snd_iprintf(buffer, "Subsys. ID : 0x%04x\n\n", in snd_ac97_proc_read_main() [all …]
|
/Linux-v4.19/sound/core/ |
D | info_oss.c | 71 snd_iprintf(buf, "\n%s:", id); in snd_sndstat_show_strings() 77 snd_iprintf(buf, "\n"); in snd_sndstat_show_strings() 80 snd_iprintf(buf, "%i: %s\n", idx, str); in snd_sndstat_show_strings() 85 snd_iprintf(buf, " NOT ENABLED IN CONFIG\n"); in snd_sndstat_show_strings() 92 snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA emulation code)\n"); in snd_sndstat_proc_read() 93 snd_iprintf(buffer, "Kernel: %s %s %s %s %s\n", in snd_sndstat_proc_read() 99 snd_iprintf(buffer, "Config options: 0\n"); in snd_sndstat_proc_read() 100 snd_iprintf(buffer, "\nInstalled drivers: \n"); in snd_sndstat_proc_read() 101 snd_iprintf(buffer, "Type 10: ALSA emulation\n"); in snd_sndstat_proc_read() 102 snd_iprintf(buffer, "\nCard config: \n"); in snd_sndstat_proc_read()
|
D | pcm.c | 358 snd_iprintf(buffer, "error %d\n", err); in snd_pcm_proc_info_read() 362 snd_iprintf(buffer, "card: %d\n", info->card); in snd_pcm_proc_info_read() 363 snd_iprintf(buffer, "device: %d\n", info->device); in snd_pcm_proc_info_read() 364 snd_iprintf(buffer, "subdevice: %d\n", info->subdevice); in snd_pcm_proc_info_read() 365 snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream)); in snd_pcm_proc_info_read() 366 snd_iprintf(buffer, "id: %s\n", info->id); in snd_pcm_proc_info_read() 367 snd_iprintf(buffer, "name: %s\n", info->name); in snd_pcm_proc_info_read() 368 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read() 369 snd_iprintf(buffer, "class: %d\n", info->dev_class); in snd_pcm_proc_info_read() 370 snd_iprintf(buffer, "subclass: %d\n", info->dev_subclass); in snd_pcm_proc_info_read() [all …]
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_irq.c | 125 snd_iprintf(buffer, "midi out = %u\n", gus->gf1.interrupt_stat_midi_out); in snd_gus_irq_info_read() 126 snd_iprintf(buffer, "midi in = %u\n", gus->gf1.interrupt_stat_midi_in); in snd_gus_irq_info_read() 127 snd_iprintf(buffer, "timer1 = %u\n", gus->gf1.interrupt_stat_timer1); in snd_gus_irq_info_read() 128 snd_iprintf(buffer, "timer2 = %u\n", gus->gf1.interrupt_stat_timer2); in snd_gus_irq_info_read() 129 snd_iprintf(buffer, "dma write = %u\n", gus->gf1.interrupt_stat_dma_write); in snd_gus_irq_info_read() 130 snd_iprintf(buffer, "dma read = %u\n", gus->gf1.interrupt_stat_dma_read); in snd_gus_irq_info_read() 131 snd_iprintf(buffer, "voice lost = %u\n", gus->gf1.interrupt_stat_voice_lost); in snd_gus_irq_info_read() 134 snd_iprintf(buffer, "voice %i: wave = %u, volume = %u\n", in snd_gus_irq_info_read()
|
D | gus_mem.c | 300 snd_iprintf(buffer, "8-bit banks : \n "); in snd_gf1_mem_info_read() 302 …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() 303 snd_iprintf(buffer, "\n" in snd_gf1_mem_info_read() 306 …snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_16[i].address, alloc->banks_16[i].size >> 10,… in snd_gf1_mem_info_read() 309 snd_iprintf(buffer, "\n"); in snd_gf1_mem_info_read() 313 …snd_iprintf(buffer, "Block %i at 0x%lx onboard 0x%x size %i (0x%x):\n", i, (long) block, block->pt… in snd_gf1_mem_info_read() 317 snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n", in snd_gf1_mem_info_read() 321 snd_iprintf(buffer, " Flags :%s\n", in snd_gf1_mem_info_read() 323 snd_iprintf(buffer, " Owner : "); in snd_gf1_mem_info_read() 326 snd_iprintf(buffer, "driver - %s\n", block->name); in snd_gf1_mem_info_read() [all …]
|
/Linux-v4.19/sound/pci/cs46xx/ |
D | dsp_spos.c | 513 snd_iprintf(buffer, "SYMBOLS:\n"); in cs46xx_dsp_proc_symbol_table_read() 525 snd_iprintf(buffer, "%04X <%02X> %s [%s]\n", in cs46xx_dsp_proc_symbol_table_read() 542 snd_iprintf(buffer, "MODULES:\n"); in cs46xx_dsp_proc_modules_read() 544 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); in cs46xx_dsp_proc_modules_read() 545 snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols); in cs46xx_dsp_proc_modules_read() 546 snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups); in cs46xx_dsp_proc_modules_read() 550 snd_iprintf(buffer, " segment %02x offset %08x size %08x\n", in cs46xx_dsp_proc_modules_read() 566 snd_iprintf(buffer, "TASK TREES:\n"); in cs46xx_dsp_proc_task_tree_read() 568 snd_iprintf(buffer,"\n%04x %s:\n",ins->tasks[i].address,ins->tasks[i].task_name); in cs46xx_dsp_proc_task_tree_read() 573 snd_iprintf(buffer,"\n"); in cs46xx_dsp_proc_task_tree_read() [all …]
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-proc.c | 27 snd_iprintf(buffer, "Input Stream to device:\n"); in proc_read_formation() 28 snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n"); in proc_read_formation() 43 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation() 57 snd_iprintf(buffer, "Output Stream from device:\n"); in proc_read_formation() 58 snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n"); in proc_read_formation() 73 snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag, in proc_read_formation()
|
/Linux-v4.19/sound/drivers/vx/ |
D | vx_core.c | 610 snd_iprintf(buffer, "%s\n", chip->card->longname); in vx_proc_read() 611 snd_iprintf(buffer, "Xilinx Firmware: %s\n", in vx_proc_read() 613 snd_iprintf(buffer, "Device Initialized: %s\n", in vx_proc_read() 615 snd_iprintf(buffer, "DSP audio info:"); in vx_proc_read() 617 snd_iprintf(buffer, " realtime"); in vx_proc_read() 619 snd_iprintf(buffer, " offline"); in vx_proc_read() 621 snd_iprintf(buffer, " mpeg1"); in vx_proc_read() 623 snd_iprintf(buffer, " mpeg2"); in vx_proc_read() 625 snd_iprintf(buffer, " linear8"); in vx_proc_read() 627 snd_iprintf(buffer, " linear16"); in vx_proc_read() [all …]
|
/Linux-v4.19/sound/firewire/motu/ |
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() 55 snd_iprintf(buffer, "tx:\tmsg\tfixed\tdiffered\n"); in proc_read_format() 60 snd_iprintf(buffer, in proc_read_format() 68 snd_iprintf(buffer, "rx:\tmsg\tfixed\tdiffered\n"); in proc_read_format() 73 snd_iprintf(buffer, in proc_read_format()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-proc.c | 52 snd_iprintf(buf, "Optical mode: %s\n", optical_name[mode]); in proc_read_clock() 53 snd_iprintf(buf, "Sampling Rate: %d\n", rate); in proc_read_clock() 54 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]); in proc_read_clock() 61 snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not"); in proc_read_clock() 66 snd_iprintf(buf, "External sampling rate: %d\n", rate); in proc_read_clock()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | rme9652.c | 1577 snd_iprintf(buffer, "%s (Card #%d)\n", rme9652->card_name, rme9652->card->number + 1); in snd_rme9652_proc_read() 1578 snd_iprintf(buffer, "Buffers: capture %p playback %p\n", in snd_rme9652_proc_read() 1580 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n", in snd_rme9652_proc_read() 1582 snd_iprintf(buffer, "Control register: %x\n", rme9652->control_register); in snd_rme9652_proc_read() 1584 snd_iprintf(buffer, "\n"); in snd_rme9652_proc_read() 1589 snd_iprintf(buffer, "Latency: %d samples (2 periods of %lu bytes)\n", in snd_rme9652_proc_read() 1591 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n", in snd_rme9652_proc_read() 1593 snd_iprintf(buffer, "Passthru: %s\n", in snd_rme9652_proc_read() 1597 snd_iprintf(buffer, "Clock mode: autosync\n"); in snd_rme9652_proc_read() 1601 snd_iprintf(buffer, "Clock mode: word clock\n"); in snd_rme9652_proc_read() [all …]
|
/Linux-v4.19/sound/pci/ |
D | rme96.c | 1748 snd_iprintf(buffer, rme96->card->longname); in snd_rme96_proc_read() 1749 snd_iprintf(buffer, " (index #%d)\n", rme96->card->number + 1); in snd_rme96_proc_read() 1751 snd_iprintf(buffer, "\nGeneral settings\n"); in snd_rme96_proc_read() 1753 snd_iprintf(buffer, " period size: N/A (interrupts " in snd_rme96_proc_read() 1756 snd_iprintf(buffer, " period size: 2048 bytes\n"); in snd_rme96_proc_read() 1758 snd_iprintf(buffer, " period size: 8192 bytes\n"); in snd_rme96_proc_read() 1760 snd_iprintf(buffer, "\nInput settings\n"); in snd_rme96_proc_read() 1763 snd_iprintf(buffer, " input: optical"); in snd_rme96_proc_read() 1766 snd_iprintf(buffer, " input: coaxial"); in snd_rme96_proc_read() 1769 snd_iprintf(buffer, " input: internal"); in snd_rme96_proc_read() [all …]
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-proc.c | 47 snd_iprintf(buffer, "Register: %d (0x%08x)\n", reg & 0xffff, reg); in proc_read_firmware() 48 snd_iprintf(buffer, "FPGA: %d (0x%08x)\n", fpga & 0xffff, fpga); in proc_read_firmware() 49 snd_iprintf(buffer, "ARM: %d (0x%08x)\n", arm & 0xffff, arm); in proc_read_firmware() 50 snd_iprintf(buffer, "Hardware: %d (0x%08x)\n", hw >> 16, hw); in proc_read_firmware()
|
/Linux-v4.19/sound/isa/opti9xx/ |
D | miro.c | 947 snd_iprintf(buffer, "\nGeneral information:\n"); in snd_miro_proc_read() 948 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read() 949 snd_iprintf(buffer, " opti : %s\n", miro->name); in snd_miro_proc_read() 950 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name); in snd_miro_proc_read() 951 snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base); in snd_miro_proc_read() 952 snd_iprintf(buffer, " irq : %d\n", miro->irq); in snd_miro_proc_read() 953 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read() 955 snd_iprintf(buffer, "MPU-401:\n"); in snd_miro_proc_read() 956 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port); in snd_miro_proc_read() 957 snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq); in snd_miro_proc_read() [all …]
|