Blame include/sound/hdsp.h

Packit Service f36a15
#include <alsa/sound/type_compat.h>
Packit Service f36a15
#include <alsa/sound/uapi/hdsp.h>
Packit Service f36a15
#ifndef __hdsp_type_defined
Packit Service f36a15
#define __hdsp_type_defined
Packit 4a16fb
typedef enum HDSP_IO_Type HDSP_IO_Type;
Packit 4a16fb
typedef struct hdsp_peak_rms hdsp_peak_rms_t;
Packit 4a16fb
typedef struct hdsp_config_info hdsp_config_info_t;
Packit 4a16fb
typedef struct hdsp_firmware hdsp_firmware_t;
Packit 4a16fb
typedef struct hdsp_version hdsp_version_t;
Packit 4a16fb
typedef struct hdsp_mixer hdsp_mixer_t;
Packit 4a16fb
typedef struct hdsp_9632_aeb hdsp_9632_aeb_t;
Packit Service f36a15
#endif