Home
last modified time | relevance | path

Searched refs:sad_count (Results 1 – 2 of 2) sorted by relevance

/sound/pci/hda/
Dhda_eld.c245 e->sad_count = GRAB_BITS(buf, 5, 4, 4); in snd_hdmi_parse_eld()
265 for (i = 0; i < e->sad_count; i++) { in snd_hdmi_parse_eld()
410 for (i = 0; i < e->sad_count; i++) in snd_hdmi_show_eld()
484 snd_iprintf(buffer, "sad_count\t\t%d\n", e->sad_count); in snd_hdmi_print_eld_info()
486 for (i = 0; i < e->sad_count; i++) in snd_hdmi_print_eld_info()
525 e->sad_count = val; in snd_hdmi_write_eld_info()
547 if (n >= e->sad_count) in snd_hdmi_write_eld_info()
548 e->sad_count = n + 1; in snd_hdmi_write_eld_info()
572 for (i = 0; i < e->sad_count; i++) { in snd_hdmi_eld_update_pcm_info()
Dhda_local.h686 int sad_count; member