aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-20 16:34:15 +0100
committerTakashi Iwai <tiwai@suse.de>2019-12-20 16:45:12 +0100
commit645c08f17f477915f6d900b767e789852f150054 (patch)
tree26863e09f339ff29fff4526deb21e544cf0c0b76 /include/uapi/sound
parentALSA: uapi: Fix typos and header inclusion in asound.h (diff)
downloadwireguard-linux-645c08f17f477915f6d900b767e789852f150054.tar.xz
wireguard-linux-645c08f17f477915f6d900b767e789852f150054.zip
ALSA: uapi: Drop asound.h inclusion from asoc.h
The asound.h isn't always available while asoc.h itself is distributed in alsa-lib package. So we need to avoid the unnecessary inclusion of asound.h from there. Link: https://lore.kernel.org/r/20191220153415.2740-6-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound')
-rw-r--r--include/uapi/sound/asoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index a74ca232f1fc..6048553c119d 100644
--- a/include/uapi/sound/asoc.h
+++ b/include/uapi/sound/asoc.h
@@ -17,7 +17,6 @@
#define __LINUX_UAPI_SND_ASOC_H
#include <linux/types.h>
-#include <sound/asound.h>
/*
* Maximum number of channels topology kcontrol can represent.