diff options
Diffstat (limited to 'src/mainboard/dell/xps_8300/hda_verb.c')
-rw-r--r-- | src/mainboard/dell/xps_8300/hda_verb.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/dell/xps_8300/hda_verb.c b/src/mainboard/dell/xps_8300/hda_verb.c new file mode 100644 index 0000000000..faa2a8101f --- /dev/null +++ b/src/mainboard/dell/xps_8300/hda_verb.c @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include <device/azalia_device.h> + +const u32 cim_verb_data[0] = {}; + +const u32 pc_beep_verbs[0] = {}; + +AZALIA_ARRAY_SIZES; |