浏览代码

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>
Robert P. J. Day 9 年之前
父节点
当前提交
0358ccc8ff
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/uapi/sound/Kbuild

+ 3 - 0
include/uapi/sound/Kbuild

@@ -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