diff options
author | Anil Kumar <anil.kumar.k@intel.com> | 2020-10-12 11:39:15 -0700 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2020-10-30 04:08:17 +0000 |
commit | 33b0f15434a40527e1e5278a63e91465ef4c7617 (patch) | |
tree | b3ac726c0cc2f021f1fb6b48402d0ed318d42a95 /src/include | |
parent | c3a6d4b2c70472a952db1187e5555ea6a8558ad6 (diff) |
drivers/soundwire/alc711: Add Realtek ALC711 soundwire device
Bug=None
Test=Enabled the device on TGLY RVP and tested that the codec is
reflected in SSDT. Checked sound card binding works
and soundwire drivers are enabled in kernel.
Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Change-Id: Ia7358927fe8531e609ebe070bef259a2bbc09093
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46303
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/mipi_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/mipi_ids.h b/src/include/device/mipi_ids.h index 86b5116005..951caaacaa 100644 --- a/src/include/device/mipi_ids.h +++ b/src/include/device/mipi_ids.h @@ -20,6 +20,7 @@ /* Contributing Members */ #define MIPI_MFG_ID_REALTEK 0x025d #define MIPI_DEV_ID_REALTEK_ALC5682 0x5682 +#define MIPI_DEV_ID_REALTEK_ALC711 0x0711 #define MIPI_MFG_ID_MAXIM 0x019f #define MIPI_DEV_ID_MAXIM_MAX98373 0x8373 |