Blame include/sound/hdspm.h

Packit Service db8eaa
#include <alsa/sound/type_compat.h>
Packit Service db8eaa
#include <alsa/sound/uapi/hdspm.h>
Packit Service db8eaa
#ifndef __hdspm_type_defined
Packit Service db8eaa
#define __hdspm_type_defined
Packit Service db8eaa
typedef struct hdspm_peak_rms hdspm_peak_rms_t;
Packit Service db8eaa
typedef struct hdspm_config_info hdspm_config_info_t;
Packit Service db8eaa
typedef struct hdspm_version hdspm_version_t;
Packit Service db8eaa
typedef struct hdspm_channelfader snd_hdspm_channelfader_t;
Packit Service db8eaa
typedef struct hdspm_mixer hdspm_mixer_t;
Packit Service db8eaa
#endif