History log of /fuchsia/zircon/system/dev/bus/acpi/nhlt.h
Revision Date Author Comments
# 52567e03 13-Sep-2018 Yvonne Yip <yky@google.com>

[dev][acpi] use uint8_t to cache last seen bbn

Previously the driver cast a int pointer to a uint8_t pointer to
pass to a function that returns the BBN. Because the default value
of the param was -1, the value is incorrect, causing a problem
where the NHLT metadata was published incorrectly.

ZX-2610 #done

Test: booted eve and verified the audio devices are published
Change-Id: I391d1b8c6168225b5b626102a5fb882e761b0c54


# 0ddb92a4 17-May-2018 Yvonne Yip <yky@google.com>

[dev][acpi] add NHLT blob as metadata

Change-Id: I8ab4a4944c5598993f9c1383dbf9d68e0f6f1235