
Audio driver requires that exported header files should be placed in uapi folder. Change adds the audio header files to uapi folder. Change-Id: Ifb47492507a482b1b2f5caa00af4268e08e64803 Signed-off-by: Meng Wang <mwang@codeaurora.org>
21 lines
571 B
Makefile
21 lines
571 B
Makefile
# UAPI Header export list
|
|
header-y += avtimer.h
|
|
header-y += msm_audio.h
|
|
header-y += msm_audio_aac.h
|
|
header-y += msm_audio_ac3.h
|
|
header-y += msm_audio_amrnb.h
|
|
header-y += msm_audio_amrwb.h
|
|
header-y += msm_audio_amrwbplus.h
|
|
header-y += msm_audio_calibration.h
|
|
header-y += msm_audio_mvs.h
|
|
header-y += msm_audio_qcp.h
|
|
header-y += msm_audio_sbc.h
|
|
header-y += msm_audio_voicememo.h
|
|
header-y += msm_audio_wma.h
|
|
header-y += msm_audio_wmapro.h
|
|
header-y += msm_audio_alac.h
|
|
header-y += msm_audio_ape.h
|
|
header-y += msm_audio_g711.h
|
|
header-y += msm_audio_g711_dec.h
|
|
header-y += mfd/
|