/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __AMD_BLOCK_HDA_H__ #define __AMD_BLOCK_HDA_H__ #include /* 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__ */