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

#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__ */