mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-10 04:27:43 -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
|
|
@ -97,13 +97,4 @@ struct hdsp_9632_aeb {
|
|||
|
||||
#define SNDRV_HDSP_IOCTL_GET_9632_AEB _IOR('H', 0x45, struct hdsp_9632_aeb)
|
||||
|
||||
/* typedefs for compatibility to user-space */
|
||||
typedef enum HDSP_IO_Type HDSP_IO_Type;
|
||||
typedef struct hdsp_peak_rms hdsp_peak_rms_t;
|
||||
typedef struct hdsp_config_info hdsp_config_info_t;
|
||||
typedef struct hdsp_firmware hdsp_firmware_t;
|
||||
typedef struct hdsp_version hdsp_version_t;
|
||||
typedef struct hdsp_mixer hdsp_mixer_t;
|
||||
typedef struct hdsp_9632_aeb hdsp_9632_aeb_t;
|
||||
|
||||
#endif /* __SOUND_HDSP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue