summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/hda.h
blob: b59a7b0e02873cf0e6f128f29ad86ae5116dfb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMDBLOCKS_HDA_H__
#define __AMDBLOCKS_HDA_H__

#include <device/device.h>

/* SoC callback to add any quirks to HDA device node in SSDT. */
void hda_soc_ssdt_quirks(const struct device *dev);

#endif /* __AMDBLOCKS_HDA_H__ */