Commit 8bd24835 authored by Piotr Maziarz's avatar Piotr Maziarz Committed by Rafael J. Wysocki

ACPICA: iASL: NHLT: Rename linux specific strucures to device_info

ACPICA commit 68c7e542075319d57129467872fcbe98906f2b2c

Those structures aren't used by Linux drivers, and in other NHLT related
tools they are called device_info.

Link: https://github.com/acpica/acpica/commit/68c7e542Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ab1ba87b
......@@ -1673,13 +1673,13 @@ struct acpi_nhlt_render_feedback_device_specific_config {
u16 feedback_valid_bits_per_sample;
};
/* Linux-specific structures */
/* Non documented structures */
struct acpi_nhlt_linux_specific_count {
struct acpi_nhlt_device_info_count {
u8 structure_count;
};
struct acpi_nhlt_linux_specific_data {
struct acpi_nhlt_device_info {
u8 device_id[16];
u8 device_instance_id;
u8 device_port_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment