summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c')
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c b/src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c
index 71d40cbd76..23cd570fb2 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c
@@ -14,8 +14,9 @@
#include <device/azalia_device.h>
const u32 cim_verb_data[] = {
+ /* FIXME: Add configuration for sound */
};
-const u32 pc_beep_verbs[0] = {};
+const u32 pc_beep_verbs[] = {};
AZALIA_ARRAY_SIZES;