summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/hda.h
blob: a7a0b84f04c62acc2d9263cbf570160270e70028 (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 */