summaryrefslogtreecommitdiff
path: root/include/uapi/sound/hdsp.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-20 19:15:55 +0300
committerTakashi Iwai <tiwai@suse.de>2019-12-20 19:16:38 +0300
commitbfea224d9250e56ed5475bf72190783a7e1d8e43 (patch)
tree7f8053f365cb334d8540ec874e3c3b500e14ac51 /include/uapi/sound/hdsp.h
parent645c08f17f477915f6d900b767e789852f150054 (diff)
downloadlinux-bfea224d9250e56ed5475bf72190783a7e1d8e43.tar.xz
ALSA: uapi: Drop unneeded typedefs
We kept some typedefs in uapi/sound/*.h so that the programs in alsa-tools can be built. Now that alsa-lib takes these and applies the workarounds in its own, we don't need these typedefs any longer in the kernel uapi side. Let's drop them. Link: https://lore.kernel.org/r/20191220161555.20232-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound/hdsp.h')
-rw-r--r--include/uapi/sound/hdsp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/uapi/sound/hdsp.h b/include/uapi/sound/hdsp.h
index 88c92a3fb477..7ac2d3f2a9b3 100644
--- a/include/uapi/sound/hdsp.h
+++ b/include/uapi/sound/hdsp.h
@@ -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 */