aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound/hdspm.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-20 17:15:55 +0100
committerTakashi Iwai <tiwai@suse.de>2019-12-20 17:16:38 +0100
commitbfea224d9250e56ed5475bf72190783a7e1d8e43 (patch)
tree7f8053f365cb334d8540ec874e3c3b500e14ac51 /include/uapi/sound/hdspm.h
parentALSA: uapi: Drop asound.h inclusion from asoc.h (diff)
downloadlinux-dev-bfea224d9250e56ed5475bf72190783a7e1d8e43.tar.xz
linux-dev-bfea224d9250e56ed5475bf72190783a7e1d8e43.zip
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 '')
-rw-r--r--include/uapi/sound/hdspm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/uapi/sound/hdspm.h b/include/uapi/sound/hdspm.h
index 2d91f90eb5e1..3fbfd9dc5f51 100644
--- a/include/uapi/sound/hdspm.h
+++ b/include/uapi/sound/hdspm.h
@@ -219,12 +219,4 @@ struct hdspm_mixer_ioctl {
/* use indirect access due to the limit of ioctl bit size */
#define SNDRV_HDSPM_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdspm_mixer_ioctl)
-/* typedefs for compatibility to user-space */
-typedef struct hdspm_peak_rms hdspm_peak_rms_t;
-typedef struct hdspm_config_info hdspm_config_info_t;
-typedef struct hdspm_version hdspm_version_t;
-typedef struct hdspm_channelfader snd_hdspm_channelfader_t;
-typedef struct hdspm_mixer hdspm_mixer_t;
-
-
#endif