drivers/generic/alc1015: Change HID name for driver

From ALSA reviewer suggest to change the name to RTL1015.
Details in below threads:
https://www.spinics.net/lists/alsa-devel/msg123395.html

BUG=b:177971830
TEST=: ALC1015P driver can probe properly.

Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I2762852bdc3164346e3618c373aa4d3336415653
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51407
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Eric Lai 2021-03-11 17:50:22 +08:00 committed by Patrick Georgi
parent d8e6d3e230
commit 8da56e6e75
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static void alc1015_fill_ssdt(const struct device *dev)
acpigen_write_scope(scope);
acpigen_write_device(name);
acpigen_write_name_string("_HID", "ALCP1015");
acpigen_write_name_string("_HID", "RTL1015");
acpigen_write_name_integer("_UID", 0);
acpigen_write_name_string("_DDN", dev->chip_ops->name);
acpigen_write_STA(acpi_device_status(dev));