mb/google/deltaur: Remove DSP setting
Deltaur does not use DSP so remove the DSP setting. BUG=b:155360937 TEST=Recording and playing are working fine in OS. Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I01c076806448fc73980ec02e7558ccf082723d92 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41423 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
7ff5f28228
commit
2abe9cf2d7
|
@ -125,13 +125,8 @@ chip soc/intel/tigerlake
|
|||
}"
|
||||
|
||||
# HD Audio
|
||||
register "PchHdaDspEnable" = "1"
|
||||
register "PchHdaAudioLinkHdaEnable" = "1"
|
||||
register "PchHdaIDispCodecDisconnect" = "1"
|
||||
register "PchHdaAudioLinkDmicEnable[0]" = "1"
|
||||
register "PchHdaAudioLinkDmicEnable[1]" = "1"
|
||||
register "PchHdaAudioLinkSspEnable[0]" = "1"
|
||||
register "PchHdaAudioLinkSspEnable[1]" = "1"
|
||||
|
||||
# TCSS USB3
|
||||
register "TcssXhciEn" = "1"
|
||||
|
|
Loading…
Reference in New Issue