1d5ac70f0Sopenharmony_ci#include <alsa/sound/type_compat.h>
2d5ac70f0Sopenharmony_ci#include <alsa/sound/uapi/hdsp.h>
3d5ac70f0Sopenharmony_ci#ifndef __hdsp_type_defined
4d5ac70f0Sopenharmony_ci#define __hdsp_type_defined
5d5ac70f0Sopenharmony_citypedef enum HDSP_IO_Type HDSP_IO_Type;
6d5ac70f0Sopenharmony_citypedef struct hdsp_peak_rms hdsp_peak_rms_t;
7d5ac70f0Sopenharmony_citypedef struct hdsp_config_info hdsp_config_info_t;
8d5ac70f0Sopenharmony_citypedef struct hdsp_firmware hdsp_firmware_t;
9d5ac70f0Sopenharmony_citypedef struct hdsp_version hdsp_version_t;
10d5ac70f0Sopenharmony_citypedef struct hdsp_mixer hdsp_mixer_t;
11d5ac70f0Sopenharmony_citypedef struct hdsp_9632_aeb hdsp_9632_aeb_t;
12d5ac70f0Sopenharmony_ci#endif
13