From d3b40bfc2d419906df49647492dc601aea181730 Mon Sep 17 00:00:00 2001 From: Kein Yuan Date: Tue, 11 Feb 2014 17:40:31 -0800 Subject: baytrail: Fix hdmi audio choppy issue Disable VC setting for HDA so hdmi audio choppy issue will be eliminated. Change HDA initialize steps to sync with UEFI reference code. BUG=chrome-os-partner:25651 BRANCH=Baytrail TEST=Does not have choppy noise during video playing Original-Signed-off-by: Kein Yuan Original-Change-Id: I45d49123d369b7d075776215e709af5801ea696d Original-Reviewed-on: https://chromium-review.googlesource.com/186024 Original-Reviewed-by: Aaron Durbin Original-Reviewed-by: Benson Leung Original-Tested-by: Benson Leung Original-Commit-Queue: Bernie Thompson (cherry picked from commit 9f725a40f77cd684b2e230bd226d78d87b56e73b) Signed-off-by: Marc Jones Change-Id: I4fc10a161e5996e14d4823491fb62a7beff39bcc Reviewed-on: http://review.coreboot.org/9297 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/intel/baytrail/hda.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/soc/intel/baytrail/hda.c') diff --git a/src/soc/intel/baytrail/hda.c b/src/soc/intel/baytrail/hda.c index 010150faad..9e4140dcee 100644 --- a/src/soc/intel/baytrail/hda.c +++ b/src/soc/intel/baytrail/hda.c @@ -31,11 +31,6 @@ #include static const struct reg_script init_ops[] = { - /* Set up VC0 and VC1. */ - REG_MMIO_WRITE32(RCBA_BASE_ADDRESS + 0x24, 0x80000019), - REG_MMIO_WRITE32(RCBA_BASE_ADDRESS + 0x28, 0x81000022), - /* Enable VCi */ - REG_PCI_WRITE32(0x120, 0x81000022), /* Enable no snoop traffic. */ REG_PCI_OR16(0x78, 1 << 11), /* Configure HDMI codec connection. */ -- cgit v1.2.3