diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-12-20 19:15:55 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-12-20 19:16:38 +0300 |
commit | bfea224d9250e56ed5475bf72190783a7e1d8e43 (patch) | |
tree | 7f8053f365cb334d8540ec874e3c3b500e14ac51 /include/uapi/sound/hdspm.h | |
parent | 645c08f17f477915f6d900b767e789852f150054 (diff) | |
download | linux-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/hdspm.h')
-rw-r--r-- | include/uapi/sound/hdspm.h | 8 |
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 |