Attention is currently required from: Naveen M, Paul Menzel, Subrata Banik.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81920?usp=email
to look at the new patch set (#7).
Change subject: drivers/soundwire: Support Realtek ALC722 codec ......................................................................
drivers/soundwire: Support Realtek ALC722 codec
This patch adds SoundWire driver to support ALC722 audio codec.
The existing ALC711 codec driver is refactored to include support for ALC722 device based on config flag.
The ACPI address for the codec is calculated with the information in the codec driver combined with the devicetree.cb hierarchy where the link and unique IDs are extracted from the device path.
For example this device is connected to master link ID 0 and has strap settings configuring it for unique ID 1:
chip drivers/soundwire/alc711 register "desc" = ""Headset Codec"" device generic 0.1 on end end
TEST=This driver was tested on Intel RVP with on board ALC722 codec by booting and disassembling the runtime SSDT to ensure that the devices have the expected address and properties. Test soundcard binding works and devices are detected and check for audio playback using speaker output.
reference datasheet : Realtek ALC722-CG ver. 0.56
Signed-off-by: Anil Kumar anil.kumar.k@intel.com Change-Id: Ieb16a1c6f3a79321fdc35987468daa8be33b6e49 --- M src/drivers/soundwire/alc711/Kconfig M src/drivers/soundwire/alc711/Makefile.mk M src/drivers/soundwire/alc711/alc711.c M src/include/mipi/ids.h 4 files changed, 28 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/81920/7