summaryrefslogtreecommitdiff
path: root/src/mainboard/google/sarien/hda_verb.c
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2018-11-05 14:18:35 -0800
committerPatrick Georgi <pgeorgi@google.com>2018-11-29 12:20:49 +0000
commit95370e1f041f0236770937599286e020d6e75c19 (patch)
tree70a9b8b91044c000d6e2b11758018f299289ce20 /src/mainboard/google/sarien/hda_verb.c
parent5c9237fd5fefba49343eacba9b5846e5e69752ea (diff)
downloadcoreboot-95370e1f041f0236770937599286e020d6e75c19.tar.xz
mb/google/sarien: Add HD Audio verb table
Implement HD Audio verb table for RealTek ALC 3204/3254 codec on google sarien and arcada board. BUG=b:119058355,119054586 TEST=Confirm audio play back is working on Sarien and Arcada board. Change-Id: Icedbb510c7668d96c99c657091fc865f03bf7783 Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-on: https://review.coreboot.org/c/29484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Diffstat (limited to 'src/mainboard/google/sarien/hda_verb.c')
-rw-r--r--src/mainboard/google/sarien/hda_verb.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/hda_verb.c b/src/mainboard/google/sarien/hda_verb.c
new file mode 100644
index 0000000000..9ab4778274
--- /dev/null
+++ b/src/mainboard/google/sarien/hda_verb.c
@@ -0,0 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2018 Intel Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "variant/hda_verb.h"