summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3h/include/variant/hda_verb.h
blob: ec072dff31eccdd68aabf6699a336a5e6e625cd2 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef GA_B75M_D3H_HDA_VERB_H
#define GA_B75M_D3H_HDA_VERB_H

const u32 cim_verb_data[] = {
	/* FIXME: Add configuration for sound */
};

#endif