summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x9scl/hda_verb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x9scl/hda_verb.c')
-rw-r--r--src/mainboard/supermicro/x9scl/hda_verb.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x9scl/hda_verb.c b/src/mainboard/supermicro/x9scl/hda_verb.c
new file mode 100644
index 0000000000..57c3cff83a
--- /dev/null
+++ b/src/mainboard/supermicro/x9scl/hda_verb.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#include <device/azalia_device.h>
+
+const u32 cim_verb_data[] = {};
+const u32 pc_beep_verbs[] = {};
+
+AZALIA_ARRAY_SIZES;