From e0bdd112692ec90ee4cf2f78f0941f9222bcbe6e Mon Sep 17 00:00:00 2001 From: Vignesh Kulothungan Date: Fri, 1 May 2020 01:10:04 -0700 Subject: [PATCH] ASoC: update headers for upstream compliance Update uapi header reference path to include path prefix "audio/" Change-Id: Ic7b1d22910b07be3ffe8d9f02514ed89facea974 Signed-off-by: Vignesh Kulothungan --- Makefile | 1 + asoc/codecs/wcd9335.c | 2 +- asoc/codecs/wcd934x/wcd934x-mbhc.c | 4 ++-- asoc/codecs/wcd934x/wcd934x.c | 2 +- asoc/codecs/wcd9xxx-common-v2.c | 4 ++-- asoc/codecs/wcd9xxx-core.c | 4 ++-- asoc/codecs/wcd9xxx-irq.c | 4 ++-- asoc/codecs/wcd9xxx-slimslave.c | 4 ++-- asoc/codecs/wcd_cpe_core.c | 4 ++-- asoc/codecs/wcdcal-hwdep.c | 2 +- asoc/msm-audio-effects-q6-v2.c | 4 ++-- asoc/msm-compress-q6-v2.c | 4 ++-- asoc/msm-cpe-lsm.c | 2 +- asoc/msm-lsm-client.c | 2 +- asoc/msm-pcm-q6-noirq.c | 2 +- asoc/msm-pcm-q6-v2.c | 4 ++-- asoc/msm-pcm-routing-devdep.c | 2 +- asoc/msm-pcm-routing-v2.c | 2 +- asoc/msm-transcode-loopback-q6-v2.c | 4 ++-- dsp/audio_slimslave.c | 4 ++-- dsp/avtimer.c | 4 ++-- dsp/codecs/aac_in.c | 4 ++-- dsp/codecs/amrnb_in.c | 4 ++-- dsp/codecs/amrwb_in.c | 4 ++-- dsp/codecs/audio_aac.c | 4 ++-- dsp/codecs/audio_alac.c | 4 ++-- dsp/codecs/audio_amrwbplus.c | 4 ++-- dsp/codecs/audio_ape.c | 4 ++-- dsp/codecs/audio_g711alaw.c | 4 ++-- dsp/codecs/audio_g711mlaw.c | 4 ++-- dsp/codecs/audio_hwacc_effects.c | 4 ++-- dsp/codecs/audio_multi_aac.c | 4 ++-- dsp/codecs/audio_utils.h | 4 ++-- dsp/codecs/audio_utils_aio.h | 4 ++-- dsp/codecs/audio_wma.c | 4 ++-- dsp/codecs/audio_wmapro.c | 4 ++-- dsp/codecs/evrc_in.c | 4 ++-- dsp/codecs/g711alaw_in.c | 4 ++-- dsp/codecs/g711mlaw_in.c | 4 ++-- dsp/codecs/qcelp_in.c | 4 ++-- dsp/q6afecal-hwdep.c | 4 ++-- dsp/q6afecal-hwdep.h | 2 +- dsp/q6lsm.c | 2 +- dsp/rtac.c | 4 ++-- dsp/sp_params.c | 4 ++-- include/asoc/cpe_core.h | 4 ++-- include/asoc/wcd9xxx-resmgr-v2.h | 4 ++-- include/asoc/wcdcal-hwdep.h | 4 ++-- include/dsp/apr_audio-v2.h | 2 +- include/dsp/audio_cal_utils.h | 4 ++-- include/dsp/audio_calibration.h | 4 ++-- include/dsp/msm-audio-effects-q6-v2.h | 4 ++-- include/dsp/q6lsm.h | 2 +- include/dsp/q6voice.h | 4 ++-- include/uapi/audio/linux/mfd/wcd9xxx/wcd9320_registers.h | 2 +- include/uapi/audio/linux/msm_audio_aac.h | 2 +- include/uapi/audio/linux/msm_audio_ac3.h | 2 +- include/uapi/audio/linux/msm_audio_amrnb.h | 2 +- include/uapi/audio/linux/msm_audio_amrwb.h | 2 +- include/uapi/audio/linux/msm_audio_g711.h | 2 +- include/uapi/audio/linux/msm_audio_g711_dec.h | 2 +- include/uapi/audio/linux/msm_audio_mvs.h | 2 +- include/uapi/audio/linux/msm_audio_qcp.h | 2 +- include/uapi/audio/linux/msm_audio_sbc.h | 2 +- include/uapi/audio/linux/msm_audio_voicememo.h | 2 +- ipc/wcd-dsp-glink.c | 4 ++-- soc/wcd-spi-ac.c | 4 ++-- 67 files changed, 110 insertions(+), 109 deletions(-) diff --git a/Makefile b/Makefile index fe3f0faaae..f59920d2c2 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ USERINCLUDE += \ # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option LINUXINCLUDE += \ + -I$(srctree)/techpack/audio/include/uapi \ -I$(srctree)/techpack/audio/include/uapi/audio \ -I$(srctree)/techpack/audio/include diff --git a/asoc/codecs/wcd9335.c b/asoc/codecs/wcd9335.c index fe5cca1aa5..054a56dc3c 100644 --- a/asoc/codecs/wcd9335.c +++ b/asoc/codecs/wcd9335.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include