Blame include/sound/emu10k1.h

Packit Service f36a15
#include <alsa/sound/type_compat.h>
Packit Service f36a15
#include <alsa/sound/uapi/emu10k1.h>
Packit Service f36a15
#ifndef __emu10k1_type_defined
Packit Service f36a15
#define __emu10k1_type_defined
Packit 4a16fb
typedef struct snd_emu10k1_fx8010_info emu10k1_fx8010_info_t;
Packit 4a16fb
typedef struct snd_emu10k1_fx8010_control_gpr emu10k1_fx8010_control_gpr_t;
Packit 4a16fb
typedef struct snd_emu10k1_fx8010_code emu10k1_fx8010_code_t;
Packit 4a16fb
typedef struct snd_emu10k1_fx8010_tram emu10k1_fx8010_tram_t;
Packit 4a16fb
typedef struct snd_emu10k1_fx8010_pcm_rec emu10k1_fx8010_pcm_t;
Packit Service f36a15
typedef struct emu10k1_ctl_elem_id emu10k1_ctl_elem_id_t;
Packit Service f36a15
#endif