coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hda_verb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef GA_B75M_D3H_HDA_VERB_H
4 #define GA_B75M_D3H_HDA_VERB_H
5 
6 const u32 cim_verb_data[] = {
7  /* FIXME: Add configuration for sound */
8 };
9 
10 #endif
const u32 cim_verb_data[]
Definition: hda_verb.h:6
uint32_t u32
Definition: stdint.h:51