samsung/lumpy: change HDA codec SSID to fix Windows
With the existing SSID, the driver loaded by Windows results in the headphone jack and internal mic being non-functional. With the new SSID, the a functional driver is loaded and everything works correctly. Linux works correctly with either SSID so the change has no impact there. New SSID extracted from Windows drivers (.inf). Change-Id: I4195d00d6b18dcd0039747d9883cdf8e1a76f461 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/20485 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
aa95af6bf0
commit
99acf27d3f
|
@ -18,11 +18,11 @@
|
|||
const u32 cim_verb_data[] = {
|
||||
/* coreboot specific header */
|
||||
0x10134210, // Codec Vendor / Device ID: Cirrus Logic CS4210
|
||||
0x144db082, // Subsystem ID
|
||||
0x152D0924, // Subsystem ID
|
||||
0x00000007, // Number of jacks
|
||||
|
||||
/* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144db082 */
|
||||
AZALIA_SUBVENDOR(0x0, 0x144db082),
|
||||
/* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x152D0924 */
|
||||
AZALIA_SUBVENDOR(0x0, 0x152D0924),
|
||||
|
||||
0x00170500,
|
||||
|
||||
|
|
Loading…
Reference in New Issue