projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd7d6c
)
ALSA: uapi: Drop asound.h inclusion from asoc.h
author
Takashi Iwai
<tiwai@suse.de>
Fri, 20 Dec 2019 15:34:15 +0000
(16:34 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 20 Dec 2019 15:45:12 +0000
(16:45 +0100)
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>
include/uapi/sound/asoc.h
patch
|
blob
|
history
diff --git
a/include/uapi/sound/asoc.h
b/include/uapi/sound/asoc.h
index a74ca232f1fc1ff69bc6b7e9e6a3d17feae0108f..6048553c119d944f05afeaae7158294f59c5bd86 100644
(file)
--- 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.