Blame include/sound/hdsp.h

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