diff options
| author | Sudheer Papothi <spapothi@codeaurora.org> | 2016-03-02 01:56:43 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:11:25 -0700 |
| commit | be1a516dcb8571becec57f8965ca5abfdf7da092 (patch) | |
| tree | 4f4a5fe235b9e5bef10b5aa764f31f6049a88da2 /include/uapi/linux/Kbuild | |
| parent | 26c32e7dad6124d7d726ad17e8c661376cf10d4c (diff) | |
ASoC: msm: Add Audio drivers for MSM targets
Add snapshot for audio drivers for MSM targets. The code is
migrated from msm-3.18 kernel at the below commit/AU level -
AU_LINUX_ANDROID_LA.HB.1.3.1.06.00.00.187.056
(e70ad0cd5efdd9dc91a77dcdac31d6132e1315c1)
(Promotion of kernel.lnx.3.18-151201.)
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 1e9d279b9536..da52f0b7dbaf 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -63,6 +63,7 @@ header-y += audit.h header-y += auto_fs4.h header-y += auto_fs.h header-y += auxvec.h +header-y += avtimer.h header-y += ax25.h header-y += b1lli.h header-y += baycom.h @@ -277,6 +278,22 @@ header-y += mroute6.h header-y += mroute.h header-y += msdos_fs.h header-y += msg.h +header-y += msm_adsp.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_ion.h header-y += msm_kgsl.h header-y += msm_rmnet.h |
