Lines Matching refs:snd_iprintf
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()
3442 snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff); in snd_hdsp_proc_read()
3443 snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0)); in snd_hdsp_proc_read()
3444 snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0)); in snd_hdsp_proc_read()
3445 snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1)); in snd_hdsp_proc_read()
3446 snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1)); in snd_hdsp_proc_read()
3447 snd_iprintf(buffer, "Use Midi Tasklet: %s\n", str_on_off(hdsp->use_midi_work)); in snd_hdsp_proc_read()
3449 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()
3453 …snd_iprintf(buffer, "Buffer Size (Latency): %d samples (2 periods of %lu bytes)\n", x, (unsigned l… in snd_hdsp_proc_read()
3454 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n", hdsp_hw_pointer(hdsp)); in snd_hdsp_proc_read()
3455 snd_iprintf(buffer, "Precise pointer: %s\n", str_on_off(hdsp->precise_ptr)); in snd_hdsp_proc_read()
3456 snd_iprintf(buffer, "Line out: %s\n", str_on_off(hdsp->control_register & HDSP_LineOut)); in snd_hdsp_proc_read()
3458 …snd_iprintf(buffer, "Firmware version: %d\n", (status2&HDSP_version0)|(status2&HDSP_version1)<<1|(… in snd_hdsp_proc_read()
3460 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()
3496 snd_iprintf (buffer, "Sample Clock Source: %s\n", clock_source); in snd_hdsp_proc_read()
3526 snd_iprintf (buffer, "Preferred Sync Reference: %s\n", pref_sync_ref); in snd_hdsp_proc_read()
3554 snd_iprintf (buffer, "AutoSync Reference: %s\n", autosync_ref); in snd_hdsp_proc_read()
3556 snd_iprintf (buffer, "AutoSync Frequency: %d\n", hdsp_external_sample_rate(hdsp)); in snd_hdsp_proc_read()
3558 snd_iprintf (buffer, "System Clock Mode: %s\n", system_clock_mode); in snd_hdsp_proc_read()
3560 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
3561 snd_iprintf (buffer, "System Clock Locked: %s\n", hdsp->clock_source_locked ? "Yes" : "No"); in snd_hdsp_proc_read()
3563 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()
3568 snd_iprintf(buffer, "IEC958 input: Optical\n"); in snd_hdsp_proc_read()
3571 snd_iprintf(buffer, "IEC958 input: Coaxial\n"); in snd_hdsp_proc_read()
3574 snd_iprintf(buffer, "IEC958 input: Internal\n"); in snd_hdsp_proc_read()
3577 snd_iprintf(buffer, "IEC958 input: AES\n"); in snd_hdsp_proc_read()
3580 snd_iprintf(buffer, "IEC958 input: ???\n"); in snd_hdsp_proc_read()
3587 snd_iprintf(buffer, "RPM Bypass: disabled\n"); in snd_hdsp_proc_read()
3589 snd_iprintf(buffer, "RPM Bypass: enabled\n"); in snd_hdsp_proc_read()
3591 snd_iprintf(buffer, "RPM disconnected\n"); in snd_hdsp_proc_read()
3593 snd_iprintf(buffer, "RPM connected\n"); in snd_hdsp_proc_read()
3597 snd_iprintf(buffer, "Input 1/2: Phono, 6dB\n"); in snd_hdsp_proc_read()
3600 snd_iprintf(buffer, "Input 1/2: Phono, 0dB\n"); in snd_hdsp_proc_read()
3603 snd_iprintf(buffer, "Input 1/2: Phono, -6dB\n"); in snd_hdsp_proc_read()
3606 snd_iprintf(buffer, "Input 1/2: Line, 0dB\n"); in snd_hdsp_proc_read()
3609 snd_iprintf(buffer, "Input 1/2: Line, -6dB\n"); in snd_hdsp_proc_read()
3612 snd_iprintf(buffer, "Input 1/2: ???\n"); in snd_hdsp_proc_read()
3617 snd_iprintf(buffer, "Input 3/4: Phono, 6dB\n"); in snd_hdsp_proc_read()
3620 snd_iprintf(buffer, "Input 3/4: Phono, 0dB\n"); in snd_hdsp_proc_read()
3623 snd_iprintf(buffer, "Input 3/4: Phono, -6dB\n"); in snd_hdsp_proc_read()
3626 snd_iprintf(buffer, "Input 3/4: Line, 0dB\n"); in snd_hdsp_proc_read()
3629 snd_iprintf(buffer, "Input 3/4: Line, -6dB\n"); in snd_hdsp_proc_read()
3632 snd_iprintf(buffer, "Input 3/4: ???\n"); in snd_hdsp_proc_read()
3637 snd_iprintf(buffer, "IEC958 output: Coaxial & ADAT1\n"); in snd_hdsp_proc_read()
3639 snd_iprintf(buffer, "IEC958 output: Coaxial only\n"); in snd_hdsp_proc_read()
3642 snd_iprintf(buffer, "IEC958 quality: Professional\n"); in snd_hdsp_proc_read()
3644 snd_iprintf(buffer, "IEC958 quality: Consumer\n"); in snd_hdsp_proc_read()
3647 snd_iprintf(buffer, "IEC958 emphasis: on\n"); in snd_hdsp_proc_read()
3649 snd_iprintf(buffer, "IEC958 emphasis: off\n"); in snd_hdsp_proc_read()
3652 snd_iprintf(buffer, "IEC958 NonAudio: on\n"); in snd_hdsp_proc_read()
3654 snd_iprintf(buffer, "IEC958 NonAudio: off\n"); in snd_hdsp_proc_read()
3657 snd_iprintf(buffer, "IEC958 sample rate: %d\n", x); in snd_hdsp_proc_read()
3659 snd_iprintf(buffer, "IEC958 sample rate: Error flag set\n"); in snd_hdsp_proc_read()
3661 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()
3666 snd_iprintf(buffer, "ADAT1: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3668 snd_iprintf(buffer, "ADAT1: No Lock\n"); in snd_hdsp_proc_read()
3675 snd_iprintf(buffer, "ADAT2: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3677 snd_iprintf(buffer, "ADAT2: No Lock\n"); in snd_hdsp_proc_read()
3680 snd_iprintf(buffer, "ADAT3: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3682 snd_iprintf(buffer, "ADAT3: No Lock\n"); in snd_hdsp_proc_read()
3691 snd_iprintf (buffer, "SPDIF: No Lock\n"); in snd_hdsp_proc_read()
3693 snd_iprintf (buffer, "SPDIF: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3697 snd_iprintf (buffer, "Word Clock: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3699 snd_iprintf (buffer, "Word Clock: No Lock\n"); in snd_hdsp_proc_read()
3703 snd_iprintf(buffer, "ADAT Sync: %s\n", x ? "Sync" : "Lock"); in snd_hdsp_proc_read()
3705 snd_iprintf(buffer, "ADAT Sync: No Lock\n"); in snd_hdsp_proc_read()
3707 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()
3724 snd_iprintf(buffer, "AD Gain : %s\n", tmp); in snd_hdsp_proc_read()
3737 snd_iprintf(buffer, "DA Gain : %s\n", tmp); in snd_hdsp_proc_read()
3750 snd_iprintf(buffer, "Phones Gain : %s\n", tmp); in snd_hdsp_proc_read()
3752 snd_iprintf(buffer, "XLR Breakout Cable : %s\n", in snd_hdsp_proc_read()
3757 snd_iprintf(buffer, "AEB : on (ADAT1 internal)\n"); in snd_hdsp_proc_read()
3759 snd_iprintf(buffer, "AEB : off (ADAT1 external)\n"); in snd_hdsp_proc_read()
3760 snd_iprintf(buffer, "\n"); in snd_hdsp_proc_read()