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