Change-Id: I202e5d285612b9bf237b588ea3c006187623fdc3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
17 lines
441 B
C
17 lines
441 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
/*
|
|
* Realtek RT1011 audio codec devicetree bindings
|
|
*/
|
|
|
|
struct drivers_i2c_rt1011_config {
|
|
const char *name; /* ACPI Device Name */
|
|
const char *desc; /* Device Description */
|
|
unsigned int uid; /* ACPI _UID */
|
|
|
|
/* The VPD key of calibrated speaker resistance. */
|
|
const char *r0_calib_key;
|
|
/* The VPD key of temperature during speaker calibration. */
|
|
const char *temperature_calib_key;
|
|
};
|