sound/core/compress_offload.c
1437
snd_iprintf(buffer, "card: %d\n", compr->card->number);
sound/core/compress_offload.c
1438
snd_iprintf(buffer, "device: %d\n", compr->device);
sound/core/compress_offload.c
1439
snd_iprintf(buffer, "stream: %s\n",
sound/core/compress_offload.c
1442
snd_iprintf(buffer, "id: %s\n", compr->id);
sound/core/hwdep.c
488
snd_iprintf(buffer, "%02i-%02i: %s\n",
sound/core/info.c
472
snd_iprintf(buffer, "%s\n", card->id);
sound/core/info.c
873
snd_iprintf(buffer,
sound/core/info_oss.c
52
snd_iprintf(buf, "\n%s:", id);
sound/core/info_oss.c
58
snd_iprintf(buf, "\n");
sound/core/info_oss.c
61
snd_iprintf(buf, "%i: %s\n", idx, str);
sound/core/info_oss.c
65
snd_iprintf(buf, " NOT ENABLED IN CONFIG\n");
sound/core/info_oss.c
72
snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA emulation code)\n");
sound/core/info_oss.c
73
snd_iprintf(buffer, "Kernel: %s %s %s %s %s\n",
sound/core/info_oss.c
79
snd_iprintf(buffer, "Config options: 0\n");
sound/core/info_oss.c
80
snd_iprintf(buffer, "\nInstalled drivers: \n");
sound/core/info_oss.c
81
snd_iprintf(buffer, "Type 10: ALSA emulation\n");
sound/core/info_oss.c
82
snd_iprintf(buffer, "\nCard config: \n");
sound/core/init.c
941
snd_iprintf(buffer, "%2i [%-15s]: %s - %s\n",
sound/core/init.c
946
snd_iprintf(buffer, " %s\n",
sound/core/init.c
951
snd_iprintf(buffer, "--- no soundcards ---\n");
sound/core/init.c
965
snd_iprintf(buffer, "%s\n", card->longname);
sound/core/init.c
969
snd_iprintf(buffer, "--- no soundcards ---\n");
sound/core/init.c
986
snd_iprintf(buffer, "%2i %s\n",
sound/core/oss/mixer_oss.c
1136
snd_iprintf(buffer, "%s ", oss_mixer_names[i]);
sound/core/oss/mixer_oss.c
1138
snd_iprintf(buffer, "\"%s\" %d\n",
sound/core/oss/mixer_oss.c
1142
snd_iprintf(buffer, "\"\" 0\n");
sound/core/oss/pcm_oss.c
2957
snd_iprintf(buffer, "%s %u %u%s%s%s%s%s%s\n",
sound/core/pcm.c
1172
snd_iprintf(buffer, "%02i-%02i: %s : %s",
sound/core/pcm.c
1175
snd_iprintf(buffer, " : playback %i",
sound/core/pcm.c
1178
snd_iprintf(buffer, " : capture %i",
sound/core/pcm.c
1180
snd_iprintf(buffer, "\n");
sound/core/pcm.c
343
snd_iprintf(buffer, "error %d\n", err);
sound/core/pcm.c
346
snd_iprintf(buffer, "card: %d\n", info->card);
sound/core/pcm.c
347
snd_iprintf(buffer, "device: %d\n", info->device);
sound/core/pcm.c
348
snd_iprintf(buffer, "subdevice: %d\n", info->subdevice);
sound/core/pcm.c
349
snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream));
sound/core/pcm.c
350
snd_iprintf(buffer, "id: %s\n", info->id);
sound/core/pcm.c
351
snd_iprintf(buffer, "name: %s\n", info->name);
sound/core/pcm.c
352
snd_iprintf(buffer, "subname: %s\n", info->subname);
sound/core/pcm.c
353
snd_iprintf(buffer, "class: %d\n", info->dev_class);
sound/core/pcm.c
354
snd_iprintf(buffer, "subclass: %d\n", info->dev_subclass);
sound/core/pcm.c
355
snd_iprintf(buffer, "subdevices_count: %d\n", info->subdevices_count);
sound/core/pcm.c
356
snd_iprintf(buffer, "subdevices_avail: %d\n", info->subdevices_avail);
sound/core/pcm.c
381
snd_iprintf(buffer, "closed\n");
sound/core/pcm.c
385
snd_iprintf(buffer, "no setup\n");
sound/core/pcm.c
388
snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access));
sound/core/pcm.c
389
snd_iprintf(buffer, "format: %s\n", snd_pcm_format_name(runtime->format));
sound/core/pcm.c
390
snd_iprintf(buffer, "subformat: %s\n", snd_pcm_subformat_name(runtime->subformat));
sound/core/pcm.c
391
snd_iprintf(buffer, "channels: %u\n", runtime->channels);
sound/core/pcm.c
392
snd_iprintf(buffer, "rate: %u (%u/%u)\n", runtime->rate, runtime->rate_num, runtime->rate_den);
sound/core/pcm.c
393
snd_iprintf(buffer, "period_size: %lu\n", runtime->period_size);
sound/core/pcm.c
394
snd_iprintf(buffer, "buffer_size: %lu\n", runtime->buffer_size);
sound/core/pcm.c
397
snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format));
sound/core/pcm.c
398
snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels);
sound/core/pcm.c
399
snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate);
sound/core/pcm.c
400
snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes);
sound/core/pcm.c
401
snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods);
sound/core/pcm.c
402
snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames);
sound/core/pcm.c
416
snd_iprintf(buffer, "closed\n");
sound/core/pcm.c
420
snd_iprintf(buffer, "no setup\n");
sound/core/pcm.c
423
snd_iprintf(buffer, "tstamp_mode: %s\n", snd_pcm_tstamp_mode_name(runtime->tstamp_mode));
sound/core/pcm.c
424
snd_iprintf(buffer, "period_step: %u\n", runtime->period_step);
sound/core/pcm.c
425
snd_iprintf(buffer, "avail_min: %lu\n", runtime->control->avail_min);
sound/core/pcm.c
426
snd_iprintf(buffer, "start_threshold: %lu\n", runtime->start_threshold);
sound/core/pcm.c
427
snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold);
sound/core/pcm.c
428
snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold);
sound/core/pcm.c
429
snd_iprintf(buffer, "silence_size: %lu\n", runtime->silence_size);
sound/core/pcm.c
430
snd_iprintf(buffer, "boundary: %lu\n", runtime->boundary);
sound/core/pcm.c
444
snd_iprintf(buffer, "closed\n");
sound/core/pcm.c
450
snd_iprintf(buffer, "error %d\n", err);
sound/core/pcm.c
453
snd_iprintf(buffer, "state: %s\n", snd_pcm_state_name(status.state));
sound/core/pcm.c
454
snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid));
sound/core/pcm.c
455
snd_iprintf(buffer, "trigger_time: %lld.%09lld\n",
sound/core/pcm.c
457
snd_iprintf(buffer, "tstamp : %lld.%09lld\n",
sound/core/pcm.c
459
snd_iprintf(buffer, "delay : %ld\n", status.delay);
sound/core/pcm.c
460
snd_iprintf(buffer, "avail : %ld\n", status.avail);
sound/core/pcm.c
461
snd_iprintf(buffer, "avail_max : %ld\n", status.avail_max);
sound/core/pcm.c
462
snd_iprintf(buffer, "-----\n");
sound/core/pcm.c
463
snd_iprintf(buffer, "hw_ptr : %ld\n", runtime->status->hw_ptr);
sound/core/pcm.c
464
snd_iprintf(buffer, "appl_ptr : %ld\n", runtime->control->appl_ptr);
sound/core/pcm.c
466
snd_iprintf(buffer, "xrun_counter: %d\n", substream->xrun_counter);
sound/core/pcm.c
483
snd_iprintf(buffer, "%d\n", pstr->xrun_debug);
sound/core/pcm_drm_eld.c
487
snd_iprintf(buffer, "sad%d_coding_type\t[0x%x] %s\n",
sound/core/pcm_drm_eld.c
489
snd_iprintf(buffer, "sad%d_channels\t\t%d\n", i, a->channels);
sound/core/pcm_drm_eld.c
492
snd_iprintf(buffer, "sad%d_rates\t\t[0x%x]%s\n", i, a->rates, buf);
sound/core/pcm_drm_eld.c
496
snd_iprintf(buffer, "sad%d_bits\t\t[0x%x]%s\n",
sound/core/pcm_drm_eld.c
501
snd_iprintf(buffer, "sad%d_max_bitrate\t%d\n",
sound/core/pcm_drm_eld.c
505
snd_iprintf(buffer, "sad%d_profile\t\t%d\n", i, a->profile);
sound/core/pcm_drm_eld.c
528
snd_iprintf(buffer, "monitor_name\t\t%s\n", e->monitor_name);
sound/core/pcm_drm_eld.c
529
snd_iprintf(buffer, "connection_type\t\t%s\n",
sound/core/pcm_drm_eld.c
531
snd_iprintf(buffer, "eld_version\t\t[0x%x] %s\n", e->eld_ver,
sound/core/pcm_drm_eld.c
533
snd_iprintf(buffer, "edid_version\t\t[0x%x] %s\n", e->cea_edid_ver,
sound/core/pcm_drm_eld.c
535
snd_iprintf(buffer, "manufacture_id\t\t0x%x\n", e->manufacture_id);
sound/core/pcm_drm_eld.c
536
snd_iprintf(buffer, "product_id\t\t0x%x\n", e->product_id);
sound/core/pcm_drm_eld.c
537
snd_iprintf(buffer, "port_id\t\t\t0x%llx\n", (long long)e->port_id);
sound/core/pcm_drm_eld.c
538
snd_iprintf(buffer, "support_hdcp\t\t%d\n", e->support_hdcp);
sound/core/pcm_drm_eld.c
539
snd_iprintf(buffer, "support_ai\t\t%d\n", e->support_ai);
sound/core/pcm_drm_eld.c
540
snd_iprintf(buffer, "audio_sync_delay\t%d\n", e->aud_synch_delay);
sound/core/pcm_drm_eld.c
543
snd_iprintf(buffer, "speakers\t\t[0x%x]%s\n", e->spk_alloc, buf);
sound/core/pcm_drm_eld.c
545
snd_iprintf(buffer, "sad_count\t\t%d\n", e->sad_count);
sound/core/pcm_memory.c
160
snd_iprintf(buffer, "%lu\n", (unsigned long) substream->dma_buffer.bytes / 1024);
sound/core/pcm_memory.c
172
snd_iprintf(buffer, "%lu\n", (unsigned long) substream->dma_max / 1024);
sound/core/rawmidi.c
1711
snd_iprintf(buffer, "%s\n\n", rmidi->name);
sound/core/rawmidi.c
1713
snd_iprintf(buffer, "Type: %s\n",
sound/core/rawmidi.c
1722
snd_iprintf(buffer,
sound/core/rawmidi.c
1728
snd_iprintf(buffer,
sound/core/rawmidi.c
1736
snd_iprintf(buffer,
sound/core/rawmidi.c
1749
snd_iprintf(buffer,
sound/core/rawmidi.c
1755
snd_iprintf(buffer,
sound/core/rawmidi.c
1764
snd_iprintf(buffer,
sound/core/rawmidi.c
1772
snd_iprintf(buffer,
sound/core/seq/oss/seq_oss.c
268
snd_iprintf(buf, "OSS sequencer emulation version %s\n", SNDRV_SEQ_OSS_VERSION_STR);
sound/core/seq/oss/seq_oss_init.c
471
snd_iprintf(buf, "ALSA client number %d\n", system_client);
sound/core/seq/oss/seq_oss_init.c
472
snd_iprintf(buf, "ALSA receiver port %d\n", system_port);
sound/core/seq/oss/seq_oss_init.c
474
snd_iprintf(buf, "\nNumber of applications: %d\n", num_clients);
sound/core/seq/oss/seq_oss_init.c
476
snd_iprintf(buf, "\nApplication %d: ", i);
sound/core/seq/oss/seq_oss_init.c
479
snd_iprintf(buf, "*empty*\n");
sound/core/seq/oss/seq_oss_init.c
482
snd_iprintf(buf, "port %d : queue %d\n", dp->port, dp->queue);
sound/core/seq/oss/seq_oss_init.c
483
snd_iprintf(buf, " sequencer mode = %s : file open mode = %s\n",
sound/core/seq/oss/seq_oss_init.c
487
snd_iprintf(buf, " timer tempo = %d, timebase = %d\n",
sound/core/seq/oss/seq_oss_init.c
489
snd_iprintf(buf, " max queue length %d\n", maxqlen);
sound/core/seq/oss/seq_oss_midi.c
652
snd_iprintf(buf, "\nNumber of MIDI devices: %d\n", max_midi_devs);
sound/core/seq/oss/seq_oss_midi.c
654
snd_iprintf(buf, "\nmidi %d: ", i);
sound/core/seq/oss/seq_oss_midi.c
658
snd_iprintf(buf, "*empty*\n");
sound/core/seq/oss/seq_oss_midi.c
661
snd_iprintf(buf, "[%s] ALSA port %d:%d\n", mdev->name,
sound/core/seq/oss/seq_oss_midi.c
663
snd_iprintf(buf, " capability %s / opened %s\n",
sound/core/seq/oss/seq_oss_readq.c
240
snd_iprintf(buf, " read queue [%s] length = %d : tick = %ld\n",
sound/core/seq/oss/seq_oss_synth.c
575
snd_iprintf(buf, "\nNumber of synth devices: %d\n", max_synth_devs);
sound/core/seq/oss/seq_oss_synth.c
577
snd_iprintf(buf, "\nsynth %d: ", i);
sound/core/seq/oss/seq_oss_synth.c
581
snd_iprintf(buf, "*empty*\n");
sound/core/seq/oss/seq_oss_synth.c
584
snd_iprintf(buf, "[%s]\n", rec->name);
sound/core/seq/oss/seq_oss_synth.c
585
snd_iprintf(buf, " type 0x%x : subtype 0x%x : voices %d\n",
sound/core/seq/oss/seq_oss_synth.c
588
snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n",
sound/core/seq/seq_clientmgr.c
2050
snd_iprintf(buffer, " UMP Endpoint: \"%s\"\n", ep->name);
sound/core/seq/seq_clientmgr.c
2054
snd_iprintf(buffer, " UMP Block %d: \"%s\" [%s]\n",
sound/core/seq/seq_clientmgr.c
2057
snd_iprintf(buffer, " Groups: %d-%d\n",
sound/core/seq/seq_clientmgr.c
2511
snd_iprintf(buffer, msg);
sound/core/seq/seq_clientmgr.c
2518
snd_iprintf(buffer, ", ");
sound/core/seq/seq_clientmgr.c
2519
snd_iprintf(buffer, "%d:%d",
sound/core/seq/seq_clientmgr.c
2523
snd_iprintf(buffer, "[%c:%d]", ((s->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL) ? 'r' : 't'), s->info.queue);
sound/core/seq/seq_clientmgr.c
2525
snd_iprintf(buffer, "[ex]");
sound/core/seq/seq_clientmgr.c
2527
snd_iprintf(buffer, "\n");
sound/core/seq/seq_clientmgr.c
2556
snd_iprintf(buffer, " Port %3d : \"%s\" (%c%c%c%c) [%s]",
sound/core/seq/seq_clientmgr.c
2565
snd_iprintf(buffer, " [MIDI1]");
sound/core/seq/seq_clientmgr.c
2567
snd_iprintf(buffer, "\n");
sound/core/seq/seq_clientmgr.c
2593
snd_iprintf(buffer, "Client info\n");
sound/core/seq/seq_clientmgr.c
2594
snd_iprintf(buffer, " cur clients : %d\n", client_usage.cur);
sound/core/seq/seq_clientmgr.c
2595
snd_iprintf(buffer, " peak clients : %d\n", client_usage.peak);
sound/core/seq/seq_clientmgr.c
2596
snd_iprintf(buffer, " max clients : %d\n", SNDRV_SEQ_MAX_CLIENTS);
sound/core/seq/seq_clientmgr.c
2597
snd_iprintf(buffer, "\n");
sound/core/seq/seq_clientmgr.c
2610
snd_iprintf(buffer, "Client %3d : \"%s\" [%s %s]\n",
sound/core/seq/seq_clientmgr.c
2619
snd_iprintf(buffer, " Output pool :\n");
sound/core/seq/seq_clientmgr.c
2624
snd_iprintf(buffer, " Input pool :\n");
sound/core/seq/seq_memory.c
557
snd_iprintf(buffer, "%sPool size : %d\n", space, pool->total_elements);
sound/core/seq/seq_memory.c
558
snd_iprintf(buffer, "%sCells in use : %d\n", space, atomic_read(&pool->counter));
sound/core/seq/seq_memory.c
559
snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used);
sound/core/seq/seq_memory.c
560
snd_iprintf(buffer, "%sAlloc success : %d\n", space, pool->event_alloc_success);
sound/core/seq/seq_memory.c
561
snd_iprintf(buffer, "%sAlloc failures : %d\n", space, pool->event_alloc_failures);
sound/core/seq/seq_queue.c
694
snd_iprintf(buffer, "queue %d: [%s]\n", q->queue, q->name);
sound/core/seq/seq_queue.c
695
snd_iprintf(buffer, "owned by client : %d\n", owner);
sound/core/seq/seq_queue.c
696
snd_iprintf(buffer, "lock status : %s\n", locked ? "Locked" : "Free");
sound/core/seq/seq_queue.c
697
snd_iprintf(buffer, "queued time events : %d\n", snd_seq_prioq_avail(q->timeq));
sound/core/seq/seq_queue.c
698
snd_iprintf(buffer, "queued tick events : %d\n", snd_seq_prioq_avail(q->tickq));
sound/core/seq/seq_queue.c
699
snd_iprintf(buffer, "timer state : %s\n", tmr->running ? "Running" : "Stopped");
sound/core/seq/seq_queue.c
700
snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq);
sound/core/seq/seq_queue.c
701
snd_iprintf(buffer, "current tempo : %d\n", tmr->tempo);
sound/core/seq/seq_queue.c
702
snd_iprintf(buffer, "tempo base : %d ns\n", tmr->tempo_base);
sound/core/seq/seq_queue.c
703
snd_iprintf(buffer, "current BPM : %d\n", bpm);
sound/core/seq/seq_queue.c
704
snd_iprintf(buffer, "current time : %d.%09d s\n", tmr->cur_time.tv_sec, tmr->cur_time.tv_nsec);
sound/core/seq/seq_queue.c
705
snd_iprintf(buffer, "current tick : %d\n", tmr->tick.cur_tick);
sound/core/seq/seq_queue.c
706
snd_iprintf(buffer, "\n");
sound/core/seq/seq_timer.c
459
snd_iprintf(buffer, "Timer for queue %i : %s\n", q->queue, ti->timer->name);
sound/core/seq/seq_timer.c
461
snd_iprintf(buffer, " Period time : %lu.%09lu\n", resolution / 1000000000, resolution % 1000000000);
sound/core/seq/seq_timer.c
462
snd_iprintf(buffer, " Skew : %u / %u\n", tmr->skew, tmr->skew_base);
sound/core/seq_device.c
90
snd_iprintf(buffer, "snd-%s,%s,%d\n", sdev->id,
sound/core/sound.c
360
snd_iprintf(buffer, "%3i: [%2i-%2i]: %s\n",
sound/core/sound.c
364
snd_iprintf(buffer, "%3i: [%2i] : %s\n",
sound/core/sound.c
368
snd_iprintf(buffer, "%3i: : %s\n", minor,
sound/core/sound_oss.c
223
snd_iprintf(buffer, "%3i: [%i-%2i]: %s\n", minor,
sound/core/sound_oss.c
227
snd_iprintf(buffer, "%3i: : %s\n", minor,
sound/core/timer.c
1230
snd_iprintf(buffer, "G%i: ", timer->tmr_device);
sound/core/timer.c
1233
snd_iprintf(buffer, "C%i-%i: ",
sound/core/timer.c
1237
snd_iprintf(buffer, "P%i-%i-%i: ", timer->card->number,
sound/core/timer.c
1241
snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class,
sound/core/timer.c
1245
snd_iprintf(buffer, "%s :", timer->name);
sound/core/timer.c
1249
snd_iprintf(buffer, " %lu.%03luus (%lu ticks)",
sound/core/timer.c
1254
snd_iprintf(buffer, " SLAVE");
sound/core/timer.c
1255
snd_iprintf(buffer, "\n");
sound/core/timer.c
1257
snd_iprintf(buffer, " Client %s : %s\n",
sound/core/ump.c
518
snd_iprintf(buffer, "EP Name: %s\n", ump->info.name);
sound/core/ump.c
519
snd_iprintf(buffer, "EP Product ID: %s\n", ump->info.product_id);
sound/core/ump.c
520
snd_iprintf(buffer, "UMP Version: 0x%04x\n", ump->info.version);
sound/core/ump.c
521
snd_iprintf(buffer, "Protocol Caps: 0x%08x\n", ump->info.protocol_caps);
sound/core/ump.c
522
snd_iprintf(buffer, "Protocol: 0x%08x\n", ump->info.protocol);
sound/core/ump.c
524
snd_iprintf(buffer, "Manufacturer ID: 0x%08x\n",
sound/core/ump.c
526
snd_iprintf(buffer, "Family ID: 0x%04x\n", ump->info.family_id);
sound/core/ump.c
527
snd_iprintf(buffer, "Model ID: 0x%04x\n", ump->info.model_id);
sound/core/ump.c
528
snd_iprintf(buffer, "SW Revision: 0x%4phN\n", ump->info.sw_revision);
sound/core/ump.c
530
snd_iprintf(buffer, "Static Blocks: %s\n",
sound/core/ump.c
532
snd_iprintf(buffer, "Num Blocks: %d\n\n", ump->info.num_blocks);
sound/core/ump.c
535
snd_iprintf(buffer, "Block %d (%s)\n", fb->info.block_id,
sound/core/ump.c
537
snd_iprintf(buffer, " Direction: %s\n",
sound/core/ump.c
539
snd_iprintf(buffer, " Active: %s\n",
sound/core/ump.c
541
snd_iprintf(buffer, " Groups: %d-%d\n",
sound/core/ump.c
544
snd_iprintf(buffer, " Is MIDI1: %s%s\n",
sound/core/ump.c
548
snd_iprintf(buffer, " MIDI-CI Version: %d\n",
sound/core/ump.c
550
snd_iprintf(buffer, " Sysex8 Streams: %d\n",
sound/core/ump.c
552
snd_iprintf(buffer, " UI Hint: %s\n",
sound/core/ump.c
555
snd_iprintf(buffer, "\n");
sound/drivers/aloop.c
1688
snd_iprintf(buffer, " %s\n", id);
sound/drivers/aloop.c
1690
snd_iprintf(buffer, " inactive\n");
sound/drivers/aloop.c
1693
snd_iprintf(buffer, " buffer_size:\t%u\n", dpcm->pcm_buffer_size);
sound/drivers/aloop.c
1694
snd_iprintf(buffer, " buffer_pos:\t\t%u\n", dpcm->buf_pos);
sound/drivers/aloop.c
1695
snd_iprintf(buffer, " silent_size:\t%u\n", dpcm->silent_size);
sound/drivers/aloop.c
1696
snd_iprintf(buffer, " period_size:\t%u\n", dpcm->pcm_period_size);
sound/drivers/aloop.c
1697
snd_iprintf(buffer, " bytes_per_sec:\t%u\n", dpcm->pcm_bps);
sound/drivers/aloop.c
1698
snd_iprintf(buffer, " sample_align:\t%u\n", dpcm->pcm_salign);
sound/drivers/aloop.c
1699
snd_iprintf(buffer, " rate_shift:\t\t%u\n", dpcm->pcm_rate_shift);
sound/drivers/aloop.c
1711
snd_iprintf(buffer, "Cable %i substream %i:\n", num, sub);
sound/drivers/aloop.c
1713
snd_iprintf(buffer, " inactive\n");
sound/drivers/aloop.c
1716
snd_iprintf(buffer, " valid: %u\n", cable->valid);
sound/drivers/aloop.c
1717
snd_iprintf(buffer, " running: %u\n", cable->running);
sound/drivers/aloop.c
1718
snd_iprintf(buffer, " pause: %u\n", cable->pause);
sound/drivers/aloop.c
1763
snd_iprintf(buffer, "%s\n",
sound/drivers/aloop.c
895
snd_iprintf(buffer, " update_pending:\t%u\n",
sound/drivers/aloop.c
897
snd_iprintf(buffer, " irq_pos:\t\t%u\n", dpcm->irq_pos);
sound/drivers/aloop.c
898
snd_iprintf(buffer, " period_frac:\t%u\n", dpcm->period_size_frac);
sound/drivers/aloop.c
899
snd_iprintf(buffer, " last_jiffies:\t%lu (%lu)\n",
sound/drivers/aloop.c
901
snd_iprintf(buffer, " timer_expires:\t%lu\n", dpcm->timer.expires);
sound/drivers/aloop.c
909
snd_iprintf(buffer, " sound timer:\thw:%d,%d,%d\n",
sound/drivers/aloop.c
913
snd_iprintf(buffer, " timer open:\t\t%s\n",
sound/drivers/dummy.c
899
snd_iprintf(buffer, " %s", snd_pcm_format_name(i));
sound/drivers/dummy.c
913
snd_iprintf(buffer, " continuous");
sound/drivers/dummy.c
915
snd_iprintf(buffer, " knot");
sound/drivers/dummy.c
918
snd_iprintf(buffer, " %d", rates[i]);
sound/drivers/dummy.c
959
snd_iprintf(buffer, "%s ", fields[i].name);
sound/drivers/dummy.c
961
snd_iprintf(buffer, fields[i].format,
sound/drivers/dummy.c
964
snd_iprintf(buffer, fields[i].format,
sound/drivers/dummy.c
970
snd_iprintf(buffer, "\n");
sound/drivers/vx/vx_core.c
596
snd_iprintf(buffer, "%s\n", chip->card->longname);
sound/drivers/vx/vx_core.c
597
snd_iprintf(buffer, "Xilinx Firmware: %s\n",
sound/drivers/vx/vx_core.c
599
snd_iprintf(buffer, "Device Initialized: %s\n",
sound/drivers/vx/vx_core.c
601
snd_iprintf(buffer, "DSP audio info:");
sound/drivers/vx/vx_core.c
603
snd_iprintf(buffer, " realtime");
sound/drivers/vx/vx_core.c
605
snd_iprintf(buffer, " offline");
sound/drivers/vx/vx_core.c
607
snd_iprintf(buffer, " mpeg1");
sound/drivers/vx/vx_core.c
609
snd_iprintf(buffer, " mpeg2");
sound/drivers/vx/vx_core.c
611
snd_iprintf(buffer, " linear8");
sound/drivers/vx/vx_core.c
613
snd_iprintf(buffer, " linear16");
sound/drivers/vx/vx_core.c
615
snd_iprintf(buffer, " linear24");
sound/drivers/vx/vx_core.c
616
snd_iprintf(buffer, "\n");
sound/drivers/vx/vx_core.c
617
snd_iprintf(buffer, "Input Source: %s\n", vx_is_pcmcia(chip) ?
sound/drivers/vx/vx_core.c
620
snd_iprintf(buffer, "Clock Mode: %s\n", clock_mode[chip->clock_mode]);
sound/drivers/vx/vx_core.c
621
snd_iprintf(buffer, "Clock Source: %s\n", clock_src[chip->clock_source]);
sound/drivers/vx/vx_core.c
622
snd_iprintf(buffer, "Frequency: %d\n", chip->freq);
sound/drivers/vx/vx_core.c
623
snd_iprintf(buffer, "Detected Frequency: %d\n", chip->freq_detected);
sound/drivers/vx/vx_core.c
624
snd_iprintf(buffer, "Detected UER type: %s\n", uer_type[chip->uer_detected]);
sound/drivers/vx/vx_core.c
625
snd_iprintf(buffer, "Min/Max/Cur IBL: %d/%d/%d (granularity=%d)\n",
sound/firewire/bebob/bebob_proc.c
111
snd_iprintf(buffer, "Output Stream from device:\n");
sound/firewire/bebob/bebob_proc.c
112
snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n");
sound/firewire/bebob/bebob_proc.c
115
snd_iprintf(buffer,
sound/firewire/bebob/bebob_proc.c
120
snd_iprintf(buffer, "Input Stream to device:\n");
sound/firewire/bebob/bebob_proc.c
121
snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n");
sound/firewire/bebob/bebob_proc.c
124
snd_iprintf(buffer,
sound/firewire/bebob/bebob_proc.c
146
snd_iprintf(buffer, "Sampling rate: %d\n", rate);
sound/firewire/bebob/bebob_proc.c
150
snd_iprintf(buffer, "Clock Source: %s\n",
sound/firewire/bebob/bebob_proc.c
153
snd_iprintf(buffer, "Clock Source: %s (MSU-dest: %d)\n",
sound/firewire/bebob/bebob_proc.c
49
snd_iprintf(buffer, "Manufacturer:\t%.8s\n",
sound/firewire/bebob/bebob_proc.c
51
snd_iprintf(buffer, "Protocol Ver:\t%d\n", info->protocol_ver);
sound/firewire/bebob/bebob_proc.c
52
snd_iprintf(buffer, "Build Ver:\t%d\n", info->bld_ver);
sound/firewire/bebob/bebob_proc.c
53
snd_iprintf(buffer, "GUID:\t\t0x%.8X%.8X\n",
sound/firewire/bebob/bebob_proc.c
55
snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id);
sound/firewire/bebob/bebob_proc.c
56
snd_iprintf(buffer, "Model Rev:\t%d\n", info->model_rev);
sound/firewire/bebob/bebob_proc.c
57
snd_iprintf(buffer, "Firmware Date:\t%.8s\n", (char *)&info->fw_date);
sound/firewire/bebob/bebob_proc.c
58
snd_iprintf(buffer, "Firmware Time:\t%.8s\n", (char *)&info->fw_time);
sound/firewire/bebob/bebob_proc.c
59
snd_iprintf(buffer, "Firmware ID:\t0x%X\n", info->fw_id);
sound/firewire/bebob/bebob_proc.c
60
snd_iprintf(buffer, "Firmware Ver:\t%d\n", info->fw_ver);
sound/firewire/bebob/bebob_proc.c
61
snd_iprintf(buffer, "Base Addr:\t0x%X\n", info->base_addr);
sound/firewire/bebob/bebob_proc.c
62
snd_iprintf(buffer, "Max Size:\t%d\n", info->max_size);
sound/firewire/bebob/bebob_proc.c
63
snd_iprintf(buffer, "Loader Date:\t%.8s\n", (char *)&info->bld_date);
sound/firewire/bebob/bebob_proc.c
64
snd_iprintf(buffer, "Loader Time:\t%.8s\n", (char *)&info->bld_time);
sound/firewire/bebob/bebob_proc.c
92
snd_iprintf(buffer, "%s %d:\t%d\n",
sound/firewire/dice/dice-proc.c
119
snd_iprintf(buffer, "sections:\n");
sound/firewire/dice/dice-proc.c
121
snd_iprintf(buffer, " %s: offset %u, size %u\n",
sound/firewire/dice/dice-proc.c
128
snd_iprintf(buffer, "global:\n");
sound/firewire/dice/dice-proc.c
129
snd_iprintf(buffer, " owner: %04x:%04x%08x\n",
sound/firewire/dice/dice-proc.c
132
snd_iprintf(buffer, " notification: %08x\n", buf.global.notification);
sound/firewire/dice/dice-proc.c
134
snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name);
sound/firewire/dice/dice-proc.c
135
snd_iprintf(buffer, " clock select: %s %s\n",
sound/firewire/dice/dice-proc.c
141
snd_iprintf(buffer, " enable: %u\n", buf.global.enable);
sound/firewire/dice/dice-proc.c
142
snd_iprintf(buffer, " status: %slocked %s\n",
sound/firewire/dice/dice-proc.c
148
snd_iprintf(buffer, " ext status: %08x\n", buf.global.extended_status);
sound/firewire/dice/dice-proc.c
149
snd_iprintf(buffer, " sample rate: %u\n", buf.global.sample_rate);
sound/firewire/dice/dice-proc.c
151
snd_iprintf(buffer, " version: %u.%u.%u.%u\n",
sound/firewire/dice/dice-proc.c
156
snd_iprintf(buffer, " clock caps:");
sound/firewire/dice/dice-proc.c
159
snd_iprintf(buffer, " %s", rates[i]);
sound/firewire/dice/dice-proc.c
162
snd_iprintf(buffer, " %s", clock_sources[i]);
sound/firewire/dice/dice-proc.c
163
snd_iprintf(buffer, "\n");
sound/firewire/dice/dice-proc.c
166
snd_iprintf(buffer, " clock source names: %s\n",
sound/firewire/dice/dice-proc.c
178
snd_iprintf(buffer, "tx %u:\n", stream);
sound/firewire/dice/dice-proc.c
179
snd_iprintf(buffer, " iso channel: %d\n", (int)buf.tx.iso);
sound/firewire/dice/dice-proc.c
180
snd_iprintf(buffer, " audio channels: %u\n",
sound/firewire/dice/dice-proc.c
182
snd_iprintf(buffer, " midi ports: %u\n", buf.tx.number_midi);
sound/firewire/dice/dice-proc.c
183
snd_iprintf(buffer, " speed: S%u\n", 100u << buf.tx.speed);
sound/firewire/dice/dice-proc.c
186
snd_iprintf(buffer, " names: %s\n", buf.tx.names);
sound/firewire/dice/dice-proc.c
189
snd_iprintf(buffer, " ac3 caps: %08x\n",
sound/firewire/dice/dice-proc.c
191
snd_iprintf(buffer, " ac3 enable: %08x\n",
sound/firewire/dice/dice-proc.c
204
snd_iprintf(buffer, "rx %u:\n", stream);
sound/firewire/dice/dice-proc.c
205
snd_iprintf(buffer, " iso channel: %d\n", (int)buf.rx.iso);
sound/firewire/dice/dice-proc.c
206
snd_iprintf(buffer, " sequence start: %u\n", buf.rx.seq_start);
sound/firewire/dice/dice-proc.c
207
snd_iprintf(buffer, " audio channels: %u\n",
sound/firewire/dice/dice-proc.c
209
snd_iprintf(buffer, " midi ports: %u\n", buf.rx.number_midi);
sound/firewire/dice/dice-proc.c
212
snd_iprintf(buffer, " names: %s\n", buf.rx.names);
sound/firewire/dice/dice-proc.c
215
snd_iprintf(buffer, " ac3 caps: %08x\n",
sound/firewire/dice/dice-proc.c
217
snd_iprintf(buffer, " ac3 enable: %08x\n",
sound/firewire/dice/dice-proc.c
227
snd_iprintf(buffer, "ext status:\n");
sound/firewire/dice/dice-proc.c
228
snd_iprintf(buffer, " clock source: %s\n",
sound/firewire/dice/dice-proc.c
232
snd_iprintf(buffer, " locked: %u\n", buf.ext_sync.locked);
sound/firewire/dice/dice-proc.c
233
snd_iprintf(buffer, " rate: %s\n",
sound/firewire/dice/dice-proc.c
236
snd_iprintf(buffer, " adat user data: ");
sound/firewire/dice/dice-proc.c
238
snd_iprintf(buffer, "-\n");
sound/firewire/dice/dice-proc.c
240
snd_iprintf(buffer, "%x\n",
sound/firewire/dice/dice-proc.c
256
snd_iprintf(buffer, "Output stream from unit:\n");
sound/firewire/dice/dice-proc.c
258
snd_iprintf(buffer, "\t%s", rate_labels[i]);
sound/firewire/dice/dice-proc.c
259
snd_iprintf(buffer, "\tMIDI\n");
sound/firewire/dice/dice-proc.c
261
snd_iprintf(buffer, "Tx %u:", i);
sound/firewire/dice/dice-proc.c
263
snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]);
sound/firewire/dice/dice-proc.c
264
snd_iprintf(buffer, "\t%u\n", dice->tx_midi_ports[i]);
sound/firewire/dice/dice-proc.c
267
snd_iprintf(buffer, "Input stream to unit:\n");
sound/firewire/dice/dice-proc.c
269
snd_iprintf(buffer, "\t%s", rate_labels[i]);
sound/firewire/dice/dice-proc.c
270
snd_iprintf(buffer, "\n");
sound/firewire/dice/dice-proc.c
272
snd_iprintf(buffer, "Rx %u:", i);
sound/firewire/dice/dice-proc.c
274
snd_iprintf(buffer, "\t%u", dice->rx_pcm_chs[i][j]);
sound/firewire/dice/dice-proc.c
275
snd_iprintf(buffer, "\t%u\n", dice->rx_midi_ports[i]);
sound/firewire/digi00x/digi00x-proc.c
51
snd_iprintf(buf, "Optical mode: %s\n", optical_name[mode]);
sound/firewire/digi00x/digi00x-proc.c
52
snd_iprintf(buf, "Sampling Rate: %d\n", rate);
sound/firewire/digi00x/digi00x-proc.c
53
snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]);
sound/firewire/digi00x/digi00x-proc.c
60
snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not");
sound/firewire/digi00x/digi00x-proc.c
65
snd_iprintf(buf, "External sampling rate: %d\n", rate);
sound/firewire/fireface/ff-protocol-former.c
136
snd_iprintf(buffer, "Output S/PDIF format: %s (Emphasis: %s)\n",
sound/firewire/fireface/ff-protocol-former.c
140
snd_iprintf(buffer, "Optical output interface format: %s\n",
sound/firewire/fireface/ff-protocol-former.c
143
snd_iprintf(buffer, "Word output single speed: %s\n",
sound/firewire/fireface/ff-protocol-former.c
146
snd_iprintf(buffer, "S/PDIF input interface: %s\n",
sound/firewire/fireface/ff-protocol-former.c
156
snd_iprintf(buffer, "Clock configuration: %d %s\n", rate, label);
sound/firewire/fireface/ff-protocol-former.c
207
snd_iprintf(buffer, "External source detection:\n");
sound/firewire/fireface/ff-protocol-former.c
222
snd_iprintf(buffer, "%s: %s\n", clk_entry->label, state);
sound/firewire/fireface/ff-protocol-former.c
225
snd_iprintf(buffer, "Referred clock:\n");
sound/firewire/fireface/ff-protocol-former.c
228
snd_iprintf(buffer, "Internal\n");
sound/firewire/fireface/ff-protocol-former.c
253
snd_iprintf(buffer, "%s %d\n", label, rate);
sound/firewire/fireface/ff-protocol-latter.c
343
snd_iprintf(buffer, "External source detection:\n");
sound/firewire/fireface/ff-protocol-latter.c
355
snd_iprintf(buffer, "%s: ", clk_entry->label);
sound/firewire/fireface/ff-protocol-latter.c
358
snd_iprintf(buffer, "sync\n");
sound/firewire/fireface/ff-protocol-latter.c
360
snd_iprintf(buffer, "lock\n");
sound/firewire/fireface/ff-protocol-latter.c
362
snd_iprintf(buffer, "none\n");
sound/firewire/fireface/ff-protocol-latter.c
373
snd_iprintf(buffer, "Referred clock: %s %d\n", label, rate);
sound/firewire/fireworks/fireworks_proc.c
117
snd_iprintf(buffer, "Clock Source: %d\n", clock_source);
sound/firewire/fireworks/fireworks_proc.c
118
snd_iprintf(buffer, "Sampling Rate: %d\n", sampling_rate);
sound/firewire/fireworks/fireworks_proc.c
147
snd_iprintf(buffer, "Physical Meters:\n");
sound/firewire/fireworks/fireworks_proc.c
152
snd_iprintf(buffer, " %d Outputs:\n", max);
sound/firewire/fireworks/fireworks_proc.c
157
snd_iprintf(buffer, "\t%s [%d]: %d\n",
sound/firewire/fireworks/fireworks_proc.c
165
snd_iprintf(buffer, " %d Inputs:\n", max);
sound/firewire/fireworks/fireworks_proc.c
170
snd_iprintf(buffer, "\t%s [%d]: %d\n",
sound/firewire/fireworks/fireworks_proc.c
190
snd_iprintf(buffer, "%d/%d\n",
sound/firewire/fireworks/fireworks_proc.c
41
snd_iprintf(buffer, "guid_hi: 0x%X\n", hwinfo->guid_hi);
sound/firewire/fireworks/fireworks_proc.c
42
snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo);
sound/firewire/fireworks/fireworks_proc.c
43
snd_iprintf(buffer, "type: 0x%X\n", hwinfo->type);
sound/firewire/fireworks/fireworks_proc.c
44
snd_iprintf(buffer, "version: 0x%X\n", hwinfo->version);
sound/firewire/fireworks/fireworks_proc.c
45
snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name);
sound/firewire/fireworks/fireworks_proc.c
46
snd_iprintf(buffer, "model_name: %s\n", hwinfo->model_name);
sound/firewire/fireworks/fireworks_proc.c
48
snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version);
sound/firewire/fireworks/fireworks_proc.c
49
snd_iprintf(buffer, "arm_version: 0x%X\n", hwinfo->arm_version);
sound/firewire/fireworks/fireworks_proc.c
50
snd_iprintf(buffer, "fpga_version: 0x%X\n", hwinfo->fpga_version);
sound/firewire/fireworks/fireworks_proc.c
52
snd_iprintf(buffer, "flags: 0x%X\n", hwinfo->flags);
sound/firewire/fireworks/fireworks_proc.c
54
snd_iprintf(buffer, "max_sample_rate: 0x%X\n", hwinfo->max_sample_rate);
sound/firewire/fireworks/fireworks_proc.c
55
snd_iprintf(buffer, "min_sample_rate: 0x%X\n", hwinfo->min_sample_rate);
sound/firewire/fireworks/fireworks_proc.c
56
snd_iprintf(buffer, "supported_clock: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
59
snd_iprintf(buffer, "phys out: 0x%X\n", hwinfo->phys_out);
sound/firewire/fireworks/fireworks_proc.c
60
snd_iprintf(buffer, "phys in: 0x%X\n", hwinfo->phys_in);
sound/firewire/fireworks/fireworks_proc.c
62
snd_iprintf(buffer, "phys in grps: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
65
snd_iprintf(buffer,
sound/firewire/fireworks/fireworks_proc.c
71
snd_iprintf(buffer, "phys out grps: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
74
snd_iprintf(buffer,
sound/firewire/fireworks/fireworks_proc.c
80
snd_iprintf(buffer, "amdtp rx pcm channels 1x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
82
snd_iprintf(buffer, "amdtp tx pcm channels 1x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
84
snd_iprintf(buffer, "amdtp rx pcm channels 2x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
86
snd_iprintf(buffer, "amdtp tx pcm channels 2x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
88
snd_iprintf(buffer, "amdtp rx pcm channels 4x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
90
snd_iprintf(buffer, "amdtp tx pcm channels 4x: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
93
snd_iprintf(buffer, "midi out ports: 0x%X\n", hwinfo->midi_out_ports);
sound/firewire/fireworks/fireworks_proc.c
94
snd_iprintf(buffer, "midi in ports: 0x%X\n", hwinfo->midi_in_ports);
sound/firewire/fireworks/fireworks_proc.c
96
snd_iprintf(buffer, "mixer playback channels: 0x%X\n",
sound/firewire/fireworks/fireworks_proc.c
98
snd_iprintf(buffer, "mixer capture channels: 0x%X\n",
sound/firewire/motu/motu-proc.c
39
snd_iprintf(buffer, "Rate:\t%d\n", rate);
sound/firewire/motu/motu-proc.c
40
snd_iprintf(buffer, "Source:\t%s\n", clock_names[source]);
sound/firewire/motu/motu-proc.c
54
snd_iprintf(buffer, "tx:\tmsg\tfixed\ttotal\n");
sound/firewire/motu/motu-proc.c
59
snd_iprintf(buffer,
sound/firewire/motu/motu-proc.c
67
snd_iprintf(buffer, "rx:\tmsg\tfixed\ttotal\n");
sound/firewire/motu/motu-proc.c
72
snd_iprintf(buffer,
sound/firewire/oxfw/oxfw-proc.c
26
snd_iprintf(buffer, "Input Stream to device:\n");
sound/firewire/oxfw/oxfw-proc.c
27
snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n");
sound/firewire/oxfw/oxfw-proc.c
42
snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag,
sound/firewire/oxfw/oxfw-proc.c
56
snd_iprintf(buffer, "Output Stream from device:\n");
sound/firewire/oxfw/oxfw-proc.c
57
snd_iprintf(buffer, "\tRate\tPCM\tMIDI\n");
sound/firewire/oxfw/oxfw-proc.c
72
snd_iprintf(buffer, "%c\t%d\t%d\t%d\n", flag,
sound/firewire/tascam/tascam-proc.c
46
snd_iprintf(buffer, "Register: %d (0x%08x)\n", reg & 0xffff, reg);
sound/firewire/tascam/tascam-proc.c
47
snd_iprintf(buffer, "FPGA: %d (0x%08x)\n", fpga & 0xffff, fpga);
sound/firewire/tascam/tascam-proc.c
48
snd_iprintf(buffer, "ARM: %d (0x%08x)\n", arm & 0xffff, arm);
sound/firewire/tascam/tascam-proc.c
49
snd_iprintf(buffer, "Hardware: %d (0x%08x)\n", hw >> 16, hw);
sound/hda/codecs/hdmi/eld.c
112
snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present);
sound/hda/codecs/hdmi/eld.c
113
snd_iprintf(buffer, "eld_valid\t\t%d\n", eld->eld_valid);
sound/hda/codecs/hdmi/eld.c
114
snd_iprintf(buffer, "codec_pin_nid\t\t0x%x\n", pin_nid);
sound/hda/codecs/hdmi/eld.c
115
snd_iprintf(buffer, "codec_dev_id\t\t0x%x\n", dev_id);
sound/hda/codecs/hdmi/eld.c
116
snd_iprintf(buffer, "codec_cvt_nid\t\t0x%x\n", cvt_nid);
sound/hda/codecs/sigmatel.c
4399
snd_iprintf(buffer, "Power-Map: 0x%02x\n",
sound/hda/codecs/sigmatel.c
4408
snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
sound/hda/common/proc.c
100
snd_iprintf(buffer, "N/A\n");
sound/hda/common/proc.c
103
snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, "
sound/hda/common/proc.c
145
snd_iprintf(buffer, " [");
sound/hda/common/proc.c
149
snd_iprintf(buffer, "0x%02x", val);
sound/hda/common/proc.c
154
snd_iprintf(buffer, " 0x%02x", val);
sound/hda/common/proc.c
156
snd_iprintf(buffer, "]");
sound/hda/common/proc.c
158
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
170
snd_iprintf(buffer, " rates [0x%x]:", pcm);
sound/hda/common/proc.c
173
snd_iprintf(buffer, " %d", rates[i]);
sound/hda/common/proc.c
174
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
181
snd_iprintf(buffer, " bits [0x%x]:", (pcm >> 16) & 0xff);
sound/hda/common/proc.c
183
snd_iprintf(buffer, "%s\n", buf);
sound/hda/common/proc.c
189
snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf);
sound/hda/common/proc.c
191
snd_iprintf(buffer, " PCM");
sound/hda/common/proc.c
193
snd_iprintf(buffer, " FLOAT");
sound/hda/common/proc.c
195
snd_iprintf(buffer, " AC3");
sound/hda/common/proc.c
196
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
205
snd_iprintf(buffer, "N/A\n");
sound/hda/common/proc.c
314
snd_iprintf(buffer, " Pincap 0x%08x:", caps);
sound/hda/common/proc.c
316
snd_iprintf(buffer, " IN");
sound/hda/common/proc.c
318
snd_iprintf(buffer, " OUT");
sound/hda/common/proc.c
320
snd_iprintf(buffer, " HP");
sound/hda/common/proc.c
322
snd_iprintf(buffer, " EAPD");
sound/hda/common/proc.c
324
snd_iprintf(buffer, " Detect");
sound/hda/common/proc.c
326
snd_iprintf(buffer, " Balanced");
sound/hda/common/proc.c
330
snd_iprintf(buffer, " R/L");
sound/hda/common/proc.c
333
snd_iprintf(buffer, " HBR");
sound/hda/common/proc.c
334
snd_iprintf(buffer, " HDMI");
sound/hda/common/proc.c
338
snd_iprintf(buffer, " DP");
sound/hda/common/proc.c
340
snd_iprintf(buffer, " Trigger");
sound/hda/common/proc.c
342
snd_iprintf(buffer, " ImpSense");
sound/hda/common/proc.c
343
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
347
snd_iprintf(buffer, " Vref caps:");
sound/hda/common/proc.c
349
snd_iprintf(buffer, " HIZ");
sound/hda/common/proc.c
351
snd_iprintf(buffer, " 50");
sound/hda/common/proc.c
353
snd_iprintf(buffer, " GRD");
sound/hda/common/proc.c
355
snd_iprintf(buffer, " 80");
sound/hda/common/proc.c
357
snd_iprintf(buffer, " 100");
sound/hda/common/proc.c
358
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
365
snd_iprintf(buffer, " EAPD 0x%x:", val);
sound/hda/common/proc.c
367
snd_iprintf(buffer, " BALANCED");
sound/hda/common/proc.c
369
snd_iprintf(buffer, " EAPD");
sound/hda/common/proc.c
371
snd_iprintf(buffer, " R/L");
sound/hda/common/proc.c
372
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
375
snd_iprintf(buffer, " Pin Default 0x%08x: [%s] %s at %s %s\n", caps,
sound/hda/common/proc.c
380
snd_iprintf(buffer, " Conn = %s, Color = %s\n",
sound/hda/common/proc.c
387
snd_iprintf(buffer, " DefAssociation = 0x%x, Sequence = 0x%x\n",
sound/hda/common/proc.c
396
snd_iprintf(buffer, " Misc = NO_PRESENCE\n");
sound/hda/common/proc.c
408
snd_iprintf(buffer, " Pin-ctls: 0x%02x:", pinctls);
sound/hda/common/proc.c
410
snd_iprintf(buffer, " IN");
sound/hda/common/proc.c
412
snd_iprintf(buffer, " OUT");
sound/hda/common/proc.c
414
snd_iprintf(buffer, " HP");
sound/hda/common/proc.c
419
snd_iprintf(buffer, " VREF_HIZ");
sound/hda/common/proc.c
422
snd_iprintf(buffer, " VREF_50");
sound/hda/common/proc.c
425
snd_iprintf(buffer, " VREF_GRD");
sound/hda/common/proc.c
428
snd_iprintf(buffer, " VREF_80");
sound/hda/common/proc.c
431
snd_iprintf(buffer, " VREF_100");
sound/hda/common/proc.c
435
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
442
snd_iprintf(buffer, " Volume-Knob: delta=%d, steps=%d, ",
sound/hda/common/proc.c
446
snd_iprintf(buffer, "direct=%d, val=%d\n",
sound/hda/common/proc.c
455
snd_iprintf(buffer,
sound/hda/common/proc.c
463
snd_iprintf(buffer, " SDI-Select: %d\n",
sound/hda/common/proc.c
476
snd_iprintf(buffer, " Digital:");
sound/hda/common/proc.c
478
snd_iprintf(buffer, " Enabled");
sound/hda/common/proc.c
480
snd_iprintf(buffer, " Validity");
sound/hda/common/proc.c
482
snd_iprintf(buffer, " ValidityCfg");
sound/hda/common/proc.c
484
snd_iprintf(buffer, " Preemphasis");
sound/hda/common/proc.c
486
snd_iprintf(buffer, " Non-Copyright");
sound/hda/common/proc.c
488
snd_iprintf(buffer, " Non-Audio");
sound/hda/common/proc.c
490
snd_iprintf(buffer, " Pro");
sound/hda/common/proc.c
492
snd_iprintf(buffer, " GenLevel");
sound/hda/common/proc.c
494
snd_iprintf(buffer, " KAE");
sound/hda/common/proc.c
495
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
496
snd_iprintf(buffer, " Digital category: 0x%x\n",
sound/hda/common/proc.c
498
snd_iprintf(buffer, " IEC Coding Type: 0x%x\n",
sound/hda/common/proc.c
532
snd_iprintf(buffer, " Power states: ");
sound/hda/common/proc.c
535
snd_iprintf(buffer, " %s", names[i]);
sound/hda/common/proc.c
537
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
540
snd_iprintf(buffer, " Power: setting=%s, actual=%s",
sound/hda/common/proc.c
545
snd_iprintf(buffer, ", Error");
sound/hda/common/proc.c
547
snd_iprintf(buffer, ", Clock-stop-OK");
sound/hda/common/proc.c
549
snd_iprintf(buffer, ", Setting-reset");
sound/hda/common/proc.c
550
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
558
snd_iprintf(buffer,
sound/hda/common/proc.c
579
snd_iprintf(buffer, " Processing caps: benign=%d, ncoeff=%d\n",
sound/hda/common/proc.c
58
snd_iprintf(buffer,
sound/hda/common/proc.c
593
snd_iprintf(buffer, " Coeff 0x%02x: 0x%04x\n", i, val);
sound/hda/common/proc.c
613
snd_iprintf(buffer, " Connection: %d\n", conn_len);
sound/hda/common/proc.c
615
snd_iprintf(buffer, " ");
sound/hda/common/proc.c
617
snd_iprintf(buffer, " 0x%02x", conn[c]);
sound/hda/common/proc.c
619
snd_iprintf(buffer, "*");
sound/hda/common/proc.c
621
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
628
snd_iprintf(buffer, " In-driver Connection: %d\n", cache_len);
sound/hda/common/proc.c
63
snd_iprintf(buffer,
sound/hda/common/proc.c
630
snd_iprintf(buffer, " ");
sound/hda/common/proc.c
632
snd_iprintf(buffer, " 0x%02x", list[c]);
sound/hda/common/proc.c
633
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
645
snd_iprintf(buffer, "GPIO: io=%d, o=%d, i=%d, "
sound/hda/common/proc.c
668
snd_iprintf(buffer,
sound/hda/common/proc.c
704
snd_iprintf(buffer, " 0x%02x", conn[c]);
sound/hda/common/proc.c
706
snd_iprintf(buffer, "*");
sound/hda/common/proc.c
723
snd_iprintf(buffer, " Devices: %u\n", devlist_len);
sound/hda/common/proc.c
731
snd_iprintf(buffer, " *");
sound/hda/common/proc.c
733
snd_iprintf(buffer, " ");
sound/hda/common/proc.c
735
snd_iprintf(buffer,
sound/hda/common/proc.c
743
snd_iprintf(buffer, " ]\n");
sound/hda/common/proc.c
750
snd_iprintf(buffer, "Codec: ");
sound/hda/common/proc.c
752
snd_iprintf(buffer, "%s %s\n",
sound/hda/common/proc.c
755
snd_iprintf(buffer, "Not Set\n");
sound/hda/common/proc.c
756
snd_iprintf(buffer, "Address: %d\n", codec->addr);
sound/hda/common/proc.c
758
snd_iprintf(buffer, "AFG Function Id: 0x%x (unsol %u)\n",
sound/hda/common/proc.c
761
snd_iprintf(buffer, "MFG Function Id: 0x%x (unsol %u)\n",
sound/hda/common/proc.c
763
snd_iprintf(buffer, "Vendor Id: 0x%08x\n", codec->vendor_id);
sound/hda/common/proc.c
764
snd_iprintf(buffer, "Subsystem Id: 0x%08x\n", codec->subsystem_id);
sound/hda/common/proc.c
765
snd_iprintf(buffer, "Revision Id: 0x%x\n", codec->revision_id);
sound/hda/common/proc.c
768
snd_iprintf(buffer, "Modem Function Group: 0x%x\n", codec->mfg);
sound/hda/common/proc.c
770
snd_iprintf(buffer, "No Modem Function Group found\n");
sound/hda/common/proc.c
785
snd_iprintf(buffer, "Default PCM:\n");
sound/hda/common/proc.c
787
snd_iprintf(buffer, "Default Amp-In caps: ");
sound/hda/common/proc.c
789
snd_iprintf(buffer, "Default Amp-Out caps: ");
sound/hda/common/proc.c
791
snd_iprintf(buffer, "State of AFG node 0x%02x:\n", fg);
sound/hda/common/proc.c
796
snd_iprintf(buffer, "Invalid AFG subtree\n");
sound/hda/common/proc.c
811
snd_iprintf(buffer, "Node 0x%02x [%s] wcaps 0x%x:", nid,
sound/hda/common/proc.c
816
snd_iprintf(buffer, " Stereo");
sound/hda/common/proc.c
818
snd_iprintf(buffer, " %d-Channels", chans);
sound/hda/common/proc.c
820
snd_iprintf(buffer, " Mono");
sound/hda/common/proc.c
822
snd_iprintf(buffer, " Digital");
sound/hda/common/proc.c
824
snd_iprintf(buffer, " Amp-In");
sound/hda/common/proc.c
826
snd_iprintf(buffer, " Amp-Out");
sound/hda/common/proc.c
828
snd_iprintf(buffer, " Stripe");
sound/hda/common/proc.c
830
snd_iprintf(buffer, " R/L");
sound/hda/common/proc.c
832
snd_iprintf(buffer, " CP");
sound/hda/common/proc.c
833
snd_iprintf(buffer, "\n");
sound/hda/common/proc.c
84
snd_iprintf(buffer, " Device: name=\"%s\", "
sound/hda/common/proc.c
858
snd_iprintf(buffer, " Amp-In caps: ");
sound/hda/common/proc.c
860
snd_iprintf(buffer, " Amp-In vals: ");
sound/hda/common/proc.c
871
snd_iprintf(buffer, " Amp-Out caps: ");
sound/hda/common/proc.c
873
snd_iprintf(buffer, " Amp-Out vals: ");
sound/hda/common/proc.c
899
snd_iprintf(buffer, " PCM:\n");
sound/hda/common/proc.c
912
snd_iprintf(buffer, " Delay: %d samples\n",
sound/i2c/other/ak4113.c
472
snd_iprintf(buffer, "0x%02x = 0x%02x\n", reg, val);
sound/i2c/other/ak4114.c
436
snd_iprintf(buffer, "0x%02x = 0x%02x\n", reg, val);
sound/i2c/other/ak4xxx-adda.c
855
snd_iprintf(buffer, "chip %d: 0x%02x = 0x%02x\n", chip,
sound/isa/gus/gus_irq.c
109
snd_iprintf(buffer, "midi out = %u\n", gus->gf1.interrupt_stat_midi_out);
sound/isa/gus/gus_irq.c
110
snd_iprintf(buffer, "midi in = %u\n", gus->gf1.interrupt_stat_midi_in);
sound/isa/gus/gus_irq.c
111
snd_iprintf(buffer, "timer1 = %u\n", gus->gf1.interrupt_stat_timer1);
sound/isa/gus/gus_irq.c
112
snd_iprintf(buffer, "timer2 = %u\n", gus->gf1.interrupt_stat_timer2);
sound/isa/gus/gus_irq.c
113
snd_iprintf(buffer, "dma write = %u\n", gus->gf1.interrupt_stat_dma_write);
sound/isa/gus/gus_irq.c
114
snd_iprintf(buffer, "dma read = %u\n", gus->gf1.interrupt_stat_dma_read);
sound/isa/gus/gus_irq.c
115
snd_iprintf(buffer, "voice lost = %u\n", gus->gf1.interrupt_stat_voice_lost);
sound/isa/gus/gus_irq.c
118
snd_iprintf(buffer, "voice %i: wave = %u, volume = %u\n",
sound/isa/gus/gus_mem.c
266
snd_iprintf(buffer, "8-bit banks : \n ");
sound/isa/gus/gus_mem.c
268
snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_8[i].address, alloc->banks_8[i].size >> 10, i + 1 < 4 ? "," : "");
sound/isa/gus/gus_mem.c
269
snd_iprintf(buffer, "\n"
sound/isa/gus/gus_mem.c
272
snd_iprintf(buffer, "0x%06x (%04ik)%s", alloc->banks_16[i].address, alloc->banks_16[i].size >> 10, i + 1 < 4 ? "," : "");
sound/isa/gus/gus_mem.c
275
snd_iprintf(buffer, "\n");
sound/isa/gus/gus_mem.c
279
snd_iprintf(buffer, "Block %i onboard 0x%x size %i (0x%x):\n", i, block->ptr, block->size, block->size);
sound/isa/gus/gus_mem.c
283
snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n",
sound/isa/gus/gus_mem.c
287
snd_iprintf(buffer, " Flags :%s\n",
sound/isa/gus/gus_mem.c
289
snd_iprintf(buffer, " Owner : ");
sound/isa/gus/gus_mem.c
292
snd_iprintf(buffer, "driver - %s\n", block->name);
sound/isa/gus/gus_mem.c
295
snd_iprintf(buffer, "SIMPLE wave\n");
sound/isa/gus/gus_mem.c
298
snd_iprintf(buffer, "GF1 wave\n");
sound/isa/gus/gus_mem.c
301
snd_iprintf(buffer, "IWFFFF wave\n");
sound/isa/gus/gus_mem.c
304
snd_iprintf(buffer, "unknown\n");
sound/isa/gus/gus_mem.c
307
snd_iprintf(buffer, " Total: memory = %i, used = %i, free = %i\n",
sound/isa/opti9xx/miro.c
943
snd_iprintf(buffer, "\nGeneral information:\n");
sound/isa/opti9xx/miro.c
944
snd_iprintf(buffer, " model : %s\n", model);
sound/isa/opti9xx/miro.c
945
snd_iprintf(buffer, " opti : %s\n", miro->name);
sound/isa/opti9xx/miro.c
946
snd_iprintf(buffer, " codec : %s\n", miro->pcm->name);
sound/isa/opti9xx/miro.c
947
snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base);
sound/isa/opti9xx/miro.c
948
snd_iprintf(buffer, " irq : %d\n", miro->irq);
sound/isa/opti9xx/miro.c
949
snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2);
sound/isa/opti9xx/miro.c
951
snd_iprintf(buffer, "MPU-401:\n");
sound/isa/opti9xx/miro.c
952
snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port);
sound/isa/opti9xx/miro.c
953
snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq);
sound/isa/opti9xx/miro.c
955
snd_iprintf(buffer, "ACI information:\n");
sound/isa/opti9xx/miro.c
956
snd_iprintf(buffer, " vendor : ");
sound/isa/opti9xx/miro.c
959
snd_iprintf(buffer, "Miro\n");
sound/isa/opti9xx/miro.c
962
snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_vendor);
sound/isa/opti9xx/miro.c
966
snd_iprintf(buffer, " product : ");
sound/isa/opti9xx/miro.c
969
snd_iprintf(buffer, "miroSOUND PCM1 pro / (early) PCM12\n");
sound/isa/opti9xx/miro.c
972
snd_iprintf(buffer, "miroSOUND PCM12\n");
sound/isa/opti9xx/miro.c
975
snd_iprintf(buffer, "miroSOUND PCM20 radio\n");
sound/isa/opti9xx/miro.c
978
snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_product);
sound/isa/opti9xx/miro.c
982
snd_iprintf(buffer, " firmware: %d (0x%x)\n",
sound/isa/opti9xx/miro.c
984
snd_iprintf(buffer, " port : 0x%lx-0x%lx\n",
sound/isa/opti9xx/miro.c
986
snd_iprintf(buffer, " wss : 0x%x\n", wss);
sound/isa/opti9xx/miro.c
987
snd_iprintf(buffer, " ide : 0x%x\n", ide);
sound/isa/opti9xx/miro.c
988
snd_iprintf(buffer, " solomode: 0x%x\n", aci->aci_solomode);
sound/isa/opti9xx/miro.c
989
snd_iprintf(buffer, " amp : 0x%x\n", aci->aci_amp);
sound/isa/opti9xx/miro.c
990
snd_iprintf(buffer, " preamp : 0x%x\n", aci->aci_preamp);
sound/isa/sb/sb16_csp.c
1110
snd_iprintf(buffer, "Creative Signal Processor [v%d.%d]\n", (p->version >> 4), (p->version & 0x0f));
sound/isa/sb/sb16_csp.c
1111
snd_iprintf(buffer, "State: %cx%c%c%c\n", ((p->running & SNDRV_SB_CSP_ST_QSOUND) ? 'Q' : '-'),
sound/isa/sb/sb16_csp.c
1116
snd_iprintf(buffer, "Codec: %s [func #%d]\n", p->codec_name, p->func_nr);
sound/isa/sb/sb16_csp.c
1117
snd_iprintf(buffer, "Sample rates: ");
sound/isa/sb/sb16_csp.c
1119
snd_iprintf(buffer, "All\n");
sound/isa/sb/sb16_csp.c
1121
snd_iprintf(buffer, "%s%s%s%s\n",
sound/isa/sb/sb16_csp.c
1128
snd_iprintf(buffer, "QSound decoder %s\n",
sound/isa/sb/sb16_csp.c
1131
snd_iprintf(buffer, "PCM format ID: 0x%x (%s/%s) [%s/%s] [%s/%s]\n",
sound/isa/sb/sb16_csp.c
1142
snd_iprintf(buffer, "Autoloaded Mu-Law, A-Law or Ima-ADPCM hardware codec\n");
sound/isa/sb/sb16_csp.c
1145
snd_iprintf(buffer, "Processing %dbit %s PCM samples\n",
sound/isa/sb/sb16_csp.c
1150
snd_iprintf(buffer, "Qsound position: left = 0x%x, right = 0x%x\n",
sound/pci/ac97/ac97_proc.c
102
snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name);
sound/pci/ac97/ac97_proc.c
107
snd_iprintf(buffer, "PCI Subsys Vendor: 0x%04x\n",
sound/pci/ac97/ac97_proc.c
109
snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n",
sound/pci/ac97/ac97_proc.c
112
snd_iprintf(buffer, "Flags: %x\n", ac97->flags);
sound/pci/ac97/ac97_proc.c
119
snd_iprintf(buffer, "Revision : 0x%02x\n", tmp & 0xff);
sound/pci/ac97/ac97_proc.c
120
snd_iprintf(buffer, "Compat. Class : 0x%02x\n", (tmp >> 8) & 0x1f);
sound/pci/ac97/ac97_proc.c
121
snd_iprintf(buffer, "Subsys. Vendor ID: 0x%04x\n",
sound/pci/ac97/ac97_proc.c
123
snd_iprintf(buffer, "Subsys. ID : 0x%04x\n\n",
sound/pci/ac97/ac97_proc.c
131
snd_iprintf(buffer, "Capabilities :%s%s%s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
139
snd_iprintf(buffer, "DAC resolution : %s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
145
snd_iprintf(buffer, "ADC resolution : %s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
150
snd_iprintf(buffer, "3D enhancement : %s\n",
sound/pci/ac97/ac97_proc.c
152
snd_iprintf(buffer, "\nCurrent setup\n");
sound/pci/ac97/ac97_proc.c
154
snd_iprintf(buffer, "Mic gain : %s [%s]\n", val & 0x0040 ? "+20dB" : "+0dB", ac97->regs[AC97_MIC] & 0x0040 ? "+20dB" : "+0dB");
sound/pci/ac97/ac97_proc.c
156
snd_iprintf(buffer, "POP path : %s 3D\n"
sound/pci/ac97/ac97_proc.c
171
snd_iprintf(buffer, "Double rate slots: %s\n",
sound/pci/ac97/ac97_proc.c
178
snd_iprintf(buffer, "Extended ID : codec=%i rev=%i%s%s%s%s DSA=%i%s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
191
snd_iprintf(buffer, "Extended status :%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
208
snd_iprintf(buffer, "PCM front DAC : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
211
snd_iprintf(buffer, "PCM Surr DAC : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
215
snd_iprintf(buffer, "PCM LFE DAC : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
218
snd_iprintf(buffer, "PCM ADC : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
222
snd_iprintf(buffer, "PCM MIC ADC : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
234
snd_iprintf(buffer, "SPDIF Control :%s%s%s%s Category=0x%x Generation=%i%s%s%s\n",
sound/pci/ac97/ac97_proc.c
256
snd_iprintf(buffer, "SPDIF In Status :%s%s%s%s Category=0x%x Generation=%i",
sound/pci/ac97/ac97_proc.c
264
snd_iprintf(buffer, "%s Accuracy=%i%s%s\n",
sound/pci/ac97/ac97_proc.c
270
snd_iprintf(buffer, "SPDIF In Status : Not Locked\n");
sound/pci/ac97/ac97_proc.c
289
snd_iprintf(buffer, "Extended modem ID: codec=%i%s%s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
297
snd_iprintf(buffer, "Modem status :%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
sound/pci/ac97/ac97_proc.c
316
snd_iprintf(buffer, "Line1 rate : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
320
snd_iprintf(buffer, "Line2 rate : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
324
snd_iprintf(buffer, "Headset rate : %iHz\n", val);
sound/pci/ac97/ac97_proc.c
341
snd_iprintf(buffer, "\n\n");
sound/pci/ac97/ac97_proc.c
346
snd_iprintf(buffer, "\nAD18XX configuration\n");
sound/pci/ac97/ac97_proc.c
347
snd_iprintf(buffer, "Unchained : 0x%04x,0x%04x,0x%04x\n",
sound/pci/ac97/ac97_proc.c
351
snd_iprintf(buffer, "Chained : 0x%04x,0x%04x,0x%04x\n",
sound/pci/ac97/ac97_proc.c
385
snd_iprintf(buffer, "%i:%02x = %04x\n", subidx, reg, val);
sound/pci/ac97/ac97_proc.c
42
snd_iprintf(buffer, "\n Gain Inverted Buffer delay Location\n");
sound/pci/ac97/ac97_proc.c
46
snd_iprintf(buffer, "%-17s: %3d.%d dBV %c %2d/fs %s\n",
sound/pci/ad1889.c
624
snd_iprintf(buffer, "Wave output: %s\n",
sound/pci/ad1889.c
626
snd_iprintf(buffer, "Wave Channels: %s\n",
sound/pci/ad1889.c
628
snd_iprintf(buffer, "Wave Quality: %d-bit linear\n",
sound/pci/ad1889.c
636
snd_iprintf(buffer, "Wave FIFO: %d %s words\n\n", tmp,
sound/pci/ad1889.c
640
snd_iprintf(buffer, "Synthesis output: %s\n",
sound/pci/ad1889.c
648
snd_iprintf(buffer, "Synthesis FIFO: %d %s words\n\n", tmp,
sound/pci/ad1889.c
652
snd_iprintf(buffer, "ADC input: %s\n",
sound/pci/ad1889.c
654
snd_iprintf(buffer, "ADC Channels: %s\n",
sound/pci/ad1889.c
656
snd_iprintf(buffer, "ADC Quality: %d-bit linear\n",
sound/pci/ad1889.c
664
snd_iprintf(buffer, "ADC FIFO: %d %s words\n\n", tmp,
sound/pci/ad1889.c
667
snd_iprintf(buffer, "Resampler input: %s\n",
sound/pci/ad1889.c
675
snd_iprintf(buffer, "Resampler FIFO: %d %s words\n\n", tmp,
sound/pci/ad1889.c
683
snd_iprintf(buffer, "Left: %s, -%d dB\n",
sound/pci/ad1889.c
687
snd_iprintf(buffer, "Right: %s, -%d dB\n",
sound/pci/ad1889.c
692
snd_iprintf(buffer, "Wave samplerate: %u Hz\n", reg);
sound/pci/ad1889.c
694
snd_iprintf(buffer, "Resampler samplerate: %u Hz\n", reg);
sound/pci/ak4531_codec.c
456
snd_iprintf(buffer, "Asahi Kasei AK4531\n\n");
sound/pci/ak4531_codec.c
457
snd_iprintf(buffer, "Recording source : %s\n"
sound/pci/ali5451/ali5451.c
1963
snd_iprintf(buf, "%02x: %08x\n", i, inl(ALI_REG(codec, i)));
sound/pci/asihpi/asihpi.c
2665
snd_iprintf(buffer, "ASIHPI driver proc file\n");
sound/pci/asihpi/asihpi.c
2671
snd_iprintf(buffer,
sound/pci/asihpi/asihpi.c
2677
snd_iprintf(buffer,
sound/pci/asihpi/asihpi.c
2691
snd_iprintf(buffer, "Sample Clock %dHz, source %s\n",
sound/pci/atiixp.c
1499
snd_iprintf(buffer, "%02x: %08x\n", i, readl(chip->remap_addr + i));
sound/pci/atiixp_modem.c
1130
snd_iprintf(buffer, "%02x: %08x\n", i, readl(chip->remap_addr + i));
sound/pci/ca0106/ca0106_proc.c
100
snd_iprintf(buffer, "non-audio\n");
sound/pci/ca0106/ca0106_proc.c
102
snd_iprintf(buffer, "Rate: ");
sound/pci/ca0106/ca0106_proc.c
105
snd_iprintf(buffer, "44100 Hz\n");
sound/pci/ca0106/ca0106_proc.c
108
snd_iprintf(buffer, "48000 Hz\n");
sound/pci/ca0106/ca0106_proc.c
111
snd_iprintf(buffer, "32000 Hz\n");
sound/pci/ca0106/ca0106_proc.c
114
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
117
snd_iprintf(buffer, "Copyright: ");
sound/pci/ca0106/ca0106_proc.c
119
snd_iprintf(buffer, "permitted\n");
sound/pci/ca0106/ca0106_proc.c
121
snd_iprintf(buffer, "protected\n");
sound/pci/ca0106/ca0106_proc.c
123
snd_iprintf(buffer, "Emphasis: ");
sound/pci/ca0106/ca0106_proc.c
125
snd_iprintf(buffer, "none\n");
sound/pci/ca0106/ca0106_proc.c
127
snd_iprintf(buffer, "50/15us\n");
sound/pci/ca0106/ca0106_proc.c
129
snd_iprintf(buffer, "Category: ");
sound/pci/ca0106/ca0106_proc.c
132
snd_iprintf(buffer, "%s\n", snd_ca0106_con_category[i].name);
sound/pci/ca0106/ca0106_proc.c
137
snd_iprintf(buffer, "unknown 0x%x\n", status[1] & IEC958_AES1_CON_CATEGORY);
sound/pci/ca0106/ca0106_proc.c
139
snd_iprintf(buffer, "Original: ");
sound/pci/ca0106/ca0106_proc.c
141
snd_iprintf(buffer, "original\n");
sound/pci/ca0106/ca0106_proc.c
143
snd_iprintf(buffer, "1st generation\n");
sound/pci/ca0106/ca0106_proc.c
145
snd_iprintf(buffer, "Clock: ");
sound/pci/ca0106/ca0106_proc.c
148
snd_iprintf(buffer, "1000 ppm\n");
sound/pci/ca0106/ca0106_proc.c
151
snd_iprintf(buffer, "50 ppm\n");
sound/pci/ca0106/ca0106_proc.c
154
snd_iprintf(buffer, "variable pitch\n");
sound/pci/ca0106/ca0106_proc.c
157
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
161
snd_iprintf(buffer, "Mode: professional\n");
sound/pci/ca0106/ca0106_proc.c
162
snd_iprintf(buffer, "Data: ");
sound/pci/ca0106/ca0106_proc.c
164
snd_iprintf(buffer, "audio\n");
sound/pci/ca0106/ca0106_proc.c
166
snd_iprintf(buffer, "non-audio\n");
sound/pci/ca0106/ca0106_proc.c
168
snd_iprintf(buffer, "Rate: ");
sound/pci/ca0106/ca0106_proc.c
171
snd_iprintf(buffer, "44100 Hz\n");
sound/pci/ca0106/ca0106_proc.c
174
snd_iprintf(buffer, "48000 Hz\n");
sound/pci/ca0106/ca0106_proc.c
177
snd_iprintf(buffer, "32000 Hz\n");
sound/pci/ca0106/ca0106_proc.c
180
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
183
snd_iprintf(buffer, "Rate Locked: ");
sound/pci/ca0106/ca0106_proc.c
185
snd_iprintf(buffer, "no\n");
sound/pci/ca0106/ca0106_proc.c
187
snd_iprintf(buffer, "yes\n");
sound/pci/ca0106/ca0106_proc.c
188
snd_iprintf(buffer, "Emphasis: ");
sound/pci/ca0106/ca0106_proc.c
191
snd_iprintf(buffer, "CCITT J.17\n");
sound/pci/ca0106/ca0106_proc.c
194
snd_iprintf(buffer, "none\n");
sound/pci/ca0106/ca0106_proc.c
197
snd_iprintf(buffer, "50/15us\n");
sound/pci/ca0106/ca0106_proc.c
201
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
204
snd_iprintf(buffer, "Stereophonic: ");
sound/pci/ca0106/ca0106_proc.c
206
snd_iprintf(buffer, "stereo\n");
sound/pci/ca0106/ca0106_proc.c
208
snd_iprintf(buffer, "not indicated\n");
sound/pci/ca0106/ca0106_proc.c
210
snd_iprintf(buffer, "Userbits: ");
sound/pci/ca0106/ca0106_proc.c
213
snd_iprintf(buffer, "192bit\n");
sound/pci/ca0106/ca0106_proc.c
216
snd_iprintf(buffer, "user-defined\n");
sound/pci/ca0106/ca0106_proc.c
219
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
222
snd_iprintf(buffer, "Sample Bits: ");
sound/pci/ca0106/ca0106_proc.c
225
snd_iprintf(buffer, "20 bit\n");
sound/pci/ca0106/ca0106_proc.c
228
snd_iprintf(buffer, "24 bit\n");
sound/pci/ca0106/ca0106_proc.c
231
snd_iprintf(buffer, "user defined\n");
sound/pci/ca0106/ca0106_proc.c
234
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
237
snd_iprintf(buffer, "Word Length: ");
sound/pci/ca0106/ca0106_proc.c
240
snd_iprintf(buffer, "22 bit or 18 bit\n");
sound/pci/ca0106/ca0106_proc.c
243
snd_iprintf(buffer, "23 bit or 19 bit\n");
sound/pci/ca0106/ca0106_proc.c
246
snd_iprintf(buffer, "24 bit or 20 bit\n");
sound/pci/ca0106/ca0106_proc.c
249
snd_iprintf(buffer, "20 bit or 16 bit\n");
sound/pci/ca0106/ca0106_proc.c
252
snd_iprintf(buffer, "unknown\n");
sound/pci/ca0106/ca0106_proc.c
265
snd_iprintf(buffer, "Status: %s, %s, %s\n",
sound/pci/ca0106/ca0106_proc.c
269
snd_iprintf(buffer, "Estimated sample rate: %u\n",
sound/pci/ca0106/ca0106_proc.c
272
snd_iprintf(buffer, "IEC958/SPDIF input status:\n");
sound/pci/ca0106/ca0106_proc.c
277
snd_iprintf(buffer, "\n");
sound/pci/ca0106/ca0106_proc.c
303
snd_iprintf(buffer, "Registers:\n\n");
sound/pci/ca0106/ca0106_proc.c
308
snd_iprintf(buffer, "Register %02X: %08lX\n", i, value);
sound/pci/ca0106/ca0106_proc.c
319
snd_iprintf(buffer, "Registers:\n\n");
sound/pci/ca0106/ca0106_proc.c
324
snd_iprintf(buffer, "Register %02X: %04X\n", i, value);
sound/pci/ca0106/ca0106_proc.c
335
snd_iprintf(buffer, "Registers:\n\n");
sound/pci/ca0106/ca0106_proc.c
340
snd_iprintf(buffer, "Register %02X: %02X\n", i, value);
sound/pci/ca0106/ca0106_proc.c
351
snd_iprintf(buffer, "Registers\n");
sound/pci/ca0106/ca0106_proc.c
353
snd_iprintf(buffer, "%02X: ",i);
sound/pci/ca0106/ca0106_proc.c
356
snd_iprintf(buffer, "%08lX ", value);
sound/pci/ca0106/ca0106_proc.c
358
snd_iprintf(buffer, "\n");
sound/pci/ca0106/ca0106_proc.c
369
snd_iprintf(buffer, "Registers\n");
sound/pci/ca0106/ca0106_proc.c
371
snd_iprintf(buffer, "%02X: ",i);
sound/pci/ca0106/ca0106_proc.c
374
snd_iprintf(buffer, "%08lX ", value);
sound/pci/ca0106/ca0106_proc.c
376
snd_iprintf(buffer, "\n");
sound/pci/ca0106/ca0106_proc.c
95
snd_iprintf(buffer, "Mode: consumer\n");
sound/pci/ca0106/ca0106_proc.c
96
snd_iprintf(buffer, "Data: ");
sound/pci/ca0106/ca0106_proc.c
98
snd_iprintf(buffer, "audio\n");
sound/pci/cmipci.c
2706
snd_iprintf(buffer, "%s\n", cm->card->longname);
sound/pci/cmipci.c
2712
snd_iprintf(buffer, "\n%02x:", i);
sound/pci/cmipci.c
2713
snd_iprintf(buffer, " %02x", v);
sound/pci/cmipci.c
2715
snd_iprintf(buffer, "\n");
sound/pci/cs4281.c
1100
snd_iprintf(buffer, "Cirrus Logic CS4281\n\n");
sound/pci/cs4281.c
1101
snd_iprintf(buffer, "Spurious half IRQs : %u\n", chip->spurious_dhtc_irq);
sound/pci/cs4281.c
1102
snd_iprintf(buffer, "Spurious end IRQs : %u\n", chip->spurious_dtc_irq);
sound/pci/cs46xx/dsp_spos.c
497
snd_iprintf(buffer, "SYMBOLS:\n");
sound/pci/cs46xx/dsp_spos.c
509
snd_iprintf(buffer, "%04X <%02X> %s [%s]\n",
sound/pci/cs46xx/dsp_spos.c
526
snd_iprintf(buffer, "MODULES:\n");
sound/pci/cs46xx/dsp_spos.c
528
snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name);
sound/pci/cs46xx/dsp_spos.c
529
snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols);
sound/pci/cs46xx/dsp_spos.c
530
snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups);
sound/pci/cs46xx/dsp_spos.c
534
snd_iprintf(buffer, " segment %02x offset %08x size %08x\n",
sound/pci/cs46xx/dsp_spos.c
549
snd_iprintf(buffer, "TASK TREES:\n");
sound/pci/cs46xx/dsp_spos.c
551
snd_iprintf(buffer,"\n%04x %s:\n",ins->tasks[i].address,ins->tasks[i].task_name);
sound/pci/cs46xx/dsp_spos.c
556
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
560
snd_iprintf(buffer,"%08x ",val);
sound/pci/cs46xx/dsp_spos.c
564
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
575
snd_iprintf(buffer, "SCB's:\n");
sound/pci/cs46xx/dsp_spos.c
579
snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name);
sound/pci/cs46xx/dsp_spos.c
582
snd_iprintf(buffer,"parent [%s:%04x] ",
sound/pci/cs46xx/dsp_spos.c
585
} else snd_iprintf(buffer,"parent [none] ");
sound/pci/cs46xx/dsp_spos.c
587
snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
sound/pci/cs46xx/dsp_spos.c
596
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
610
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
617
snd_iprintf (buffer,"\n%s:\n",symbol->symbol_name);
sound/pci/cs46xx/dsp_spos.c
621
snd_iprintf(buffer, "%04X ", i / (unsigned int)sizeof(u32));
sound/pci/cs46xx/dsp_spos.c
624
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
635
snd_iprintf(buffer,"PCMREADER:\n");
sound/pci/cs46xx/dsp_spos.c
638
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
643
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
646
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
649
snd_iprintf(buffer,"\nMIX_SAMPLE_BUF1:\n");
sound/pci/cs46xx/dsp_spos.c
654
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
659
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
662
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
665
snd_iprintf(buffer,"\nSRC_TASK_SCB1:\n");
sound/pci/cs46xx/dsp_spos.c
669
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
674
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
677
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
681
snd_iprintf(buffer,"\nSPDIFO_BUFFER:\n");
sound/pci/cs46xx/dsp_spos.c
685
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
690
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
693
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
696
snd_iprintf(buffer,"\n...\n");
sound/pci/cs46xx/dsp_spos.c
701
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
706
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
709
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
713
snd_iprintf(buffer,"\nOUTPUT_SNOOP:\n");
sound/pci/cs46xx/dsp_spos.c
717
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
722
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
725
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
728
snd_iprintf(buffer,"\nCODEC_INPUT_BUF1: \n");
sound/pci/cs46xx/dsp_spos.c
732
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
737
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
740
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
743
snd_iprintf(buffer,"\nWRITE_BACK_BUF1: \n");
sound/pci/cs46xx/dsp_spos.c
747
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
752
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
755
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
759
snd_iprintf(buffer,"\nSPDIFI_IP_OUTPUT_BUFFER1: \n");
sound/pci/cs46xx/dsp_spos.c
763
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos.c
768
snd_iprintf(buffer, "%04X ",i);
sound/pci/cs46xx/dsp_spos.c
771
snd_iprintf(buffer,"%08X ",readl(dst + i));
sound/pci/cs46xx/dsp_spos.c
773
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos_scb_lib.c
67
snd_iprintf(buffer,"%04x %s:\n",scb->address,scb->scb_name);
sound/pci/cs46xx/dsp_spos_scb_lib.c
71
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos_scb_lib.c
74
snd_iprintf(buffer,"%08x ",readl(dst + (scb->address + j) * sizeof(u32)));
sound/pci/cs46xx/dsp_spos_scb_lib.c
77
snd_iprintf(buffer,"\n");
sound/pci/cs46xx/dsp_spos_scb_lib.c
80
snd_iprintf(buffer,"parent [%s:%04x] ",
sound/pci/cs46xx/dsp_spos_scb_lib.c
83
} else snd_iprintf(buffer,"parent [none] ");
sound/pci/cs46xx/dsp_spos_scb_lib.c
85
snd_iprintf(buffer,"sub_list_ptr [%s:%04x]\nnext_scb_ptr [%s:%04x] task_entry [%s:%04x]\n",
sound/pci/cs46xx/dsp_spos_scb_lib.c
93
snd_iprintf(buffer,"index [%d] ref_count [%d]\n",scb->index,scb->ref_count);
sound/pci/emu10k1/emu10k1x.c
953
snd_iprintf(buffer, "Registers:\n\n");
sound/pci/emu10k1/emu10k1x.c
957
snd_iprintf(buffer, "Register %02X: %08lX\n", i, value);
sound/pci/emu10k1/emu10k1x.c
959
snd_iprintf(buffer, "\nRegisters\n\n");
sound/pci/emu10k1/emu10k1x.c
965
snd_iprintf(buffer, "%02X: %08lX %08lX %08lX\n", i, value, value1, value2);
sound/pci/emu10k1/emu10k1x.c
967
snd_iprintf(buffer, "%02X: %08lX\n", i, value);
sound/pci/emu10k1/emuproc.c
106
snd_iprintf(buffer, "Ch%-2i: A=%2i:%02x, B=%2i:%02x, C=%2i:%02x, D=%2i:%02x\n",
sound/pci/emu10k1/emuproc.c
114
snd_iprintf(buffer, "\nEffect Send Targets:\n");
sound/pci/emu10k1/emuproc.c
119
snd_iprintf(buffer, " Channel %02i [%s]\n", idx, c);
sound/pci/emu10k1/emuproc.c
122
snd_iprintf(buffer, "\nOutput Channels:\n");
sound/pci/emu10k1/emuproc.c
125
snd_iprintf(buffer, " Channel %02i [%s]\n", idx, outputs[idx]);
sound/pci/emu10k1/emuproc.c
126
snd_iprintf(buffer, "\nInput Channels:\n");
sound/pci/emu10k1/emuproc.c
129
snd_iprintf(buffer, " Channel %02i [%s]\n", idx, inputs[idx]);
sound/pci/emu10k1/emuproc.c
130
snd_iprintf(buffer, "\nMultichannel Capture Sources:\n");
sound/pci/emu10k1/emuproc.c
133
snd_iprintf(buffer, " Channel %02i [Output: %s]\n",
sound/pci/emu10k1/emuproc.c
138
snd_iprintf(buffer, " Channel %02i [Input: %s]\n",
sound/pci/emu10k1/emuproc.c
146
snd_iprintf(buffer, " Channel %02i [Output: %s]\n",
sound/pci/emu10k1/emuproc.c
149
snd_iprintf(buffer, " Channel %02i [Input: %s]\n",
sound/pci/emu10k1/emuproc.c
152
snd_iprintf(buffer, " Channel %02i [Input: %s]\n",
sound/pci/emu10k1/emuproc.c
175
snd_iprintf(buffer, "Lock status 1: %#x\n", value & 0x10);
sound/pci/emu10k1/emuproc.c
181
snd_iprintf(buffer, "Lock status 2: %#x %#x\n", value, value2);
sound/pci/emu10k1/emuproc.c
183
snd_iprintf(buffer, "S/PDIF rate: %dHz\n",
sound/pci/emu10k1/emuproc.c
186
snd_iprintf(buffer, "ADAT rate: %dHz\n",
sound/pci/emu10k1/emuproc.c
188
snd_iprintf(buffer, "Dock rate: %dHz\n",
sound/pci/emu10k1/emuproc.c
193
snd_iprintf(buffer, "BNC rate: %dHz\n",
sound/pci/emu10k1/emuproc.c
198
snd_iprintf(buffer, "\nS/PDIF input invalid\n");
sound/pci/emu10k1/emuproc.c
200
snd_iprintf(buffer, "\nS/PDIF mode: %s%s\n",
sound/pci/emu10k1/emuproc.c
209
snd_iprintf(buffer, "\nZoomed Video\n");
sound/pci/emu10k1/emuproc.c
210
snd_iprintf(buffer, "Rate Locked : %s\n", str_on_off(val & SRCS_RATELOCKED));
sound/pci/emu10k1/emuproc.c
211
snd_iprintf(buffer, "Estimated Sample Rate : 0x%x\n", val & SRCS_ESTSAMPLERATE);
sound/pci/emu10k1/emuproc.c
224
if (tmp & 0x8) snd_iprintf(buffer, "Channel %d: Rate=%d\n", n, samplerate[tmp & 0x7]);
sound/pci/emu10k1/emuproc.c
225
else snd_iprintf(buffer, "Channel %d: No input\n", n);
sound/pci/emu10k1/emuproc.c
33
snd_iprintf(buffer, "\n%s\n", title);
sound/pci/emu10k1/emuproc.c
344
snd_iprintf(buffer, "FX8010 Instruction List '%s'\n", emu->fx8010.name);
sound/pci/emu10k1/emuproc.c
345
snd_iprintf(buffer, " Code dump :\n");
sound/pci/emu10k1/emuproc.c
36
snd_iprintf(buffer, "Professional Mode : %s\n", str_yes_no(status & SPCS_PROFESSIONAL));
sound/pci/emu10k1/emuproc.c
368
snd_iprintf(buffer, "%s %s /* 0x%04x: 0x%08x%08x */\n",
sound/pci/emu10k1/emuproc.c
37
snd_iprintf(buffer, "Not Audio Data : %s\n", str_yes_no(status & SPCS_NOTAUDIODATA));
sound/pci/emu10k1/emuproc.c
38
snd_iprintf(buffer, "Copyright : %s\n", str_yes_no(status & SPCS_COPYRIGHT));
sound/pci/emu10k1/emuproc.c
39
snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]);
sound/pci/emu10k1/emuproc.c
40
snd_iprintf(buffer, "Mode : %i\n", (status & SPCS_MODEMASK) >> 6);
sound/pci/emu10k1/emuproc.c
41
snd_iprintf(buffer, "Category Code : 0x%x\n", (status & SPCS_CATEGORYCODEMASK) >> 8);
sound/pci/emu10k1/emuproc.c
42
snd_iprintf(buffer, "Generation Status : %s\n", status & SPCS_GENERATIONSTATUS ? "original" : "copy");
sound/pci/emu10k1/emuproc.c
43
snd_iprintf(buffer, "Source Mask : %i\n", (status & SPCS_SOURCENUMMASK) >> 16);
sound/pci/emu10k1/emuproc.c
437
snd_iprintf(buffer, "ch\tdirty\tlast\tuse\n");
sound/pci/emu10k1/emuproc.c
44
snd_iprintf(buffer, "Channel Number : %s\n", channel[(status & SPCS_CHANNELNUMMASK) >> 20]);
sound/pci/emu10k1/emuproc.c
440
snd_iprintf(buffer, "%i\t%u\t%u\t%s\n",
sound/pci/emu10k1/emuproc.c
45
snd_iprintf(buffer, "Sample Rate : %iHz\n", samplerate[(status & SPCS_SAMPLERATEMASK) >> 24]);
sound/pci/emu10k1/emuproc.c
455
snd_iprintf(buffer, "%04x: %04x\n", dst, src);
sound/pci/emu10k1/emuproc.c
46
snd_iprintf(buffer, "Clock Accuracy : %s\n", clkaccy[(status & SPCS_CLKACCYMASK) >> 28]);
sound/pci/emu10k1/emuproc.c
467
snd_iprintf(buffer, "EMU1010 Registers:\n\n");
sound/pci/emu10k1/emuproc.c
471
snd_iprintf(buffer, "%02x: %02x\n", i, value);
sound/pci/emu10k1/emuproc.c
474
snd_iprintf(buffer, "\nEMU1010 Routes:\n\n");
sound/pci/emu10k1/emuproc.c
50
snd_iprintf(buffer, "S/PDIF Valid : %s\n", str_on_off(rate & SRCS_SPDIFVALID));
sound/pci/emu10k1/emuproc.c
51
snd_iprintf(buffer, "S/PDIF Locked : %s\n", str_on_off(rate & SRCS_SPDIFLOCKED));
sound/pci/emu10k1/emuproc.c
513
snd_iprintf(buffer, "IO Registers:\n\n");
sound/pci/emu10k1/emuproc.c
516
snd_iprintf(buffer, "%02X: %08lX\n", i, value);
sound/pci/emu10k1/emuproc.c
52
snd_iprintf(buffer, "Rate Locked : %s\n", str_on_off(rate & SRCS_RATELOCKED));
sound/pci/emu10k1/emuproc.c
54
snd_iprintf(buffer, "Estimated Sample Rate : %d\n", ((rate & 0xFFFFF ) * 375) >> 11);
sound/pci/emu10k1/emuproc.c
57
snd_iprintf(buffer, "No signal detected.\n");
sound/pci/emu10k1/emuproc.c
572
snd_iprintf(buffer, "Input values out of range\n");
sound/pci/emu10k1/emuproc.c
575
snd_iprintf(buffer, "Registers 0x%x\n", iobase);
sound/pci/emu10k1/emuproc.c
577
snd_iprintf(buffer, "%02X: ",i);
sound/pci/emu10k1/emuproc.c
580
snd_iprintf(buffer, "%08lX ", value);
sound/pci/emu10k1/emuproc.c
582
snd_iprintf(buffer, "\n");
sound/pci/emu10k1/emuproc.c
76
snd_iprintf(buffer, "EMU10K1\n\n");
sound/pci/emu10k1/emuproc.c
77
snd_iprintf(buffer, "Card : %s\n",
sound/pci/emu10k1/emuproc.c
81
snd_iprintf(buffer, "Internal TRAM (words) : 0x%x\n", emu->fx8010.itram_size);
sound/pci/emu10k1/emuproc.c
82
snd_iprintf(buffer, "External TRAM (words) : 0x%x\n", (int)emu->fx8010.etram_pages.bytes / 2);
sound/pci/emu10k1/emuproc.c
84
snd_iprintf(buffer, "\nEffect Send Routing & Amounts:\n");
sound/pci/emu10k1/emuproc.c
93
snd_iprintf(buffer, "Ch%-2i: A=%2i:%02x, B=%2i:%02x, C=%2i:%02x, D=%2i:%02x, ",
sound/pci/emu10k1/emuproc.c
99
snd_iprintf(buffer, "E=%2i:%02x, F=%2i:%02x, G=%2i:%02x, H=%2i:%02x\n",
sound/pci/ens1370.c
1828
snd_iprintf(buffer, "Ensoniq AudioPCI " CHIP_NAME "\n\n");
sound/pci/ens1370.c
1829
snd_iprintf(buffer, "Joystick enable : %s\n",
sound/pci/ens1370.c
1832
snd_iprintf(buffer, "MIC +5V bias : %s\n",
sound/pci/ens1370.c
1834
snd_iprintf(buffer, "Line In to AOUT : %s\n",
sound/pci/ens1370.c
1837
snd_iprintf(buffer, "Joystick port : 0x%x\n",
sound/pci/ice1712/ice1712.c
1502
snd_iprintf(buffer, "%s\n\n", ice->card->longname);
sound/pci/ice1712/ice1712.c
1503
snd_iprintf(buffer, "EEPROM:\n");
sound/pci/ice1712/ice1712.c
1505
snd_iprintf(buffer, " Subvendor : 0x%x\n", ice->eeprom.subvendor);
sound/pci/ice1712/ice1712.c
1506
snd_iprintf(buffer, " Size : %i bytes\n", ice->eeprom.size);
sound/pci/ice1712/ice1712.c
1507
snd_iprintf(buffer, " Version : %i\n", ice->eeprom.version);
sound/pci/ice1712/ice1712.c
1508
snd_iprintf(buffer, " Codec : 0x%x\n", ice->eeprom.data[ICE_EEP1_CODEC]);
sound/pci/ice1712/ice1712.c
1509
snd_iprintf(buffer, " ACLink : 0x%x\n", ice->eeprom.data[ICE_EEP1_ACLINK]);
sound/pci/ice1712/ice1712.c
1510
snd_iprintf(buffer, " I2S ID : 0x%x\n", ice->eeprom.data[ICE_EEP1_I2SID]);
sound/pci/ice1712/ice1712.c
1511
snd_iprintf(buffer, " S/PDIF : 0x%x\n", ice->eeprom.data[ICE_EEP1_SPDIF]);
sound/pci/ice1712/ice1712.c
1512
snd_iprintf(buffer, " GPIO mask : 0x%x\n", ice->eeprom.gpiomask);
sound/pci/ice1712/ice1712.c
1513
snd_iprintf(buffer, " GPIO state : 0x%x\n", ice->eeprom.gpiostate);
sound/pci/ice1712/ice1712.c
1514
snd_iprintf(buffer, " GPIO direction : 0x%x\n", ice->eeprom.gpiodir);
sound/pci/ice1712/ice1712.c
1515
snd_iprintf(buffer, " AC'97 main : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_MAIN_LO));
sound/pci/ice1712/ice1712.c
1516
snd_iprintf(buffer, " AC'97 pcm : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_PCM_LO));
sound/pci/ice1712/ice1712.c
1517
snd_iprintf(buffer, " AC'97 record : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_REC_LO));
sound/pci/ice1712/ice1712.c
1518
snd_iprintf(buffer, " AC'97 record src : 0x%x\n", ice->eeprom.data[ICE_EEP1_AC97_RECSRC]);
sound/pci/ice1712/ice1712.c
1520
snd_iprintf(buffer, " DAC ID #%i : 0x%x\n", idx, ice->eeprom.data[ICE_EEP1_DAC_ID + idx]);
sound/pci/ice1712/ice1712.c
1522
snd_iprintf(buffer, " ADC ID #%i : 0x%x\n", idx, ice->eeprom.data[ICE_EEP1_ADC_ID + idx]);
sound/pci/ice1712/ice1712.c
1524
snd_iprintf(buffer, " Extra #%02i : 0x%x\n", idx, ice->eeprom.data[idx]);
sound/pci/ice1712/ice1712.c
1526
snd_iprintf(buffer, "\nRegisters:\n");
sound/pci/ice1712/ice1712.c
1527
snd_iprintf(buffer, " PSDOUT03 : 0x%04x\n", (unsigned)inw(ICEMT(ice, ROUTE_PSDOUT03)));
sound/pci/ice1712/ice1712.c
1528
snd_iprintf(buffer, " CAPTURE : 0x%08x\n", inl(ICEMT(ice, ROUTE_CAPTURE)));
sound/pci/ice1712/ice1712.c
1529
snd_iprintf(buffer, " SPDOUT : 0x%04x\n", (unsigned)inw(ICEMT(ice, ROUTE_SPDOUT)));
sound/pci/ice1712/ice1712.c
1530
snd_iprintf(buffer, " RATE : 0x%02x\n", (unsigned)inb(ICEMT(ice, RATE)));
sound/pci/ice1712/ice1712.c
1531
snd_iprintf(buffer, " GPIO_DATA : 0x%02x\n", (unsigned)snd_ice1712_get_gpio_data(ice));
sound/pci/ice1712/ice1712.c
1532
snd_iprintf(buffer, " GPIO_WRITE_MASK : 0x%02x\n", (unsigned)snd_ice1712_read(ice, ICE1712_IREG_GPIO_WRITE_MASK));
sound/pci/ice1712/ice1712.c
1533
snd_iprintf(buffer, " GPIO_DIRECTION : 0x%02x\n", (unsigned)snd_ice1712_read(ice, ICE1712_IREG_GPIO_DIRECTION));
sound/pci/ice1712/ice1724.c
1486
snd_iprintf(buffer, "%s\n\n", ice->card->longname);
sound/pci/ice1712/ice1724.c
1487
snd_iprintf(buffer, "EEPROM:\n");
sound/pci/ice1712/ice1724.c
1489
snd_iprintf(buffer, " Subvendor : 0x%x\n", ice->eeprom.subvendor);
sound/pci/ice1712/ice1724.c
1490
snd_iprintf(buffer, " Size : %i bytes\n", ice->eeprom.size);
sound/pci/ice1712/ice1724.c
1491
snd_iprintf(buffer, " Version : %i\n", ice->eeprom.version);
sound/pci/ice1712/ice1724.c
1492
snd_iprintf(buffer, " System Config : 0x%x\n",
sound/pci/ice1712/ice1724.c
1494
snd_iprintf(buffer, " ACLink : 0x%x\n",
sound/pci/ice1712/ice1724.c
1496
snd_iprintf(buffer, " I2S : 0x%x\n",
sound/pci/ice1712/ice1724.c
1498
snd_iprintf(buffer, " S/PDIF : 0x%x\n",
sound/pci/ice1712/ice1724.c
1500
snd_iprintf(buffer, " GPIO direction : 0x%x\n",
sound/pci/ice1712/ice1724.c
1502
snd_iprintf(buffer, " GPIO mask : 0x%x\n",
sound/pci/ice1712/ice1724.c
1504
snd_iprintf(buffer, " GPIO state : 0x%x\n",
sound/pci/ice1712/ice1724.c
1507
snd_iprintf(buffer, " Extra #%02i : 0x%x\n",
sound/pci/ice1712/ice1724.c
1510
snd_iprintf(buffer, "\nRegisters:\n");
sound/pci/ice1712/ice1724.c
1512
snd_iprintf(buffer, " PSDOUT03 : 0x%08x\n",
sound/pci/ice1712/ice1724.c
1515
snd_iprintf(buffer, " CCS%02x : 0x%02x\n",
sound/pci/ice1712/ice1724.c
1518
snd_iprintf(buffer, " MT%02x : 0x%02x\n",
sound/pci/ice1712/pontis.c
629
snd_iprintf(buffer, "%02x = %04x\n", reg, val);
sound/pci/ice1712/pontis.c
647
snd_iprintf(buffer, "%02x = %02x\n", reg, val);
sound/pci/ice1712/pontis.c
650
snd_iprintf(buffer, "%02x = %02x\n", 0x7f, val);
sound/pci/ice1712/prodigy192.c
625
snd_iprintf(buffer, "0x%02x = 0x%02x\n", reg, val);
sound/pci/ice1712/prodigy_hifi.c
872
snd_iprintf(buffer, "%02x = %04x\n", reg, val);
sound/pci/ice1712/quartet.c
479
snd_iprintf(buffer, "SCR: %s\n", get_binary(bin_buffer,
sound/pci/ice1712/quartet.c
481
snd_iprintf(buffer, "MCR: %s\n", get_binary(bin_buffer,
sound/pci/ice1712/quartet.c
483
snd_iprintf(buffer, "CPLD: %s\n", get_binary(bin_buffer,
sound/pci/intel8x0.c
2779
snd_iprintf(buffer, "Intel8x0\n\n");
sound/pci/intel8x0.c
2783
snd_iprintf(buffer, "Global control : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT)));
sound/pci/intel8x0.c
2784
snd_iprintf(buffer, "Global status : 0x%08x\n", tmp);
sound/pci/intel8x0.c
2786
snd_iprintf(buffer, "SDM : 0x%08x\n", igetdword(chip, ICHREG(SDM)));
sound/pci/intel8x0.c
2787
snd_iprintf(buffer, "AC'97 codecs ready :");
sound/pci/intel8x0.c
2795
snd_iprintf(buffer, " %s", codecs[i]);
sound/pci/intel8x0.c
2797
snd_iprintf(buffer, " none");
sound/pci/intel8x0.c
2798
snd_iprintf(buffer, "\n");
sound/pci/intel8x0.c
2801
snd_iprintf(buffer, "AC'97 codecs SDIN : %i %i %i\n",
sound/pci/intel8x0m.c
1009
snd_iprintf(buffer, "Intel8x0m\n\n");
sound/pci/intel8x0m.c
1013
snd_iprintf(buffer, "Global control : 0x%08x\n",
sound/pci/intel8x0m.c
1015
snd_iprintf(buffer, "Global status : 0x%08x\n", tmp);
sound/pci/intel8x0m.c
1016
snd_iprintf(buffer, "AC'97 codecs ready :%s%s%s%s\n",
sound/pci/korg1212/korg1212.c
1937
snd_iprintf(buffer, korg1212->card->longname);
sound/pci/korg1212/korg1212.c
1938
snd_iprintf(buffer, " (index #%d)\n", korg1212->card->number + 1);
sound/pci/korg1212/korg1212.c
1939
snd_iprintf(buffer, "\nGeneral settings\n");
sound/pci/korg1212/korg1212.c
1940
snd_iprintf(buffer, " period size: %zd bytes\n", K1212_PERIOD_BYTES);
sound/pci/korg1212/korg1212.c
1941
snd_iprintf(buffer, " clock mode: %s\n", clockSourceName[korg1212->clkSrcRate] );
sound/pci/korg1212/korg1212.c
1942
snd_iprintf(buffer, " left ADC Sens: %d\n", korg1212->leftADCInSens );
sound/pci/korg1212/korg1212.c
1943
snd_iprintf(buffer, " right ADC Sens: %d\n", korg1212->rightADCInSens );
sound/pci/korg1212/korg1212.c
1944
snd_iprintf(buffer, " Volume Info:\n");
sound/pci/korg1212/korg1212.c
1946
snd_iprintf(buffer, " Channel %d: %s -> %s [%d]\n", n,
sound/pci/korg1212/korg1212.c
1950
snd_iprintf(buffer, "\nGeneral status\n");
sound/pci/korg1212/korg1212.c
1951
snd_iprintf(buffer, " ADAT Time Code: %d\n", korg1212->sharedBufferPtr->AdatTimeCode);
sound/pci/korg1212/korg1212.c
1952
snd_iprintf(buffer, " Card State: %s\n", stateName[korg1212->cardState]);
sound/pci/korg1212/korg1212.c
1953
snd_iprintf(buffer, "Idle mon. State: %d\n", korg1212->idleMonitorOn);
sound/pci/korg1212/korg1212.c
1954
snd_iprintf(buffer, "Cmd retry count: %d\n", korg1212->cmdRetryCount);
sound/pci/korg1212/korg1212.c
1955
snd_iprintf(buffer, " Irq count: %ld\n", korg1212->irqcount);
sound/pci/korg1212/korg1212.c
1956
snd_iprintf(buffer, " Error count: %ld\n", korg1212->totalerrorcnt);
sound/pci/lola/lola_proc.c
105
snd_iprintf(buffer, "Vendor: 0x%08x\n", val);
sound/pci/lola/lola_proc.c
107
snd_iprintf(buffer, "Function Type: %d\n", val);
sound/pci/lola/lola_proc.c
109
snd_iprintf(buffer, "Specific-Caps: 0x%08x\n", val);
sound/pci/lola/lola_proc.c
110
snd_iprintf(buffer, " Pins-In %d, Pins-Out %d\n",
sound/pci/lola/lola_proc.c
153
snd_iprintf(buffer, "0x%x 0x%x\n", chip->debug_res, chip->debug_res_ex);
sound/pci/lola/lola_proc.c
166
snd_iprintf(buffer, "BAR0 %02x: %08x\n", i,
sound/pci/lola/lola_proc.c
169
snd_iprintf(buffer, "\n");
sound/pci/lola/lola_proc.c
171
snd_iprintf(buffer, "BAR1 %02x: %08x\n", i,
sound/pci/lola/lola_proc.c
174
snd_iprintf(buffer, "\n");
sound/pci/lola/lola_proc.c
176
snd_iprintf(buffer, "BAR1 %02x: %08x\n", i,
sound/pci/lola/lola_proc.c
179
snd_iprintf(buffer, "\n");
sound/pci/lola/lola_proc.c
181
snd_iprintf(buffer, "DSD %02x STS %08x\n", i,
sound/pci/lola/lola_proc.c
183
snd_iprintf(buffer, "DSD %02x LPIB %08x\n", i,
sound/pci/lola/lola_proc.c
185
snd_iprintf(buffer, "DSD %02x CTL %08x\n", i,
sound/pci/lola/lola_proc.c
187
snd_iprintf(buffer, "DSD %02x LVIL %08x\n", i,
sound/pci/lola/lola_proc.c
189
snd_iprintf(buffer, "DSD %02x BDPL %08x\n", i,
sound/pci/lola/lola_proc.c
191
snd_iprintf(buffer, "DSD %02x BDPU %08x\n", i,
sound/pci/lola/lola_proc.c
22
snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val);
sound/pci/lola/lola_proc.c
24
snd_iprintf(buffer, " Formats: 0x%x\n", val);
sound/pci/lola/lola_proc.c
34
snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val);
sound/pci/lola/lola_proc.c
38
snd_iprintf(buffer, " Amp-Caps: 0x%x\n", val);
sound/pci/lola/lola_proc.c
39
snd_iprintf(buffer, " mute=%d, step-size=%d, steps=%d, ofs=%d\n",
sound/pci/lola/lola_proc.c
45
snd_iprintf(buffer, " Max-level: 0x%x\n", val);
sound/pci/lola/lola_proc.c
55
snd_iprintf(buffer, "Node 0x%02x [Clock] wcaps 0x%x\n", nid, val);
sound/pci/lola/lola_proc.c
82
snd_iprintf(buffer, " Clock %d: Type %d:%s, freq=%d\n",
sound/pci/lola/lola_proc.c
94
snd_iprintf(buffer, "Node 0x%02x [Mixer] wcaps 0x%x\n", nid, val);
sound/pci/lx6464es/lx6464es.c
869
snd_iprintf(buffer, "capture levels:\n");
sound/pci/lx6464es/lx6464es.c
876
snd_iprintf(buffer, "%08x ", levels[i*8+j]);
sound/pci/lx6464es/lx6464es.c
877
snd_iprintf(buffer, "\n");
sound/pci/lx6464es/lx6464es.c
880
snd_iprintf(buffer, "\nplayback levels:\n");
sound/pci/lx6464es/lx6464es.c
888
snd_iprintf(buffer, "%08x ", levels[i*8+j]);
sound/pci/lx6464es/lx6464es.c
889
snd_iprintf(buffer, "\n");
sound/pci/lx6464es/lx6464es.c
892
snd_iprintf(buffer, "\n");
sound/pci/mixart/mixart.c
1155
snd_iprintf(buffer, "Digigram miXart (alsa card %d)\n\n", chip->chip_idx);
sound/pci/mixart/mixart.c
1159
snd_iprintf(buffer, "- hardware -\n");
sound/pci/mixart/mixart.c
1161
case MIXART_DAUGHTER_TYPE_NONE : snd_iprintf(buffer, "\tmiXart8 (no daughter board)\n\n"); break;
sound/pci/mixart/mixart.c
1162
case MIXART_DAUGHTER_TYPE_AES : snd_iprintf(buffer, "\tmiXart8 AES/EBU\n\n"); break;
sound/pci/mixart/mixart.c
1163
case MIXART_DAUGHTER_TYPE_COBRANET : snd_iprintf(buffer, "\tmiXart8 Cobranet\n\n"); break;
sound/pci/mixart/mixart.c
1164
default: snd_iprintf(buffer, "\tUNKNOWN!\n\n"); break;
sound/pci/mixart/mixart.c
1167
snd_iprintf(buffer, "- system load -\n");
sound/pci/mixart/mixart.c
1178
snd_iprintf(buffer, "\tstreaming : %d\n", streaming);
sound/pci/mixart/mixart.c
1179
snd_iprintf(buffer, "\tmailbox : %d\n", mailbox);
sound/pci/mixart/mixart.c
1180
snd_iprintf(buffer, "\tinterrupts handling : %d\n\n", interr);
sound/pci/oxygen/oxygen.c
678
snd_iprintf(buffer, "\nAK4396 %u:", dac + 1);
sound/pci/oxygen/oxygen.c
680
snd_iprintf(buffer, " %02x", data->ak4396_regs[dac][i]);
sound/pci/oxygen/oxygen.c
682
snd_iprintf(buffer, "\n");
sound/pci/oxygen/oxygen.c
691
snd_iprintf(buffer, "\nWM8785:");
sound/pci/oxygen/oxygen.c
693
snd_iprintf(buffer, " %03x", data->wm8785_regs[i]);
sound/pci/oxygen/oxygen.c
694
snd_iprintf(buffer, "\n");
sound/pci/oxygen/oxygen_lib.c
196
snd_iprintf(buffer, "CMI878%c:\n", i);
sound/pci/oxygen/oxygen_lib.c
198
snd_iprintf(buffer, "%02x:", i);
sound/pci/oxygen/oxygen_lib.c
200
snd_iprintf(buffer, " %02x", oxygen_read8(chip, i + j));
sound/pci/oxygen/oxygen_lib.c
201
snd_iprintf(buffer, "\n");
sound/pci/oxygen/oxygen_lib.c
206
snd_iprintf(buffer, "\nAC97:\n");
sound/pci/oxygen/oxygen_lib.c
208
snd_iprintf(buffer, "%02x:", i);
sound/pci/oxygen/oxygen_lib.c
210
snd_iprintf(buffer, " %04x",
sound/pci/oxygen/oxygen_lib.c
212
snd_iprintf(buffer, "\n");
sound/pci/oxygen/oxygen_lib.c
216
snd_iprintf(buffer, "\nAC97 2:\n");
sound/pci/oxygen/oxygen_lib.c
218
snd_iprintf(buffer, "%02x:", i);
sound/pci/oxygen/oxygen_lib.c
220
snd_iprintf(buffer, " %04x",
sound/pci/oxygen/oxygen_lib.c
222
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_cs43xx.c
369
snd_iprintf(buffer, "\nCS4362A:");
sound/pci/oxygen/xonar_cs43xx.c
371
snd_iprintf(buffer, " %02x", data->cs4362a_regs[i]);
sound/pci/oxygen/xonar_cs43xx.c
372
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_cs43xx.c
381
snd_iprintf(buffer, "\nCS4398: 7?");
sound/pci/oxygen/xonar_cs43xx.c
383
snd_iprintf(buffer, " %02x", data->cs4398_regs[i]);
sound/pci/oxygen/xonar_cs43xx.c
384
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_dg.c
280
snd_iprintf(buffer, "\nCS4245:");
sound/pci/oxygen/xonar_dg.c
283
snd_iprintf(buffer, " %02x", data->cs4245_shadow[addr]);
sound/pci/oxygen/xonar_dg.c
284
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_pcm179x.c
1134
snd_iprintf(buffer, "\nPCM1796 %u:", dac + 1);
sound/pci/oxygen/xonar_pcm179x.c
1136
snd_iprintf(buffer, " %02x",
sound/pci/oxygen/xonar_pcm179x.c
1139
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_pcm179x.c
1149
snd_iprintf(buffer, "\nCS2000:\n00: ");
sound/pci/oxygen/xonar_pcm179x.c
1151
snd_iprintf(buffer, " %02x", data->cs2000_regs[i]);
sound/pci/oxygen/xonar_pcm179x.c
1152
snd_iprintf(buffer, "\n10:");
sound/pci/oxygen/xonar_pcm179x.c
1154
snd_iprintf(buffer, " %02x", data->cs2000_regs[i]);
sound/pci/oxygen/xonar_pcm179x.c
1155
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_wm87x6.c
1215
snd_iprintf(buffer, "\nWM8776:\n00:");
sound/pci/oxygen/xonar_wm87x6.c
1217
snd_iprintf(buffer, " %03x", data->wm8776_regs[i]);
sound/pci/oxygen/xonar_wm87x6.c
1218
snd_iprintf(buffer, "\n10:");
sound/pci/oxygen/xonar_wm87x6.c
1220
snd_iprintf(buffer, " %03x", data->wm8776_regs[i]);
sound/pci/oxygen/xonar_wm87x6.c
1221
snd_iprintf(buffer, "\n");
sound/pci/oxygen/xonar_wm87x6.c
1231
snd_iprintf(buffer, "\nWM8766:\n00:");
sound/pci/oxygen/xonar_wm87x6.c
1233
snd_iprintf(buffer, " %03x", data->wm8766_regs[i]);
sound/pci/oxygen/xonar_wm87x6.c
1234
snd_iprintf(buffer, "\n");
sound/pci/pcxhr/pcxhr.c
1204
snd_iprintf(buffer, "\n%s\n", mgr->name);
sound/pci/pcxhr/pcxhr.c
1212
snd_iprintf(buffer, "module version %s\n",
sound/pci/pcxhr/pcxhr.c
1214
snd_iprintf(buffer, "dsp version %d.%d.%d\n",
sound/pci/pcxhr/pcxhr.c
1217
snd_iprintf(buffer, "analog io available\n");
sound/pci/pcxhr/pcxhr.c
1219
snd_iprintf(buffer, "digital only board\n");
sound/pci/pcxhr/pcxhr.c
1236
snd_iprintf(buffer, "cpu load %d%%\n", cur);
sound/pci/pcxhr/pcxhr.c
1237
snd_iprintf(buffer, "buffer pool %d/%d\n",
sound/pci/pcxhr/pcxhr.c
1241
snd_iprintf(buffer, "dma granularity : %d\n",
sound/pci/pcxhr/pcxhr.c
1243
snd_iprintf(buffer, "dsp time errors : %d\n",
sound/pci/pcxhr/pcxhr.c
1245
snd_iprintf(buffer, "dsp async pipe xrun errors : %d\n",
sound/pci/pcxhr/pcxhr.c
1247
snd_iprintf(buffer, "dsp async stream xrun errors : %d\n",
sound/pci/pcxhr/pcxhr.c
1249
snd_iprintf(buffer, "dsp async last other error : %x\n",
sound/pci/pcxhr/pcxhr.c
1262
snd_iprintf(buffer, "debug[%02d] = %06x\n",
sound/pci/pcxhr/pcxhr.c
1266
snd_iprintf(buffer, "no firmware loaded\n");
sound/pci/pcxhr/pcxhr.c
1267
snd_iprintf(buffer, "\n");
sound/pci/pcxhr/pcxhr.c
1291
snd_iprintf(buffer, "\n%s\n", mgr->name);
sound/pci/pcxhr/pcxhr.c
1292
snd_iprintf(buffer, "Current Sample Clock\t: %s\n",
sound/pci/pcxhr/pcxhr.c
1294
snd_iprintf(buffer, "Current Sample Rate\t= %d\n",
sound/pci/pcxhr/pcxhr.c
1303
snd_iprintf(buffer, "%s Clock\t\t= %d\n",
sound/pci/pcxhr/pcxhr.c
1307
snd_iprintf(buffer, "no firmware loaded\n");
sound/pci/pcxhr/pcxhr.c
1308
snd_iprintf(buffer, "\n");
sound/pci/pcxhr/pcxhr.c
1321
snd_iprintf(buffer, "GPI: 0x%x\n", value);
sound/pci/pcxhr/pcxhr.c
1323
snd_iprintf(buffer, "GPO: 0x%x\n", value);
sound/pci/pcxhr/pcxhr.c
1325
snd_iprintf(buffer, "no firmware loaded\n");
sound/pci/pcxhr/pcxhr.c
1326
snd_iprintf(buffer, "\n");
sound/pci/pcxhr/pcxhr.c
1366
snd_iprintf(buffer, "no firmware loaded\n");
sound/pci/pcxhr/pcxhr.c
1374
snd_iprintf(buffer, "ltc not activated (%d)\n", err);
sound/pci/pcxhr/pcxhr.c
1387
snd_iprintf(buffer, "ltc read error (err=%d)\n", err);
sound/pci/pcxhr/pcxhr.c
1395
snd_iprintf(buffer, "timecode: %02u:%02u:%02u-%02u\n",
sound/pci/pcxhr/pcxhr.c
1397
snd_iprintf(buffer, "raw: 0x%04x%06x%06x\n", rmh.stat[0] & 0x00ffff,
sound/pci/pcxhr/pcxhr.c
1402
snd_iprintf(buffer, "warning: linear timecode not valid\n");
sound/pci/riptide/riptide.c
1875
snd_iprintf(buffer, "%s\n\n", chip->card->longname);
sound/pci/riptide/riptide.c
1876
snd_iprintf(buffer, "Device ID: 0x%x\nReceived IRQs: (%ld)%ld\nPorts:",
sound/pci/riptide/riptide.c
1879
snd_iprintf(buffer, "%c%02x: %08x",
sound/pci/riptide/riptide.c
1883
snd_iprintf(buffer,
sound/pci/riptide/riptide.c
1889
snd_iprintf(buffer, "\nDigital mixer:");
sound/pci/riptide/riptide.c
1892
snd_iprintf(buffer, "\n %d: %d %d", i, rval, lval);
sound/pci/riptide/riptide.c
1894
snd_iprintf(buffer,
sound/pci/riptide/riptide.c
1899
snd_iprintf(buffer, "\nOpen streams %d:\n", chip->openstreams);
sound/pci/riptide/riptide.c
1906
snd_iprintf(buffer,
sound/pci/riptide/riptide.c
1911
snd_iprintf(buffer, "rate: %d\n", rate);
sound/pci/riptide/riptide.c
1917
snd_iprintf(buffer,
sound/pci/riptide/riptide.c
1922
snd_iprintf(buffer, "rate: %d\n", rate);
sound/pci/riptide/riptide.c
1925
snd_iprintf(buffer, "Paths:\n");
sound/pci/riptide/riptide.c
1929
snd_iprintf(buffer, "%x->%x ", p[i], p[i + 1]);
sound/pci/riptide/riptide.c
1931
snd_iprintf(buffer, "\n");
sound/pci/rme32.c
1380
snd_iprintf(buffer, rme32->card->longname);
sound/pci/rme32.c
1381
snd_iprintf(buffer, " (index #%d)\n", rme32->card->number + 1);
sound/pci/rme32.c
1383
snd_iprintf(buffer, "\nGeneral settings\n");
sound/pci/rme32.c
1385
snd_iprintf(buffer, " Full-duplex mode\n");
sound/pci/rme32.c
1387
snd_iprintf(buffer, " Half-duplex mode\n");
sound/pci/rme32.c
1389
snd_iprintf(buffer, " receiver: CS8414\n");
sound/pci/rme32.c
1391
snd_iprintf(buffer, " receiver: CS8412\n");
sound/pci/rme32.c
1394
snd_iprintf(buffer, " format: 24 bit");
sound/pci/rme32.c
1396
snd_iprintf(buffer, " format: 16 bit");
sound/pci/rme32.c
1399
snd_iprintf(buffer, ", Mono\n");
sound/pci/rme32.c
1401
snd_iprintf(buffer, ", Stereo\n");
sound/pci/rme32.c
1404
snd_iprintf(buffer, "\nInput settings\n");
sound/pci/rme32.c
1407
snd_iprintf(buffer, " input: optical");
sound/pci/rme32.c
1410
snd_iprintf(buffer, " input: coaxial");
sound/pci/rme32.c
1413
snd_iprintf(buffer, " input: internal");
sound/pci/rme32.c
1416
snd_iprintf(buffer, " input: XLR");
sound/pci/rme32.c
1420
snd_iprintf(buffer, "\n sample rate: no valid signal\n");
sound/pci/rme32.c
1423
snd_iprintf(buffer, " (8 channels)\n");
sound/pci/rme32.c
1425
snd_iprintf(buffer, " (2 channels)\n");
sound/pci/rme32.c
1427
snd_iprintf(buffer, " sample rate: %d Hz\n",
sound/pci/rme32.c
1431
snd_iprintf(buffer, "\nOutput settings\n");
sound/pci/rme32.c
1433
snd_iprintf(buffer, " output signal: normal playback");
sound/pci/rme32.c
1435
snd_iprintf(buffer, " output signal: same as input");
sound/pci/rme32.c
1438
snd_iprintf(buffer, " (muted)\n");
sound/pci/rme32.c
1440
snd_iprintf(buffer, "\n");
sound/pci/rme32.c
1447
snd_iprintf(buffer, " sample rate: %d Hz\n",
sound/pci/rme32.c
1451
snd_iprintf(buffer, " sample clock source: AutoSync\n");
sound/pci/rme32.c
1453
snd_iprintf(buffer, " sample clock source: Internal\n");
sound/pci/rme32.c
1456
snd_iprintf(buffer, " format: AES/EBU (professional)\n");
sound/pci/rme32.c
1458
snd_iprintf(buffer, " format: IEC958 (consumer)\n");
sound/pci/rme32.c
1461
snd_iprintf(buffer, " emphasis: on\n");
sound/pci/rme32.c
1463
snd_iprintf(buffer, " emphasis: off\n");
sound/pci/rme96.c
1668
snd_iprintf(buffer, rme96->card->longname);
sound/pci/rme96.c
1669
snd_iprintf(buffer, " (index #%d)\n", rme96->card->number + 1);
sound/pci/rme96.c
1671
snd_iprintf(buffer, "\nGeneral settings\n");
sound/pci/rme96.c
1673
snd_iprintf(buffer, " period size: N/A (interrupts "
sound/pci/rme96.c
1676
snd_iprintf(buffer, " period size: 2048 bytes\n");
sound/pci/rme96.c
1678
snd_iprintf(buffer, " period size: 8192 bytes\n");
sound/pci/rme96.c
1680
snd_iprintf(buffer, "\nInput settings\n");
sound/pci/rme96.c
1683
snd_iprintf(buffer, " input: optical");
sound/pci/rme96.c
1686
snd_iprintf(buffer, " input: coaxial");
sound/pci/rme96.c
1689
snd_iprintf(buffer, " input: internal");
sound/pci/rme96.c
1692
snd_iprintf(buffer, " input: XLR");
sound/pci/rme96.c
1695
snd_iprintf(buffer, " input: analog");
sound/pci/rme96.c
1699
snd_iprintf(buffer, "\n sample rate: no valid signal\n");
sound/pci/rme96.c
1702
snd_iprintf(buffer, " (8 channels)\n");
sound/pci/rme96.c
1704
snd_iprintf(buffer, " (2 channels)\n");
sound/pci/rme96.c
1706
snd_iprintf(buffer, " sample rate: %d Hz\n",
sound/pci/rme96.c
1710
snd_iprintf(buffer, " sample format: 24 bit\n");
sound/pci/rme96.c
1712
snd_iprintf(buffer, " sample format: 16 bit\n");
sound/pci/rme96.c
1715
snd_iprintf(buffer, "\nOutput settings\n");
sound/pci/rme96.c
1717
snd_iprintf(buffer, " output signal: normal playback\n");
sound/pci/rme96.c
1719
snd_iprintf(buffer, " output signal: same as input\n");
sound/pci/rme96.c
1721
snd_iprintf(buffer, " sample rate: %d Hz\n",
sound/pci/rme96.c
1724
snd_iprintf(buffer, " sample format: 24 bit\n");
sound/pci/rme96.c
1726
snd_iprintf(buffer, " sample format: 16 bit\n");
sound/pci/rme96.c
1729
snd_iprintf(buffer, " sample clock source: word clock\n");
sound/pci/rme96.c
1731
snd_iprintf(buffer, " sample clock source: internal\n");
sound/pci/rme96.c
1733
snd_iprintf(buffer, " sample clock source: autosync (internal anyway due to analog input setting)\n");
sound/pci/rme96.c
1735
snd_iprintf(buffer, " sample clock source: autosync (internal anyway due to no valid signal)\n");
sound/pci/rme96.c
1737
snd_iprintf(buffer, " sample clock source: autosync\n");
sound/pci/rme96.c
1740
snd_iprintf(buffer, " format: AES/EBU (professional)\n");
sound/pci/rme96.c
1742
snd_iprintf(buffer, " format: IEC958 (consumer)\n");
sound/pci/rme96.c
1745
snd_iprintf(buffer, " emphasis: on\n");
sound/pci/rme96.c
1747
snd_iprintf(buffer, " emphasis: off\n");
sound/pci/rme96.c
1750
snd_iprintf(buffer, " non-audio (dolby): on\n");
sound/pci/rme96.c
1752
snd_iprintf(buffer, " non-audio (dolby): off\n");
sound/pci/rme96.c
1755
snd_iprintf(buffer, "\nAnalog output settings\n");
sound/pci/rme96.c
1758
snd_iprintf(buffer, " monitored ADAT tracks: 1+2\n");
sound/pci/rme96.c
1761
snd_iprintf(buffer, " monitored ADAT tracks: 3+4\n");
sound/pci/rme96.c
1764
snd_iprintf(buffer, " monitored ADAT tracks: 5+6\n");
sound/pci/rme96.c
1767
snd_iprintf(buffer, " monitored ADAT tracks: 7+8\n");
sound/pci/rme96.c
1772
snd_iprintf(buffer, " attenuation: 0 dB\n");
sound/pci/rme96.c
1775
snd_iprintf(buffer, " attenuation: -6 dB\n");
sound/pci/rme96.c
1778
snd_iprintf(buffer, " attenuation: -12 dB\n");
sound/pci/rme96.c
1781
snd_iprintf(buffer, " attenuation: -18 dB\n");
sound/pci/rme96.c
1784
snd_iprintf(buffer, " volume left: %u\n", rme96->vol[0]);
sound/pci/rme96.c
1785
snd_iprintf(buffer, " volume right: %u\n", rme96->vol[1]);
sound/pci/rme9652/hdsp.c
3361
snd_iprintf(buffer, "%s (Card #%d)\n", hdsp->card_name,
sound/pci/rme9652/hdsp.c
3363
snd_iprintf(buffer, "Buffers: capture %p playback %p\n",
sound/pci/rme9652/hdsp.c
3365
snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
sound/pci/rme9652/hdsp.c
3367
snd_iprintf(buffer, "Control register: 0x%x\n", hdsp->control_register);
sound/pci/rme9652/hdsp.c
3368
snd_iprintf(buffer, "Control2 register: 0x%x\n",
sound/pci/rme9652/hdsp.c
3370
snd_iprintf(buffer, "Status register: 0x%x\n", status);
sound/pci/rme9652/hdsp.c
3371
snd_iprintf(buffer, "Status2 register: 0x%x\n", status2);
sound/pci/rme9652/hdsp.c
3374
snd_iprintf(buffer, "No I/O box connected.\n"
sound/pci/rme9652/hdsp.c
3382
snd_iprintf(buffer, "Firmware loading from "
sound/pci/rme9652/hdsp.c
3392
snd_iprintf(buffer,
sound/pci/rme9652/hdsp.c
3400
snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff);
sound/pci/rme9652/hdsp.c
3401
snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0));
sound/pci/rme9652/hdsp.c
3402
snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0));
sound/pci/rme9652/hdsp.c
3403
snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1));
sound/pci/rme9652/hdsp.c
3404
snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1));
sound/pci/rme9652/hdsp.c
3405
snd_iprintf(buffer, "Use Midi Tasklet: %s\n", str_on_off(hdsp->use_midi_work));
sound/pci/rme9652/hdsp.c
3407
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdsp.c
3411
snd_iprintf(buffer, "Buffer Size (Latency): %d samples (2 periods of %lu bytes)\n", x, (unsigned long) hdsp->period_bytes);
sound/pci/rme9652/hdsp.c
3412
snd_iprintf(buffer, "Hardware pointer (frames): %ld\n", hdsp_hw_pointer(hdsp));
sound/pci/rme9652/hdsp.c
3413
snd_iprintf(buffer, "Precise pointer: %s\n", str_on_off(hdsp->precise_ptr));
sound/pci/rme9652/hdsp.c
3414
snd_iprintf(buffer, "Line out: %s\n", str_on_off(hdsp->control_register & HDSP_LineOut));
sound/pci/rme9652/hdsp.c
3416
snd_iprintf(buffer, "Firmware version: %d\n", (status2&HDSP_version0)|(status2&HDSP_version1)<<1|(status2&HDSP_version2)<<2);
sound/pci/rme9652/hdsp.c
3418
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdsp.c
3454
snd_iprintf (buffer, "Sample Clock Source: %s\n", clock_source);
sound/pci/rme9652/hdsp.c
3484
snd_iprintf (buffer, "Preferred Sync Reference: %s\n", pref_sync_ref);
sound/pci/rme9652/hdsp.c
3512
snd_iprintf (buffer, "AutoSync Reference: %s\n", autosync_ref);
sound/pci/rme9652/hdsp.c
3514
snd_iprintf (buffer, "AutoSync Frequency: %d\n", hdsp_external_sample_rate(hdsp));
sound/pci/rme9652/hdsp.c
3516
snd_iprintf (buffer, "System Clock Mode: %s\n", system_clock_mode);
sound/pci/rme9652/hdsp.c
3518
snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate);
sound/pci/rme9652/hdsp.c
3519
snd_iprintf (buffer, "System Clock Locked: %s\n", hdsp->clock_source_locked ? "Yes" : "No");
sound/pci/rme9652/hdsp.c
3521
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdsp.c
3526
snd_iprintf(buffer, "IEC958 input: Optical\n");
sound/pci/rme9652/hdsp.c
3529
snd_iprintf(buffer, "IEC958 input: Coaxial\n");
sound/pci/rme9652/hdsp.c
3532
snd_iprintf(buffer, "IEC958 input: Internal\n");
sound/pci/rme9652/hdsp.c
3535
snd_iprintf(buffer, "IEC958 input: AES\n");
sound/pci/rme9652/hdsp.c
3538
snd_iprintf(buffer, "IEC958 input: ???\n");
sound/pci/rme9652/hdsp.c
3545
snd_iprintf(buffer, "RPM Bypass: disabled\n");
sound/pci/rme9652/hdsp.c
3547
snd_iprintf(buffer, "RPM Bypass: enabled\n");
sound/pci/rme9652/hdsp.c
3549
snd_iprintf(buffer, "RPM disconnected\n");
sound/pci/rme9652/hdsp.c
3551
snd_iprintf(buffer, "RPM connected\n");
sound/pci/rme9652/hdsp.c
3555
snd_iprintf(buffer, "Input 1/2: Phono, 6dB\n");
sound/pci/rme9652/hdsp.c
3558
snd_iprintf(buffer, "Input 1/2: Phono, 0dB\n");
sound/pci/rme9652/hdsp.c
3561
snd_iprintf(buffer, "Input 1/2: Phono, -6dB\n");
sound/pci/rme9652/hdsp.c
3564
snd_iprintf(buffer, "Input 1/2: Line, 0dB\n");
sound/pci/rme9652/hdsp.c
3567
snd_iprintf(buffer, "Input 1/2: Line, -6dB\n");
sound/pci/rme9652/hdsp.c
3570
snd_iprintf(buffer, "Input 1/2: ???\n");
sound/pci/rme9652/hdsp.c
3575
snd_iprintf(buffer, "Input 3/4: Phono, 6dB\n");
sound/pci/rme9652/hdsp.c
3578
snd_iprintf(buffer, "Input 3/4: Phono, 0dB\n");
sound/pci/rme9652/hdsp.c
3581
snd_iprintf(buffer, "Input 3/4: Phono, -6dB\n");
sound/pci/rme9652/hdsp.c
3584
snd_iprintf(buffer, "Input 3/4: Line, 0dB\n");
sound/pci/rme9652/hdsp.c
3587
snd_iprintf(buffer, "Input 3/4: Line, -6dB\n");
sound/pci/rme9652/hdsp.c
3590
snd_iprintf(buffer, "Input 3/4: ???\n");
sound/pci/rme9652/hdsp.c
3595
snd_iprintf(buffer, "IEC958 output: Coaxial & ADAT1\n");
sound/pci/rme9652/hdsp.c
3597
snd_iprintf(buffer, "IEC958 output: Coaxial only\n");
sound/pci/rme9652/hdsp.c
3600
snd_iprintf(buffer, "IEC958 quality: Professional\n");
sound/pci/rme9652/hdsp.c
3602
snd_iprintf(buffer, "IEC958 quality: Consumer\n");
sound/pci/rme9652/hdsp.c
3605
snd_iprintf(buffer, "IEC958 emphasis: on\n");
sound/pci/rme9652/hdsp.c
3607
snd_iprintf(buffer, "IEC958 emphasis: off\n");
sound/pci/rme9652/hdsp.c
3610
snd_iprintf(buffer, "IEC958 NonAudio: on\n");
sound/pci/rme9652/hdsp.c
3612
snd_iprintf(buffer, "IEC958 NonAudio: off\n");
sound/pci/rme9652/hdsp.c
3615
snd_iprintf(buffer, "IEC958 sample rate: %d\n", x);
sound/pci/rme9652/hdsp.c
3617
snd_iprintf(buffer, "IEC958 sample rate: Error flag set\n");
sound/pci/rme9652/hdsp.c
3619
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdsp.c
3624
snd_iprintf(buffer, "ADAT1: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3626
snd_iprintf(buffer, "ADAT1: No Lock\n");
sound/pci/rme9652/hdsp.c
3633
snd_iprintf(buffer, "ADAT2: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3635
snd_iprintf(buffer, "ADAT2: No Lock\n");
sound/pci/rme9652/hdsp.c
3638
snd_iprintf(buffer, "ADAT3: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3640
snd_iprintf(buffer, "ADAT3: No Lock\n");
sound/pci/rme9652/hdsp.c
3649
snd_iprintf (buffer, "SPDIF: No Lock\n");
sound/pci/rme9652/hdsp.c
3651
snd_iprintf (buffer, "SPDIF: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3655
snd_iprintf (buffer, "Word Clock: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3657
snd_iprintf (buffer, "Word Clock: No Lock\n");
sound/pci/rme9652/hdsp.c
3661
snd_iprintf(buffer, "ADAT Sync: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/hdsp.c
3663
snd_iprintf(buffer, "ADAT Sync: No Lock\n");
sound/pci/rme9652/hdsp.c
3665
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdsp.c
3682
snd_iprintf(buffer, "AD Gain : %s\n", tmp);
sound/pci/rme9652/hdsp.c
3695
snd_iprintf(buffer, "DA Gain : %s\n", tmp);
sound/pci/rme9652/hdsp.c
3708
snd_iprintf(buffer, "Phones Gain : %s\n", tmp);
sound/pci/rme9652/hdsp.c
3710
snd_iprintf(buffer, "XLR Breakout Cable : %s\n",
sound/pci/rme9652/hdsp.c
3715
snd_iprintf(buffer, "AEB : on (ADAT1 internal)\n");
sound/pci/rme9652/hdsp.c
3717
snd_iprintf(buffer, "AEB : off (ADAT1 external)\n");
sound/pci/rme9652/hdsp.c
3718
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdspm.c
4716
snd_iprintf(buffer, "--- TCO ---\n");
sound/pci/rme9652/hdspm.c
4723
snd_iprintf(buffer, "TCO module detected.\n");
sound/pci/rme9652/hdspm.c
4726
snd_iprintf(buffer, " LTC valid, ");
sound/pci/rme9652/hdspm.c
4730
snd_iprintf(buffer, "24 fps, ");
sound/pci/rme9652/hdspm.c
4733
snd_iprintf(buffer, "25 fps, ");
sound/pci/rme9652/hdspm.c
4736
snd_iprintf(buffer, "29.97 fps, ");
sound/pci/rme9652/hdspm.c
4739
snd_iprintf(buffer, "30 fps, ");
sound/pci/rme9652/hdspm.c
4743
snd_iprintf(buffer, "drop frame\n");
sound/pci/rme9652/hdspm.c
4745
snd_iprintf(buffer, "full frame\n");
sound/pci/rme9652/hdspm.c
4748
snd_iprintf(buffer, " no LTC\n");
sound/pci/rme9652/hdspm.c
4751
snd_iprintf(buffer, " Video: NTSC\n");
sound/pci/rme9652/hdspm.c
4753
snd_iprintf(buffer, " Video: PAL\n");
sound/pci/rme9652/hdspm.c
4755
snd_iprintf(buffer, " No video\n");
sound/pci/rme9652/hdspm.c
4758
snd_iprintf(buffer, " Sync: lock\n");
sound/pci/rme9652/hdspm.c
4760
snd_iprintf(buffer, " Sync: no lock\n");
sound/pci/rme9652/hdspm.c
4777
snd_iprintf(buffer, " period: %u\n", period);
sound/pci/rme9652/hdspm.c
4789
snd_iprintf(buffer, " Frequency: %u Hz\n",
sound/pci/rme9652/hdspm.c
4808
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4813
snd_iprintf(buffer, "No TCO module detected.\n");
sound/pci/rme9652/hdspm.c
4832
snd_iprintf(buffer, "%s (Card #%d) Rev.%x Status2first3bits: %x\n",
sound/pci/rme9652/hdspm.c
4839
snd_iprintf(buffer, "HW Serial: 0x%06x%06x\n",
sound/pci/rme9652/hdspm.c
4843
snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
sound/pci/rme9652/hdspm.c
4846
snd_iprintf(buffer, "--- System ---\n");
sound/pci/rme9652/hdspm.c
4848
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4854
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4865
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4871
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4875
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4882
snd_iprintf(buffer, "--- Settings ---\n");
sound/pci/rme9652/hdspm.c
4886
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4890
snd_iprintf(buffer, "Line out: %s\n",
sound/pci/rme9652/hdspm.c
4893
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4905
snd_iprintf(buffer, "AutoSync Reference: %s\n", system_clock_mode);
sound/pci/rme9652/hdspm.c
4924
snd_iprintf(buffer, "Preferred Sync Reference: %s\n",
sound/pci/rme9652/hdspm.c
4927
snd_iprintf(buffer, "System Clock Frequency: %d\n",
sound/pci/rme9652/hdspm.c
4931
snd_iprintf(buffer, "--- Status:\n");
sound/pci/rme9652/hdspm.c
4936
snd_iprintf(buffer, "Inputs MADI=%s, WordClock=%s\n",
sound/pci/rme9652/hdspm.c
4962
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
4968
snd_iprintf(buffer, "Input: %s, Mode=%s\n",
sound/pci/rme9652/hdspm.c
4976
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdspm.c
4996
snd_iprintf(buffer, "%s (Card #%d) Rev.%x\n",
sound/pci/rme9652/hdspm.c
5000
snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
sound/pci/rme9652/hdspm.c
5003
snd_iprintf(buffer, "--- System ---\n");
sound/pci/rme9652/hdspm.c
5005
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5011
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5022
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5028
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5032
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5038
snd_iprintf(buffer, "--- Settings ---\n");
sound/pci/rme9652/hdspm.c
5042
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5046
snd_iprintf(buffer, "Line out: %s\n",
sound/pci/rme9652/hdspm.c
5050
snd_iprintf(buffer,
sound/pci/rme9652/hdspm.c
5059
snd_iprintf(buffer, "Preferred Sync Reference: Word Clock\n");
sound/pci/rme9652/hdspm.c
5061
snd_iprintf(buffer, "Preferred Sync Reference: AES%d\n",
sound/pci/rme9652/hdspm.c
5064
snd_iprintf(buffer, "System Clock Frequency: %d\n",
sound/pci/rme9652/hdspm.c
5067
snd_iprintf(buffer, "Double speed: %s\n",
sound/pci/rme9652/hdspm.c
5070
snd_iprintf(buffer, "Quad speed: %s\n",
sound/pci/rme9652/hdspm.c
5076
snd_iprintf(buffer, "--- Status:\n");
sound/pci/rme9652/hdspm.c
5081
snd_iprintf(buffer, "Word: %s Frequency: %d\n",
sound/pci/rme9652/hdspm.c
5086
snd_iprintf(buffer, "AES%d: %s Frequency: %d\n",
sound/pci/rme9652/hdspm.c
5121
snd_iprintf(buffer, "AutoSync ref = %s\n", autosync_ref);
sound/pci/rme9652/hdspm.c
5126
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdspm.c
5141
snd_iprintf(buffer, "STATUS1: 0x%08x\n", status1);
sound/pci/rme9652/hdspm.c
5142
snd_iprintf(buffer, "STATUS2: 0x%08x\n", status2);
sound/pci/rme9652/hdspm.c
5143
snd_iprintf(buffer, "STATUS3: 0x%08x\n", status3);
sound/pci/rme9652/hdspm.c
5146
snd_iprintf(buffer, "\n*** CLOCK MODE\n\n");
sound/pci/rme9652/hdspm.c
5148
snd_iprintf(buffer, "Clock mode : %s\n",
sound/pci/rme9652/hdspm.c
5150
snd_iprintf(buffer, "System frequency: %d Hz\n",
sound/pci/rme9652/hdspm.c
5153
snd_iprintf(buffer, "\n*** INPUT STATUS\n\n");
sound/pci/rme9652/hdspm.c
5159
snd_iprintf(buffer, "s1_input %d: Lock %d, Sync %d, Freq %s\n",
sound/pci/rme9652/hdspm.c
5169
snd_iprintf(buffer, "WC input: Lock %d, Sync %d, Freq %s\n",
sound/pci/rme9652/hdspm.c
5174
snd_iprintf(buffer, "TCO input: Lock %d, Sync %d, Freq %s\n",
sound/pci/rme9652/hdspm.c
5179
snd_iprintf(buffer, "SYNC IN: Lock %d, Sync %d, Freq %s\n",
sound/pci/rme9652/hdspm.c
5196
snd_iprintf(buffer, "0x%08X: ", i);
sound/pci/rme9652/hdspm.c
5198
snd_iprintf(buffer, "%08X ", hdspm_read(hdspm, i + j));
sound/pci/rme9652/hdspm.c
5199
snd_iprintf(buffer, "\n");
sound/pci/rme9652/hdspm.c
5211
snd_iprintf(buffer, "# generated by hdspm\n");
sound/pci/rme9652/hdspm.c
5214
snd_iprintf(buffer, "%d=%s\n", i+1, hdspm->port_names_in[i]);
sound/pci/rme9652/hdspm.c
5224
snd_iprintf(buffer, "# generated by hdspm\n");
sound/pci/rme9652/hdspm.c
5227
snd_iprintf(buffer, "%d=%s\n", i+1, hdspm->port_names_out[i]);
sound/pci/rme9652/rme9652.c
1521
snd_iprintf(buffer, "%s (Card #%d)\n", rme9652->card_name, rme9652->card->number + 1);
sound/pci/rme9652/rme9652.c
1522
snd_iprintf(buffer, "Buffers: capture %p playback %p\n",
sound/pci/rme9652/rme9652.c
1524
snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
sound/pci/rme9652/rme9652.c
1526
snd_iprintf(buffer, "Control register: %x\n", rme9652->control_register);
sound/pci/rme9652/rme9652.c
1528
snd_iprintf(buffer, "\n");
sound/pci/rme9652/rme9652.c
1533
snd_iprintf(buffer, "Latency: %d samples (2 periods of %lu bytes)\n",
sound/pci/rme9652/rme9652.c
1535
snd_iprintf(buffer, "Hardware pointer (frames): %ld\n",
sound/pci/rme9652/rme9652.c
1537
snd_iprintf(buffer, "Passthru: %s\n", str_yes_no(rme9652->passthru));
sound/pci/rme9652/rme9652.c
1540
snd_iprintf(buffer, "Clock mode: autosync\n");
sound/pci/rme9652/rme9652.c
1544
snd_iprintf(buffer, "Clock mode: word clock\n");
sound/pci/rme9652/rme9652.c
1546
snd_iprintf(buffer, "Clock mode: word clock (no signal)\n");
sound/pci/rme9652/rme9652.c
1549
snd_iprintf(buffer, "Clock mode: master\n");
sound/pci/rme9652/rme9652.c
1555
snd_iprintf(buffer, "Pref. sync source: ADAT1\n");
sound/pci/rme9652/rme9652.c
1558
snd_iprintf(buffer, "Pref. sync source: ADAT2\n");
sound/pci/rme9652/rme9652.c
1561
snd_iprintf(buffer, "Pref. sync source: ADAT3\n");
sound/pci/rme9652/rme9652.c
1564
snd_iprintf(buffer, "Pref. sync source: IEC958\n");
sound/pci/rme9652/rme9652.c
1567
snd_iprintf(buffer, "Pref. sync source: ???\n");
sound/pci/rme9652/rme9652.c
1572
snd_iprintf(buffer, "\nADAT1 Input source: %s\n",
sound/pci/rme9652/rme9652.c
1576
snd_iprintf(buffer, "\n");
sound/pci/rme9652/rme9652.c
1581
snd_iprintf(buffer, "IEC958 input: ADAT1\n");
sound/pci/rme9652/rme9652.c
1584
snd_iprintf(buffer, "IEC958 input: Coaxial\n");
sound/pci/rme9652/rme9652.c
1587
snd_iprintf(buffer, "IEC958 input: Internal\n");
sound/pci/rme9652/rme9652.c
1590
snd_iprintf(buffer, "IEC958 input: ???\n");
sound/pci/rme9652/rme9652.c
1595
snd_iprintf(buffer, "IEC958 output: Coaxial & ADAT1\n");
sound/pci/rme9652/rme9652.c
1597
snd_iprintf(buffer, "IEC958 output: Coaxial only\n");
sound/pci/rme9652/rme9652.c
1601
snd_iprintf(buffer, "IEC958 quality: Professional\n");
sound/pci/rme9652/rme9652.c
1603
snd_iprintf(buffer, "IEC958 quality: Consumer\n");
sound/pci/rme9652/rme9652.c
1607
snd_iprintf(buffer, "IEC958 emphasis: on\n");
sound/pci/rme9652/rme9652.c
1609
snd_iprintf(buffer, "IEC958 emphasis: off\n");
sound/pci/rme9652/rme9652.c
1613
snd_iprintf(buffer, "IEC958 Dolby: on\n");
sound/pci/rme9652/rme9652.c
1615
snd_iprintf(buffer, "IEC958 Dolby: off\n");
sound/pci/rme9652/rme9652.c
1621
snd_iprintf(buffer,
sound/pci/rme9652/rme9652.c
1624
snd_iprintf(buffer, "IEC958 sample rate: undetermined\n");
sound/pci/rme9652/rme9652.c
1626
snd_iprintf(buffer, "IEC958 sample rate: %d\n", i);
sound/pci/rme9652/rme9652.c
1629
snd_iprintf(buffer, "\n");
sound/pci/rme9652/rme9652.c
1631
snd_iprintf(buffer, "ADAT Sample rate: %dHz\n",
sound/pci/rme9652/rme9652.c
1638
snd_iprintf(buffer, "ADAT1: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/rme9652.c
1640
snd_iprintf(buffer, "ADAT1: No Lock\n");
sound/pci/rme9652/rme9652.c
1645
snd_iprintf(buffer, "ADAT2: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/rme9652.c
1647
snd_iprintf(buffer, "ADAT2: No Lock\n");
sound/pci/rme9652/rme9652.c
1652
snd_iprintf(buffer, "ADAT3: %s\n", x ? "Sync" : "Lock");
sound/pci/rme9652/rme9652.c
1654
snd_iprintf(buffer, "ADAT3: No Lock\n");
sound/pci/rme9652/rme9652.c
1657
snd_iprintf(buffer, "\n");
sound/pci/rme9652/rme9652.c
1659
snd_iprintf(buffer, "Timecode signal: %s\n",
sound/pci/rme9652/rme9652.c
1664
snd_iprintf(buffer, "Punch Status:\n\n");
sound/pci/rme9652/rme9652.c
1668
snd_iprintf(buffer, "%2d: on ", i + 1);
sound/pci/rme9652/rme9652.c
1670
snd_iprintf(buffer, "%2d: off ", i + 1);
sound/pci/rme9652/rme9652.c
1674
snd_iprintf(buffer, "\n");
sound/pci/rme9652/rme9652.c
1678
snd_iprintf(buffer, "\n");
sound/pci/sonicvibes.c
1095
snd_iprintf(buffer, "SRS 3D : %s\n",
sound/pci/sonicvibes.c
1097
snd_iprintf(buffer, "SRS Space : %s\n",
sound/pci/sonicvibes.c
1103
snd_iprintf(buffer, "SRS Center : %s\n",
sound/pci/sonicvibes.c
1109
snd_iprintf(buffer, "WaveTable Source : %s\n",
sound/pci/sonicvibes.c
1113
snd_iprintf(buffer, "Onboard synth : %s\n", str_on_off(tmp & 0x01));
sound/pci/sonicvibes.c
1114
snd_iprintf(buffer, "Ext. Rx to synth : %s\n", str_on_off(tmp & 0x02));
sound/pci/sonicvibes.c
1115
snd_iprintf(buffer, "MIDI to ext. Tx : %s\n", str_on_off(tmp & 0x04));
sound/pci/trident/trident_main.c
3245
snd_iprintf(buffer, "%s\n\n", s);
sound/pci/trident/trident_main.c
3246
snd_iprintf(buffer, "Spurious IRQs : %d\n", trident->spurious_irq_count);
sound/pci/trident/trident_main.c
3247
snd_iprintf(buffer, "Spurious IRQ dlta: %d\n", trident->spurious_irq_max_delta);
sound/pci/trident/trident_main.c
3249
snd_iprintf(buffer, "IEC958 Mixer Out : %s\n", str_on_off(trident->spdif_ctrl == 0x28));
sound/pci/trident/trident_main.c
3251
snd_iprintf(buffer, "Rear Speakers : %s\n", str_on_off(trident->ac97_ctrl & 0x00000010));
sound/pci/trident/trident_main.c
3253
snd_iprintf(buffer,"\nVirtual Memory\n");
sound/pci/trident/trident_main.c
3254
snd_iprintf(buffer, "Memory Maximum : %d\n", trident->tlb.memhdr->size);
sound/pci/trident/trident_main.c
3255
snd_iprintf(buffer, "Memory Used : %d\n", trident->tlb.memhdr->used);
sound/pci/trident/trident_main.c
3256
snd_iprintf(buffer, "Memory Free : %d\n", snd_util_mem_avail(trident->tlb.memhdr));
sound/pci/via82xx.c
2092
snd_iprintf(buffer, "%s\n\n", chip->card->longname);
sound/pci/via82xx.c
2094
snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
sound/pci/via82xx_modem.c
909
snd_iprintf(buffer, "%s\n\n", chip->card->longname);
sound/pci/via82xx_modem.c
911
snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
sound/pci/ymfpci/ymfpci_main.c
1925
snd_iprintf(buffer, "YMFPCI\n\n");
sound/pci/ymfpci/ymfpci_main.c
1927
snd_iprintf(buffer, "%04x: %04x\n", i, snd_ymfpci_readl(chip, i));
sound/pcmcia/pdaudiocf/pdaudiocf_core.c
130
snd_iprintf(buffer, "PDAudioCF\n\n");
sound/pcmcia/pdaudiocf/pdaudiocf_core.c
132
snd_iprintf(buffer, "FPGA revision : 0x%x\n", PDAUDIOCF_FPGAREV(tmp));
sound/sparc/dbri.c
2461
snd_iprintf(buffer, "REG0: 0x%x\n", sbus_readl(dbri->regs + REG0));
sound/sparc/dbri.c
2462
snd_iprintf(buffer, "REG2: 0x%x\n", sbus_readl(dbri->regs + REG2));
sound/sparc/dbri.c
2463
snd_iprintf(buffer, "REG8: 0x%x\n", sbus_readl(dbri->regs + REG8));
sound/sparc/dbri.c
2464
snd_iprintf(buffer, "REG9: 0x%x\n", sbus_readl(dbri->regs + REG9));
sound/sparc/dbri.c
2473
snd_iprintf(buffer, "debug=%d\n", dbri_debug);
sound/sparc/dbri.c
2478
snd_iprintf(buffer,
sound/synth/emux/emux_proc.c
24
snd_iprintf(buf, "Device: %s\n", emu->name);
sound/synth/emux/emux_proc.c
25
snd_iprintf(buf, "Ports: %d\n", emu->num_ports);
sound/synth/emux/emux_proc.c
26
snd_iprintf(buf, "Addresses:");
sound/synth/emux/emux_proc.c
28
snd_iprintf(buf, " %d:%d", emu->client, emu->ports[i]);
sound/synth/emux/emux_proc.c
29
snd_iprintf(buf, "\n");
sound/synth/emux/emux_proc.c
30
snd_iprintf(buf, "Use Counter: %d\n", emu->used);
sound/synth/emux/emux_proc.c
31
snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices);
sound/synth/emux/emux_proc.c
32
snd_iprintf(buf, "Allocated Voices: %d\n", emu->num_voices);
sound/synth/emux/emux_proc.c
34
snd_iprintf(buf, "Memory Size: %d\n", emu->memhdr->size);
sound/synth/emux/emux_proc.c
35
snd_iprintf(buf, "Memory Available: %d\n", snd_util_mem_avail(emu->memhdr));
sound/synth/emux/emux_proc.c
36
snd_iprintf(buf, "Allocated Blocks: %d\n", emu->memhdr->nblocks);
sound/synth/emux/emux_proc.c
38
snd_iprintf(buf, "Memory Size: 0\n");
sound/synth/emux/emux_proc.c
42
snd_iprintf(buf, "SoundFonts: %d\n", emu->sflist->fonts_size);
sound/synth/emux/emux_proc.c
43
snd_iprintf(buf, "Instruments: %d\n", emu->sflist->zone_counter);
sound/synth/emux/emux_proc.c
44
snd_iprintf(buf, "Samples: %d\n", emu->sflist->sample_counter);
sound/synth/emux/emux_proc.c
45
snd_iprintf(buf, "Locked Instruments: %d\n", emu->sflist->zone_locked);
sound/synth/emux/emux_proc.c
46
snd_iprintf(buf, "Locked Samples: %d\n", emu->sflist->sample_locked);
sound/synth/emux/emux_proc.c
51
snd_iprintf(buf, "voice 0: on\n");
sound/synth/emux/emux_proc.c
52
snd_iprintf(buf, "mod delay=%x, atkhld=%x, dcysus=%x, rel=%x\n",
sound/synth/emux/emux_proc.c
57
snd_iprintf(buf, "vol delay=%x, atkhld=%x, dcysus=%x, rel=%x\n",
sound/synth/emux/emux_proc.c
62
snd_iprintf(buf, "lfo1 delay=%x, lfo2 delay=%x, pefe=%x\n",
sound/synth/emux/emux_proc.c
66
snd_iprintf(buf, "fmmod=%x, tremfrq=%x, fm2frq2=%x\n",
sound/synth/emux/emux_proc.c
70
snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n",
sound/synth/emux/emux_proc.c
75
snd_iprintf(buf, "avol=%x, acutoff=%x, apitch=%x\n",
sound/synth/emux/emux_proc.c
77
snd_iprintf(buf, "apan=%x, aaux=%x, ptarget=%x, vtarget=%x, ftarget=%x\n",
sound/synth/emux/emux_proc.c
82
snd_iprintf(buf, "start=%x, end=%x, loopstart=%x, loopend=%x\n",
sound/synth/emux/emux_proc.c
84
snd_iprintf(buf, "sample_mode=%x, rate=%x\n", vp->reg.sample_mode, vp->reg.rate_offset);
sound/usb/mixer.c
3401
snd_iprintf(buffer, " Info: id=%i, control=%i, cmask=0x%x, "
sound/usb/mixer.c
3405
snd_iprintf(buffer, " Volume: min=%i, max=%i, dBmin=%i, dBmax=%i\n",
sound/usb/mixer.c
3418
snd_iprintf(buffer,
sound/usb/mixer.c
3422
snd_iprintf(buffer, "Card: %s\n", chip->card->longname);
sound/usb/mixer.c
3425
snd_iprintf(buffer, " Unit: %i\n", list->id);
sound/usb/mixer.c
3427
snd_iprintf(buffer,
sound/usb/mixer_quirks.c
424
snd_iprintf(buffer, "%s jacks\n\n", mixer->chip->card->shortname);
sound/usb/mixer_quirks.c
434
snd_iprintf(buffer, "%s: ", jacks[i].name);
sound/usb/mixer_quirks.c
444
snd_iprintf(buffer, "%02x %02x\n", buf[1], buf[2]);
sound/usb/mixer_quirks.c
446
snd_iprintf(buffer, "?\n");
sound/usb/proc.c
102
snd_iprintf(buffer, " Interface %d\n", fp->iface);
sound/usb/proc.c
103
snd_iprintf(buffer, " Altset %d\n", fp->altsetting);
sound/usb/proc.c
104
snd_iprintf(buffer, " Format:");
sound/usb/proc.c
107
snd_iprintf(buffer, " %s",
sound/usb/proc.c
109
snd_iprintf(buffer, "\n");
sound/usb/proc.c
110
snd_iprintf(buffer, " Channels: %d\n", fp->channels);
sound/usb/proc.c
111
snd_iprintf(buffer, " Endpoint: 0x%02x (%d %s) (%s)\n",
sound/usb/proc.c
117
snd_iprintf(buffer, " Rates: %d - %d (continuous)\n",
sound/usb/proc.c
121
snd_iprintf(buffer, " Rates: ");
sound/usb/proc.c
124
snd_iprintf(buffer, ", ");
sound/usb/proc.c
125
snd_iprintf(buffer, "%d", fp->rate_table[i]);
sound/usb/proc.c
127
snd_iprintf(buffer, "\n");
sound/usb/proc.c
130
snd_iprintf(buffer, " Data packet interval: %d us\n",
sound/usb/proc.c
132
snd_iprintf(buffer, " Bits: %d\n", fp->fmt_bits);
sound/usb/proc.c
135
snd_iprintf(buffer, " DSD raw: DOP=%d, bitrev=%d\n",
sound/usb/proc.c
142
snd_iprintf(buffer, " Channel map:");
sound/usb/proc.c
146
snd_iprintf(buffer, " --");
sound/usb/proc.c
148
snd_iprintf(buffer, " %s",
sound/usb/proc.c
151
snd_iprintf(buffer, "\n");
sound/usb/proc.c
155
snd_iprintf(buffer, " Sync Endpoint: 0x%02x (%d %s)\n",
sound/usb/proc.c
159
snd_iprintf(buffer, " Sync EP Interface: %d\n",
sound/usb/proc.c
161
snd_iprintf(buffer, " Sync EP Altset: %d\n",
sound/usb/proc.c
163
snd_iprintf(buffer, " Implicit Feedback Mode: %s\n",
sound/usb/proc.c
179
snd_iprintf(buffer, " Packet Size = %d\n", data_ep->curpacksize);
sound/usb/proc.c
180
snd_iprintf(buffer, " Momentary freq = %u Hz (%#x.%04x)\n",
sound/usb/proc.c
187
snd_iprintf(buffer, " Feedback Format = %d.%d\n",
sound/usb/proc.c
198
snd_iprintf(buffer, " Status: Running\n");
sound/usb/proc.c
200
snd_iprintf(buffer, " Interface = %d\n", subs->cur_audiofmt->iface);
sound/usb/proc.c
201
snd_iprintf(buffer, " Altset = %d\n", subs->cur_audiofmt->altsetting);
sound/usb/proc.c
205
snd_iprintf(buffer, " Status: Stop\n");
sound/usb/proc.c
214
snd_iprintf(buffer, "%s : %s\n", chip->card->longname, stream->pcm->name);
sound/usb/proc.c
217
snd_iprintf(buffer, "\nPlayback:\n");
sound/usb/proc.c
222
snd_iprintf(buffer, "\nCapture:\n");
sound/usb/proc.c
37
snd_iprintf(buffer, "%03d/%03d\n", chip->dev->bus->busnum, chip->dev->devnum);
sound/usb/proc.c
44
snd_iprintf(buffer, "%04x:%04x\n",