1d5ac70f0Sopenharmony_ci#include <alsa/sound/type_compat.h> 2d5ac70f0Sopenharmony_ci#include <alsa/sound/uapi/emu10k1.h> 3d5ac70f0Sopenharmony_ci#ifndef __emu10k1_type_defined 4d5ac70f0Sopenharmony_ci#define __emu10k1_type_defined 5d5ac70f0Sopenharmony_citypedef struct snd_emu10k1_fx8010_info emu10k1_fx8010_info_t; 6d5ac70f0Sopenharmony_citypedef struct snd_emu10k1_fx8010_control_gpr emu10k1_fx8010_control_gpr_t; 7d5ac70f0Sopenharmony_citypedef struct snd_emu10k1_fx8010_code emu10k1_fx8010_code_t; 8d5ac70f0Sopenharmony_citypedef struct snd_emu10k1_fx8010_tram emu10k1_fx8010_tram_t; 9d5ac70f0Sopenharmony_citypedef struct snd_emu10k1_fx8010_pcm_rec emu10k1_fx8010_pcm_t; 10d5ac70f0Sopenharmony_citypedef struct emu10k1_ctl_elem_id emu10k1_ctl_elem_id_t; 11d5ac70f0Sopenharmony_ci#endif 12