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>
This commit is contained in:
Robert P. J. Day 2016-05-31 09:12:04 -04:00 committed by Takashi Iwai
parent 6fbae35a31
commit 0358ccc8ff
1 changed files with 3 additions and 0 deletions

View 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