1d5ac70f0Sopenharmony_ci#include <alsa/sound/type_compat.h>
2d5ac70f0Sopenharmony_ci#include <alsa/sound/uapi/hdspm.h>
3d5ac70f0Sopenharmony_ci#ifndef __hdspm_type_defined
4d5ac70f0Sopenharmony_ci#define __hdspm_type_defined
5d5ac70f0Sopenharmony_citypedef struct hdspm_peak_rms hdspm_peak_rms_t;
6d5ac70f0Sopenharmony_citypedef struct hdspm_config_info hdspm_config_info_t;
7d5ac70f0Sopenharmony_citypedef struct hdspm_version hdspm_version_t;
8d5ac70f0Sopenharmony_citypedef struct hdspm_channelfader snd_hdspm_channelfader_t;
9d5ac70f0Sopenharmony_citypedef struct hdspm_mixer hdspm_mixer_t;
10d5ac70f0Sopenharmony_ci#endif
11