blob: a7a0b84f04c62acc2d9263cbf570160270e70028 [file] [log] [blame]
Furquan Shaikh91a7abf2020-04-27 18:48:48 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Furquan Shaikh91a7abf2020-04-27 18:48:48 -07002
Felix Held14e34322020-11-14 00:30:21 +01003#ifndef AMD_BLOCK_HDA_H
4#define AMD_BLOCK_HDA_H
Furquan Shaikh91a7abf2020-04-27 18:48:48 -07005
6#include <device/device.h>
7
8/* SoC callback to add any quirks to HDA device node in SSDT. */
9void hda_soc_ssdt_quirks(const struct device *dev);
10
Felix Held14e34322020-11-14 00:30:21 +010011#endif /* AMD_BLOCK_HDA_H */