]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: uapi: Add three missing header files to Kbuild file
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 31 May 2016 13:12:04 +0000 (09:12 -0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 31 May 2016 15:33:32 +0000 (17:33 +0200)
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>
include/uapi/sound/Kbuild

index a7f27704f9807e7b14eadb9b08cf09c2c183a6a7..691984cb0b915da8afbc60211145d9dbb45c7143 100644 (file)
@@ -1,5 +1,6 @@
 # UAPI Header export list
 header-y += asequencer.h
+header-y += asoc.h
 header-y += asound.h
 header-y += asound_fm.h
 header-y += compress_offload.h
@@ -10,3 +11,5 @@ header-y += hdsp.h
 header-y += hdspm.h
 header-y += sb16_csp.h
 header-y += sfnt_info.h
+header-y += tlv.h
+header-y += usb_stream.h