soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / soc / intel / common / hda_verb.h
blobddd57747b7d80c6c531fefa7645c1495df3fde15
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _COMMON_HDA_VERB_H_
4 #define _COMMON_HDA_VERB_H_
6 #include <stdint.h>
8 int hda_codec_detect(u8 *base);
9 int hda_codec_write(u8 *base, u32 size, const u32 *data);
10 int hda_codec_init(u8 *base, int addr, int verb_size, const u32 *verb_data);
12 #endif /* _COMMON_HDA_VERB_H_ */