Lines Matching defs:buffer
317 /* set ELD buffer */
321 * Graphics driver might be writing to ELD buffer right now.
417 struct snd_info_buffer *buffer)
421 snd_iprintf(buffer, "sad%d_coding_type\t[0x%x] %s\n",
423 snd_iprintf(buffer, "sad%d_channels\t\t%d\n", i, a->channels);
426 snd_iprintf(buffer, "sad%d_rates\t\t[0x%x]%s\n", i, a->rates, buf);
430 snd_iprintf(buffer, "sad%d_bits\t\t[0x%x]%s\n",
435 snd_iprintf(buffer, "sad%d_max_bitrate\t%d\n",
439 snd_iprintf(buffer, "sad%d_profile\t\t%d\n", i, a->profile);
443 struct snd_info_buffer *buffer)
463 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present);
464 snd_iprintf(buffer, "eld_valid\t\t%d\n", eld->eld_valid);
467 snd_iprintf(buffer, "monitor_name\t\t%s\n", e->monitor_name);
468 snd_iprintf(buffer, "connection_type\t\t%s\n",
470 snd_iprintf(buffer, "eld_version\t\t[0x%x] %s\n", e->eld_ver,
472 snd_iprintf(buffer, "edid_version\t\t[0x%x] %s\n", e->cea_edid_ver,
474 snd_iprintf(buffer, "manufacture_id\t\t0x%x\n", e->manufacture_id);
475 snd_iprintf(buffer, "product_id\t\t0x%x\n", e->product_id);
476 snd_iprintf(buffer, "port_id\t\t\t0x%llx\n", (long long)e->port_id);
477 snd_iprintf(buffer, "support_hdcp\t\t%d\n", e->support_hdcp);
478 snd_iprintf(buffer, "support_ai\t\t%d\n", e->support_ai);
479 snd_iprintf(buffer, "audio_sync_delay\t%d\n", e->aud_synch_delay);
482 snd_iprintf(buffer, "speakers\t\t[0x%x]%s\n", e->spk_alloc, buf);
484 snd_iprintf(buffer, "sad_count\t\t%d\n", e->sad_count);
487 hdmi_print_sad_info(i, e->sad + i, buffer);
491 struct snd_info_buffer *buffer)
500 while (!snd_info_get_line(buffer, line, sizeof(line))) {