mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-06 01:40:09 -05:00
uapi: Move typedefs from uapi to sound/*
For keeping uapi/*.h cleaner. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
75584fe660
commit
59792f467b
7 changed files with 31 additions and 27 deletions
|
|
@ -1,2 +1,11 @@
|
|||
#include <alsa/sound/type_compat.h>
|
||||
#include <alsa/sound/uapi/emu10k1.h>
|
||||
#ifndef __emu10k1_type_defined
|
||||
#define __emu10k1_type_defined
|
||||
typedef struct snd_emu10k1_fx8010_info emu10k1_fx8010_info_t;
|
||||
typedef struct snd_emu10k1_fx8010_control_gpr emu10k1_fx8010_control_gpr_t;
|
||||
typedef struct snd_emu10k1_fx8010_code emu10k1_fx8010_code_t;
|
||||
typedef struct snd_emu10k1_fx8010_tram emu10k1_fx8010_tram_t;
|
||||
typedef struct snd_emu10k1_fx8010_pcm_rec emu10k1_fx8010_pcm_t;
|
||||
typedef struct emu10k1_ctl_elem_id emu10k1_ctl_elem_id_t;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue