aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/hda.h
blob: 55feb6b434995f85d2fefa5fdb8926e0445ec8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMD_BLOCK_HDA_H__
#define __AMD_BLOCK_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 /* __AMD_BLOCK_HDA_H__ */