• Home
  • Raw
  • Download

Lines Matching refs:buffer

340 				   struct snd_info_buffer *buffer)  in snd_pcm_proc_info_read()  argument
357 snd_iprintf(buffer, "error %d\n", err); in snd_pcm_proc_info_read()
361 snd_iprintf(buffer, "card: %d\n", info->card); in snd_pcm_proc_info_read()
362 snd_iprintf(buffer, "device: %d\n", info->device); in snd_pcm_proc_info_read()
363 snd_iprintf(buffer, "subdevice: %d\n", info->subdevice); in snd_pcm_proc_info_read()
364 snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream)); in snd_pcm_proc_info_read()
365 snd_iprintf(buffer, "id: %s\n", info->id); in snd_pcm_proc_info_read()
366 snd_iprintf(buffer, "name: %s\n", info->name); in snd_pcm_proc_info_read()
367 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
368 snd_iprintf(buffer, "class: %d\n", info->dev_class); in snd_pcm_proc_info_read()
369 snd_iprintf(buffer, "subclass: %d\n", info->dev_subclass); in snd_pcm_proc_info_read()
370 snd_iprintf(buffer, "subdevices_count: %d\n", info->subdevices_count); in snd_pcm_proc_info_read()
371 snd_iprintf(buffer, "subdevices_avail: %d\n", info->subdevices_avail); in snd_pcm_proc_info_read()
376 struct snd_info_buffer *buffer) in snd_pcm_stream_proc_info_read() argument
379 buffer); in snd_pcm_stream_proc_info_read()
383 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_info_read() argument
385 snd_pcm_proc_info_read(entry->private_data, buffer); in snd_pcm_substream_proc_info_read()
389 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_hw_params_read() argument
397 snd_iprintf(buffer, "closed\n"); in snd_pcm_substream_proc_hw_params_read()
401 snd_iprintf(buffer, "no setup\n"); in snd_pcm_substream_proc_hw_params_read()
404 snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access)); in snd_pcm_substream_proc_hw_params_read()
405 snd_iprintf(buffer, "format: %s\n", snd_pcm_format_name(runtime->format)); in snd_pcm_substream_proc_hw_params_read()
406 snd_iprintf(buffer, "subformat: %s\n", snd_pcm_subformat_name(runtime->subformat)); in snd_pcm_substream_proc_hw_params_read()
407 snd_iprintf(buffer, "channels: %u\n", runtime->channels); in snd_pcm_substream_proc_hw_params_read()
408 snd_iprintf(buffer, "rate: %u (%u/%u)\n", runtime->rate, runtime->rate_num, runtime->rate_den); in snd_pcm_substream_proc_hw_params_read()
409 snd_iprintf(buffer, "period_size: %lu\n", runtime->period_size); in snd_pcm_substream_proc_hw_params_read()
410 snd_iprintf(buffer, "buffer_size: %lu\n", runtime->buffer_size); in snd_pcm_substream_proc_hw_params_read()
413 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format)); in snd_pcm_substream_proc_hw_params_read()
414 snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels); in snd_pcm_substream_proc_hw_params_read()
415 snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate); in snd_pcm_substream_proc_hw_params_read()
416 snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes); in snd_pcm_substream_proc_hw_params_read()
417 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods); in snd_pcm_substream_proc_hw_params_read()
418 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()
426 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_sw_params_read() argument
434 snd_iprintf(buffer, "closed\n"); in snd_pcm_substream_proc_sw_params_read()
438 snd_iprintf(buffer, "no setup\n"); in snd_pcm_substream_proc_sw_params_read()
441 snd_iprintf(buffer, "tstamp_mode: %s\n", snd_pcm_tstamp_mode_name(runtime->tstamp_mode)); in snd_pcm_substream_proc_sw_params_read()
442 snd_iprintf(buffer, "period_step: %u\n", runtime->period_step); in snd_pcm_substream_proc_sw_params_read()
443 snd_iprintf(buffer, "avail_min: %lu\n", runtime->control->avail_min); in snd_pcm_substream_proc_sw_params_read()
444 snd_iprintf(buffer, "start_threshold: %lu\n", runtime->start_threshold); in snd_pcm_substream_proc_sw_params_read()
445 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
446 snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold); in snd_pcm_substream_proc_sw_params_read()
447 snd_iprintf(buffer, "silence_size: %lu\n", runtime->silence_size); in snd_pcm_substream_proc_sw_params_read()
448 snd_iprintf(buffer, "boundary: %lu\n", runtime->boundary); in snd_pcm_substream_proc_sw_params_read()
454 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_status_read() argument
464 snd_iprintf(buffer, "closed\n"); in snd_pcm_substream_proc_status_read()
470 snd_iprintf(buffer, "error %d\n", err); in snd_pcm_substream_proc_status_read()
473 snd_iprintf(buffer, "state: %s\n", snd_pcm_state_name(status.state)); in snd_pcm_substream_proc_status_read()
474 snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid)); in snd_pcm_substream_proc_status_read()
475 snd_iprintf(buffer, "trigger_time: %ld.%09ld\n", in snd_pcm_substream_proc_status_read()
477 snd_iprintf(buffer, "tstamp : %ld.%09ld\n", in snd_pcm_substream_proc_status_read()
479 snd_iprintf(buffer, "delay : %ld\n", status.delay); in snd_pcm_substream_proc_status_read()
480 snd_iprintf(buffer, "avail : %ld\n", status.avail); in snd_pcm_substream_proc_status_read()
481 snd_iprintf(buffer, "avail_max : %ld\n", status.avail_max); in snd_pcm_substream_proc_status_read()
482 snd_iprintf(buffer, "-----\n"); in snd_pcm_substream_proc_status_read()
483 snd_iprintf(buffer, "hw_ptr : %ld\n", runtime->status->hw_ptr); in snd_pcm_substream_proc_status_read()
484 snd_iprintf(buffer, "appl_ptr : %ld\n", runtime->control->appl_ptr); in snd_pcm_substream_proc_status_read()
491 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_read() argument
494 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read()
498 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_write() argument
502 if (!snd_info_get_line(buffer, line, sizeof(line))) in snd_pcm_xrun_debug_write()
1204 struct snd_info_buffer *buffer) in snd_pcm_proc_read() argument
1210 snd_iprintf(buffer, "%02i-%02i: %s : %s", in snd_pcm_proc_read()
1213 snd_iprintf(buffer, " : playback %i", in snd_pcm_proc_read()
1216 snd_iprintf(buffer, " : capture %i", in snd_pcm_proc_read()
1218 snd_iprintf(buffer, "\n"); in snd_pcm_proc_read()