coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
hda.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_HDA_H
4 #define AMD_BLOCK_HDA_H
5 
6 #include <device/device.h>
7 
8 /* SoC callback to add any quirks to HDA device node in SSDT. */
9 void hda_soc_ssdt_quirks(const struct device *dev);
10 
11 #endif /* AMD_BLOCK_HDA_H */
void hda_soc_ssdt_quirks(const struct device *dev)
Definition: hda.c:23
Definition: device.h:107