Home
last modified time | relevance | path

Searched refs:snd_iprintf (Results 1 – 25 of 66) sorted by relevance

123

/linux/sound/hda/common/
H A Dproc.c58 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 Ddice-proc.c119 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 Dfireworks_proc.c41 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/firewire/bebob/
H A Dbebob_proc.c49 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 Dlola_proc.c22 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/core/
H A Dpcm.c343 snd_iprintf(buffer, "error %d\n", err); in snd_pcm_proc_info_read()
346 snd_iprintf(buffer, "card: %d\n", info->card); in snd_pcm_proc_info_read()
347 snd_iprintf(buffer, "device: %d\n", info->device); in snd_pcm_proc_info_read()
348 snd_iprintf(buffer, "subdevice: %d\n", info->subdevice); in snd_pcm_proc_info_read()
349 snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream)); in snd_pcm_proc_info_read()
350 snd_iprintf(buffer, "id: %s\n", info->id); in snd_pcm_proc_info_read()
351 snd_iprintf(buffer, "name: %s\n", info->name); in snd_pcm_proc_info_read()
352 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
353 snd_iprintf(buffer, "class: %d\n", info->dev_class); in snd_pcm_proc_info_read()
354 snd_iprintf(buffer, "subclass: %d\n", info->dev_subclass); in snd_pcm_proc_info_read()
[all …]
H A Dinfo_oss.c52 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()
H A Dump.c518 snd_iprintf(buffer, "EP Name: %s\n", ump->info.name); in snd_ump_proc_read()
519 snd_iprintf(buffer, "EP Product ID: %s\n", ump->info.product_id); in snd_ump_proc_read()
520 snd_iprintf(buffer, "UMP Version: 0x%04x\n", ump->info.version); in snd_ump_proc_read()
521 snd_iprintf(buffer, "Protocol Caps: 0x%08x\n", ump->info.protocol_caps); in snd_ump_proc_read()
522 snd_iprintf(buffer, "Protocol: 0x%08x\n", ump->info.protocol); in snd_ump_proc_read()
524 snd_iprintf(buffer, "Manufacturer ID: 0x%08x\n", in snd_ump_proc_read()
526 snd_iprintf(buffer, "Family ID: 0x%04x\n", ump->info.family_id); in snd_ump_proc_read()
527 snd_iprintf(buffer, "Model ID: 0x%04x\n", ump->info.model_id); in snd_ump_proc_read()
528 snd_iprintf(buffer, "SW Revision: 0x%4phN\n", ump->info.sw_revision); in snd_ump_proc_read()
530 snd_iprintf(buffer, "Static Blocks: %s\n", in snd_ump_proc_read()
[all …]
/linux/sound/pci/cs46xx/
H A Ddsp_spos.c497 snd_iprintf(buffer, "SYMBOLS:\n"); in cs46xx_dsp_proc_symbol_table_read()
509 snd_iprintf(buffer, "%04X <%02X> %s [%s]\n", in cs46xx_dsp_proc_symbol_table_read()
526 snd_iprintf(buffer, "MODULES:\n"); in cs46xx_dsp_proc_modules_read()
528 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); in cs46xx_dsp_proc_modules_read()
529 snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols); in cs46xx_dsp_proc_modules_read()
530 snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups); in cs46xx_dsp_proc_modules_read()
534 snd_iprintf(buffer, " segment %02x offset %08x size %08x\n", in cs46xx_dsp_proc_modules_read()
549 snd_iprintf(buffer, "TASK TREES:\n"); in cs46xx_dsp_proc_task_tree_read()
551 snd_iprintf(buffer,"\n%04x %s:\n",ins->tasks[i].address,ins->tasks[i].task_name); in cs46xx_dsp_proc_task_tree_read()
556 snd_iprintf(buffer,"\n"); in cs46xx_dsp_proc_task_tree_read()
[all …]
/linux/sound/isa/gus/
H A Dgus_mem.c266 snd_iprintf(buffer, "8-bit banks : \n "); in snd_gf1_mem_info_read()
268snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_8[i].address, alloc->banks_8[i].size >> 10, i… in snd_gf1_mem_info_read()
269 snd_iprintf(buffer, "\n" in snd_gf1_mem_info_read()
272snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_16[i].address, alloc->banks_16[i].size >> 10,… in snd_gf1_mem_info_read()
275 snd_iprintf(buffer, "\n"); in snd_gf1_mem_info_read()
279snd_iprintf(buffer, "Block %i onboard 0x%x size %i (0x%x):\n", i, block->ptr, block->size, block->… in snd_gf1_mem_info_read()
283 snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n", in snd_gf1_mem_info_read()
287 snd_iprintf(buffer, " Flags :%s\n", in snd_gf1_mem_info_read()
289 snd_iprintf(buffer, " Owner : "); in snd_gf1_mem_info_read()
292 snd_iprintf(buffer, "driver - %s\n", block->name); in snd_gf1_mem_info_read()
[all …]
H A Dgus_irq.c109 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 Dmotu-proc.c39 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 Doxfw-proc.c26 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/firewire/digi00x/
H A Ddigi00x-proc.c51 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/pcxhr/
H A Dpcxhr.c1204 snd_iprintf(buffer, "\n%s\n", mgr->name); in pcxhr_proc_info()
1212 snd_iprintf(buffer, "module version %s\n", in pcxhr_proc_info()
1214 snd_iprintf(buffer, "dsp version %d.%d.%d\n", in pcxhr_proc_info()
1217 snd_iprintf(buffer, "analog io available\n"); in pcxhr_proc_info()
1219 snd_iprintf(buffer, "digital only board\n"); in pcxhr_proc_info()
1236 snd_iprintf(buffer, "cpu load %d%%\n", cur); in pcxhr_proc_info()
1237 snd_iprintf(buffer, "buffer pool %d/%d\n", in pcxhr_proc_info()
1241 snd_iprintf(buffer, "dma granularity : %d\n", in pcxhr_proc_info()
1243 snd_iprintf(buffer, "dsp time errors : %d\n", in pcxhr_proc_info()
1245 snd_iprintf(buffer, "dsp async pipe xrun errors : %d\n", in pcxhr_proc_info()
[all …]
/linux/sound/core/seq/
H A Dseq_queue.c694 snd_iprintf(buffer, "queue %d: [%s]\n", q->queue, q->name); in snd_seq_info_queues_read()
695 snd_iprintf(buffer, "owned by client : %d\n", owner); in snd_seq_info_queues_read()
696 snd_iprintf(buffer, "lock status : %s\n", locked ? "Locked" : "Free"); in snd_seq_info_queues_read()
697 snd_iprintf(buffer, "queued time events : %d\n", snd_seq_prioq_avail(q->timeq)); in snd_seq_info_queues_read()
698 snd_iprintf(buffer, "queued tick events : %d\n", snd_seq_prioq_avail(q->tickq)); in snd_seq_info_queues_read()
699 snd_iprintf(buffer, "timer state : %s\n", tmr->running ? "Running" : "Stopped"); in snd_seq_info_queues_read()
700 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read()
701 snd_iprintf(buffer, "current tempo : %d\n", tmr->tempo); in snd_seq_info_queues_read()
702 snd_iprintf(buffer, "tempo base : %d ns\n", tmr->tempo_base); in snd_seq_info_queues_read()
703 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
[all …]
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c471 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()
H A Dseq_oss_synth.c575 snd_iprintf(buf, "\nNumber of synth devices: %d\n", max_synth_devs); in snd_seq_oss_synth_info_read()
577 snd_iprintf(buf, "\nsynth %d: ", i); in snd_seq_oss_synth_info_read()
581 snd_iprintf(buf, "*empty*\n"); in snd_seq_oss_synth_info_read()
584 snd_iprintf(buf, "[%s]\n", rec->name); in snd_seq_oss_synth_info_read()
585 snd_iprintf(buf, " type 0x%x : subtype 0x%x : voices %d\n", in snd_seq_oss_synth_info_read()
588 snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n", in snd_seq_oss_synth_info_read()
/linux/sound/firewire/tascam/
H A Dtascam-proc.c46 snd_iprintf(buffer, "Register: %d (0x%08x)\n", reg & 0xffff, reg); in proc_read_firmware()
47 snd_iprintf(buffer, "FPGA: %d (0x%08x)\n", fpga & 0xffff, fpga); in proc_read_firmware()
48 snd_iprintf(buffer, "ARM: %d (0x%08x)\n", arm & 0xffff, arm); in proc_read_firmware()
49 snd_iprintf(buffer, "Hardware: %d (0x%08x)\n", hw >> 16, hw); in proc_read_firmware()
/linux/sound/pci/rme9652/
H A Dhdspm.c4716 snd_iprintf(buffer, "--- TCO ---\n"); in snd_hdspm_proc_read_tco()
4723 snd_iprintf(buffer, "TCO module detected.\n"); in snd_hdspm_proc_read_tco()
4726 snd_iprintf(buffer, " LTC valid, "); in snd_hdspm_proc_read_tco()
4730 snd_iprintf(buffer, "24 fps, "); in snd_hdspm_proc_read_tco()
4733 snd_iprintf(buffer, "25 fps, "); in snd_hdspm_proc_read_tco()
4736 snd_iprintf(buffer, "29.97 fps, "); in snd_hdspm_proc_read_tco()
4739 snd_iprintf(buffer, "30 fps, "); in snd_hdspm_proc_read_tco()
4743 snd_iprintf(buffer, "drop frame\n"); in snd_hdspm_proc_read_tco()
4745 snd_iprintf(buffer, "full frame\n"); in snd_hdspm_proc_read_tco()
4748 snd_iprintf(buffer, " no LTC\n"); in snd_hdspm_proc_read_tco()
[all …]
/linux/sound/hda/codecs/hdmi/
H A Deld.c112 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info()
113 snd_iprintf(buffer, "eld_valid\t\t%d\n", eld->eld_valid); in snd_hdmi_print_eld_info()
114 snd_iprintf(buffer, "codec_pin_nid\t\t0x%x\n", pin_nid); in snd_hdmi_print_eld_info()
115 snd_iprintf(buffer, "codec_dev_id\t\t0x%x\n", dev_id); in snd_hdmi_print_eld_info()
116 snd_iprintf(buffer, "codec_cvt_nid\t\t0x%x\n", cvt_nid); in snd_hdmi_print_eld_info()
/linux/sound/firewire/fireface/
H A Dff-protocol-latter.c343 snd_iprintf(buffer, "External source detection:\n"); in latter_dump_status()
355 snd_iprintf(buffer, "%s: ", clk_entry->label); in latter_dump_status()
358 snd_iprintf(buffer, "sync\n"); in latter_dump_status()
360 snd_iprintf(buffer, "lock\n"); in latter_dump_status()
362 snd_iprintf(buffer, "none\n"); in latter_dump_status()
373 snd_iprintf(buffer, "Referred clock: %s %d\n", label, rate); in latter_dump_status()
/linux/sound/drivers/
H A Daloop.c895 snd_iprintf(buffer, " update_pending:\t%u\n", in loopback_jiffies_timer_dpcm_info()
897 snd_iprintf(buffer, " irq_pos:\t\t%u\n", dpcm->irq_pos); in loopback_jiffies_timer_dpcm_info()
898 snd_iprintf(buffer, " period_frac:\t%u\n", dpcm->period_size_frac); in loopback_jiffies_timer_dpcm_info()
899 snd_iprintf(buffer, " last_jiffies:\t%lu (%lu)\n", in loopback_jiffies_timer_dpcm_info()
901 snd_iprintf(buffer, " timer_expires:\t%lu\n", dpcm->timer.expires); in loopback_jiffies_timer_dpcm_info()
909 snd_iprintf(buffer, " sound timer:\thw:%d,%d,%d\n", in loopback_snd_timer_dpcm_info()
913 snd_iprintf(buffer, " timer open:\t\t%s\n", in loopback_snd_timer_dpcm_info()
1688 snd_iprintf(buffer, " %s\n", id); in print_dpcm_info()
1690 snd_iprintf(buffer, " inactive\n"); in print_dpcm_info()
1693 snd_iprintf(buffer, " buffer_size:\t%u\n", dpcm->pcm_buffer_size); in print_dpcm_info()
[all …]
/linux/sound/isa/sb/
H A Dsb16_csp.c1110snd_iprintf(buffer, "Creative Signal Processor [v%d.%d]\n", (p->version >> 4), (p->version & 0x0f)… in info_read()
1111 snd_iprintf(buffer, "State: %cx%c%c%c\n", ((p->running & SNDRV_SB_CSP_ST_QSOUND) ? 'Q' : '-'), in info_read()
1116 snd_iprintf(buffer, "Codec: %s [func #%d]\n", p->codec_name, p->func_nr); in info_read()
1117 snd_iprintf(buffer, "Sample rates: "); in info_read()
1119 snd_iprintf(buffer, "All\n"); in info_read()
1121 snd_iprintf(buffer, "%s%s%s%s\n", in info_read()
1128 snd_iprintf(buffer, "QSound decoder %s\n", in info_read()
1131 snd_iprintf(buffer, "PCM format ID: 0x%x (%s/%s) [%s/%s] [%s/%s]\n", in info_read()
1142 snd_iprintf(buffer, "Autoloaded Mu-Law, A-Law or Ima-ADPCM hardware codec\n"); in info_read()
1145 snd_iprintf(buffer, "Processing %dbit %s PCM samples\n", in info_read()
[all …]
/linux/sound/pci/oxygen/
H A Dxonar_dg.c280 snd_iprintf(buffer, "\nCS4245:"); in dump_cs4245_registers()
283 snd_iprintf(buffer, " %02x", data->cs4245_shadow[addr]); in dump_cs4245_registers()
284 snd_iprintf(buffer, "\n"); in dump_cs4245_registers()

123