summaryrefslogtreecommitdiff
path: root/lib/igt_eld.h
diff options
context:
space:
mode:
authorSimon Ser <simon.ser@intel.com>2019-06-06 14:40:34 +0300
committerSimon Ser <simon.ser@intel.com>2019-06-12 18:19:12 +0300
commitdc2b07fa1478efae15f0f50b678c0ae0dbbaf391 (patch)
treec5ffaa40dc079292c6364ed5d7f51ea76084c756 /lib/igt_eld.h
parentb90ebd9c21518f305a61ee50aea38462ef01e65c (diff)
lib/igt_eld: add eld_get_igt
The existing eld_has_igt function doesn't allow the caller to retrieve the parsed ELD and check audio parameters. Signed-off-by: Simon Ser <simon.ser@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'lib/igt_eld.h')
-rw-r--r--lib/igt_eld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_eld.h b/lib/igt_eld.h
index e1618788..7c4489f0 100644
--- a/lib/igt_eld.h
+++ b/lib/igt_eld.h
@@ -49,6 +49,7 @@ struct eld_entry {
struct eld_sad sads[ELD_SADS_CAP];
};
+bool eld_get_igt(struct eld_entry *eld);
bool eld_has_igt(void);
#endif