blob: ada268d90ab7321fe9d0843c9d2ae4a2d8e4ab94 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <stdint.h>
#include <device/azalia_device.h>
const u32 cim_verb_data[] = {};
const u32 pc_beep_verbs[] = {};
AZALIA_ARRAY_SIZES;
|