From 95370e1f041f0236770937599286e020d6e75c19 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Mon, 5 Nov 2018 14:18:35 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/29484 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie Reviewed-by: Sathyanarayana Nujella --- src/mainboard/google/sarien/hda_verb.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/google/sarien/hda_verb.c (limited to 'src/mainboard/google/sarien/hda_verb.c') 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" -- cgit v1.2.3