drivers/soundwire: Support Realtek ALC1320 codec
Add SoundWire driver to support ALC1320 audio codec. reference datasheet: Realtek ALC1320-CG Rev. 0.21 BUG=b:378629979 TEST=emerge-fatcat coreboot. check ssdt dump has 0x000331025D132001. Change-Id: I8f100d63a6470b36d4b1a245fa6098362205728e Signed-off-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86746 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jayvik Desai <jayvik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
61249065f5
commit
28e8e22215
5 changed files with 174 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
#define MIPI_DEV_ID_REALTEK_ALC721 0x0721
|
||||
#define MIPI_DEV_ID_REALTEK_ALC722 0x0722
|
||||
#define MIPI_DEV_ID_REALTEK_ALC1308 0x1308
|
||||
#define MIPI_DEV_ID_REALTEK_ALC1320 0x1320
|
||||
|
||||
|
||||
#define MIPI_MFG_ID_MAXIM 0x019f
|
||||
#define MIPI_DEV_ID_MAXIM_MAX98373 0x8373
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue