diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-05-31 09:12:04 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-05-31 11:33:32 -0400 |
commit | 0358ccc8ffd8d9b76992b8deab58fb9a721fb18a (patch) | |
tree | 6e050442c5e88a6b19409b333573fd510efecb31 | |
parent | 6fbae35a3170c3e2b1b9d7b9cc943cbe48771362 (diff) |
ALSA: uapi: Add three missing header files to Kbuild file
include/uapi/sound/Kbuild was missing the inclusion of three header
files in that directory.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | include/uapi/sound/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/sound/Kbuild b/include/uapi/sound/Kbuild index a7f27704f980..691984cb0b91 100644 --- a/include/uapi/sound/Kbuild +++ b/include/uapi/sound/Kbuild | |||
@@ -1,5 +1,6 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | header-y += asequencer.h | 2 | header-y += asequencer.h |
3 | header-y += asoc.h | ||
3 | header-y += asound.h | 4 | header-y += asound.h |
4 | header-y += asound_fm.h | 5 | header-y += asound_fm.h |
5 | header-y += compress_offload.h | 6 | header-y += compress_offload.h |
@@ -10,3 +11,5 @@ header-y += hdsp.h | |||
10 | header-y += hdspm.h | 11 | header-y += hdspm.h |
11 | header-y += sb16_csp.h | 12 | header-y += sb16_csp.h |
12 | header-y += sfnt_info.h | 13 | header-y += sfnt_info.h |
14 | header-y += tlv.h | ||
15 | header-y += usb_stream.h | ||