aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/icelake_rvp/hda_verb.c
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2018-11-26 17:08:54 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-11-27 12:42:15 +0000
commite07bb69f71acc8b949421cf0863384d799c38d94 (patch)
tree0e9278a0a8496bf18c5eb2450d746ae9ae325e5c /src/mainboard/intel/icelake_rvp/hda_verb.c
parent07e6499b4813101997f336da9bfce3e02d048de3 (diff)
mb/intel/icelake_rvp: Enable HDA audio support
This patch enables HDA audio support on icelake rvp. Add ALC700 codec verb table and selects SOC_INTEL_COMMON_BLOCK_HDA_VERB config to detect and initialize codec configuration as specified in verb table. BUG=none TEST=verify codec is listed and audio playback is working Change-Id: Ibdf707f9002a09870ebe879c9db462084ecb01ea Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/c/29838 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/mainboard/intel/icelake_rvp/hda_verb.c')
-rw-r--r--src/mainboard/intel/icelake_rvp/hda_verb.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/intel/icelake_rvp/hda_verb.c b/src/mainboard/intel/icelake_rvp/hda_verb.c
new file mode 100644
index 0000000000..c87392d3c0
--- /dev/null
+++ b/src/mainboard/intel/icelake_rvp/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"