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/68c7e542 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
ab1ba87bd7
commit
8bd24835db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user