Skip to content

Commit

Permalink
ALSA: uapi: Add three missing header files to Kbuild file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Takashi Iwai committed May 31, 2016
1 parent 6fbae35 commit 0358ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/uapi/sound/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 0358ccc

Please sign in to comment.