Prechádzať zdrojové kódy

ASoC: update headers for upstream compliance

Update uapi header reference path to include
path prefix "audio/"

Change-Id: Ic7b1d22910b07be3ffe8d9f02514ed89facea974
Signed-off-by: Vignesh Kulothungan <[email protected]>
Vignesh Kulothungan 4 rokov pred
rodič
commit
e0bdd11269
67 zmenil súbory, kde vykonal 110 pridanie a 109 odobranie
  1. 1 0
      Makefile
  2. 1 1
      asoc/codecs/wcd9335.c
  3. 2 2
      asoc/codecs/wcd934x/wcd934x-mbhc.c
  4. 1 1
      asoc/codecs/wcd934x/wcd934x.c
  5. 2 2
      asoc/codecs/wcd9xxx-common-v2.c
  6. 2 2
      asoc/codecs/wcd9xxx-core.c
  7. 2 2
      asoc/codecs/wcd9xxx-irq.c
  8. 2 2
      asoc/codecs/wcd9xxx-slimslave.c
  9. 2 2
      asoc/codecs/wcd_cpe_core.c
  10. 1 1
      asoc/codecs/wcdcal-hwdep.c
  11. 2 2
      asoc/msm-audio-effects-q6-v2.c
  12. 2 2
      asoc/msm-compress-q6-v2.c
  13. 1 1
      asoc/msm-cpe-lsm.c
  14. 1 1
      asoc/msm-lsm-client.c
  15. 1 1
      asoc/msm-pcm-q6-noirq.c
  16. 2 2
      asoc/msm-pcm-q6-v2.c
  17. 1 1
      asoc/msm-pcm-routing-devdep.c
  18. 1 1
      asoc/msm-pcm-routing-v2.c
  19. 2 2
      asoc/msm-transcode-loopback-q6-v2.c
  20. 2 2
      dsp/audio_slimslave.c
  21. 2 2
      dsp/avtimer.c
  22. 2 2
      dsp/codecs/aac_in.c
  23. 2 2
      dsp/codecs/amrnb_in.c
  24. 2 2
      dsp/codecs/amrwb_in.c
  25. 2 2
      dsp/codecs/audio_aac.c
  26. 2 2
      dsp/codecs/audio_alac.c
  27. 2 2
      dsp/codecs/audio_amrwbplus.c
  28. 2 2
      dsp/codecs/audio_ape.c
  29. 2 2
      dsp/codecs/audio_g711alaw.c
  30. 2 2
      dsp/codecs/audio_g711mlaw.c
  31. 2 2
      dsp/codecs/audio_hwacc_effects.c
  32. 2 2
      dsp/codecs/audio_multi_aac.c
  33. 2 2
      dsp/codecs/audio_utils.h
  34. 2 2
      dsp/codecs/audio_utils_aio.h
  35. 2 2
      dsp/codecs/audio_wma.c
  36. 2 2
      dsp/codecs/audio_wmapro.c
  37. 2 2
      dsp/codecs/evrc_in.c
  38. 2 2
      dsp/codecs/g711alaw_in.c
  39. 2 2
      dsp/codecs/g711mlaw_in.c
  40. 2 2
      dsp/codecs/qcelp_in.c
  41. 2 2
      dsp/q6afecal-hwdep.c
  42. 1 1
      dsp/q6afecal-hwdep.h
  43. 1 1
      dsp/q6lsm.c
  44. 2 2
      dsp/rtac.c
  45. 2 2
      dsp/sp_params.c
  46. 2 2
      include/asoc/cpe_core.h
  47. 2 2
      include/asoc/wcd9xxx-resmgr-v2.h
  48. 2 2
      include/asoc/wcdcal-hwdep.h
  49. 1 1
      include/dsp/apr_audio-v2.h
  50. 2 2
      include/dsp/audio_cal_utils.h
  51. 2 2
      include/dsp/audio_calibration.h
  52. 2 2
      include/dsp/msm-audio-effects-q6-v2.h
  53. 1 1
      include/dsp/q6lsm.h
  54. 2 2
      include/dsp/q6voice.h
  55. 1 1
      include/uapi/audio/linux/mfd/wcd9xxx/wcd9320_registers.h
  56. 1 1
      include/uapi/audio/linux/msm_audio_aac.h
  57. 1 1
      include/uapi/audio/linux/msm_audio_ac3.h
  58. 1 1
      include/uapi/audio/linux/msm_audio_amrnb.h
  59. 1 1
      include/uapi/audio/linux/msm_audio_amrwb.h
  60. 1 1
      include/uapi/audio/linux/msm_audio_g711.h
  61. 1 1
      include/uapi/audio/linux/msm_audio_g711_dec.h
  62. 1 1
      include/uapi/audio/linux/msm_audio_mvs.h
  63. 1 1
      include/uapi/audio/linux/msm_audio_qcp.h
  64. 1 1
      include/uapi/audio/linux/msm_audio_sbc.h
  65. 1 1
      include/uapi/audio/linux/msm_audio_voicememo.h
  66. 2 2
      ipc/wcd-dsp-glink.c
  67. 2 2
      soc/wcd-spi-ac.c

+ 1 - 0
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
 

+ 1 - 1
asoc/codecs/wcd9335.c

@@ -20,7 +20,7 @@
 #include <linux/pm_runtime.h>
 #include <linux/kernel.h>
 #include <linux/gpio.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <soc/swr-wcd.h>
 #include <soc/snd_event.h>
 #include <sound/pcm.h>

+ 2 - 2
asoc/codecs/wcd934x/wcd934x-mbhc.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
  */
 #include <linux/module.h>
 #include <linux/init.h>
@@ -12,7 +12,7 @@
 #include <linux/gpio.h>
 #include <linux/delay.h>
 #include <linux/regmap.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>

+ 1 - 1
asoc/codecs/wcd934x/wcd934x.c

@@ -20,7 +20,7 @@
 #include <linux/regmap.h>
 #include <linux/spi/spi.h>
 #include <linux/regulator/consumer.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <soc/swr-wcd.h>
 #include <soc/snd_event.h>
 #include <sound/pcm.h>

+ 2 - 2
asoc/codecs/wcd9xxx-common-v2.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -8,7 +8,7 @@
 #include <sound/soc.h>
 #include <linux/kernel.h>
 #include <linux/delay.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/core.h>
 #include <asoc/wcd9xxx-common-v2.h>
 

+ 2 - 2
asoc/codecs/wcd9xxx-core.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2011-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/kernel.h>
@@ -13,7 +13,7 @@
 #include <linux/debugfs.h>
 #include <linux/i2c.h>
 #include <linux/regmap.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <sound/soc.h>
 #include <asoc/core.h>
 #include <asoc/pdata.h>

+ 2 - 2
asoc/codecs/wcd9xxx-irq.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2011-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
  */
 #include <linux/bitops.h>
 #include <linux/kernel.h>
@@ -18,7 +18,7 @@
 #include <soc/qcom/pm.h>
 #include <linux/gpio.h>
 #include <linux/of_gpio.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/core.h>
 #include <asoc/wcd9xxx-irq.h>
 

+ 2 - 2
asoc/codecs/wcd9xxx-slimslave.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
  */
 #include <linux/slab.h>
 #include <linux/mutex.h>
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include <asoc/wcd9xxx-slimslave.h>
 
 struct wcd9xxx_slim_sch {

+ 2 - 2
asoc/codecs/wcd_cpe_core.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2014-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -14,7 +14,7 @@
 #include <linux/dma-mapping.h>
 #include <sound/soc.h>
 #include <sound/info.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 #include <soc/qcom/pm.h>
 #include <dsp/audio_cal_utils.h>
 #include <asoc/core.h>

+ 1 - 1
asoc/codecs/wcdcal-hwdep.c

@@ -9,7 +9,7 @@
 #include <linux/ioctl.h>
 #include <linux/bitops.h>
 #include <sound/hwdep.h>
-#include <sound/msmcal-hwdep.h>
+#include <audio/sound/msmcal-hwdep.h>
 #include <sound/soc.h>
 #include <asoc/wcdcal-hwdep.h>
 

+ 2 - 2
asoc/msm-audio-effects-q6-v2.c

@@ -1,11 +1,11 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/slab.h>
 #include <linux/ratelimit.h>
 #include <sound/compress_params.h>
-#include <sound/devdep_params.h>
+#include <audio/sound/devdep_params.h>
 #include <dsp/apr_audio-v2.h>
 #include <dsp/q6asm-v2.h>
 #include <dsp/msm-audio-effects-q6-v2.h>

+ 2 - 2
asoc/msm-compress-q6-v2.c

@@ -20,10 +20,10 @@
 #include <sound/initval.h>
 #include <sound/control.h>
 #include <sound/pcm_params.h>
-#include <sound/audio_effects.h>
+#include <audio/sound/audio_effects.h>
 #include <asm/dma.h>
 #include <linux/dma-mapping.h>
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 
 #include <sound/timer.h>
 #include <sound/tlv.h>

+ 1 - 1
asoc/msm-cpe-lsm.c

@@ -15,7 +15,7 @@
 #include <linux/sched.h>
 #include <linux/freezer.h>
 #include <sound/soc.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 #include <sound/pcm_params.h>
 #include "msm-slim-dma.h"
 #include "codecs/cpe_core.h"

+ 1 - 1
asoc/msm-lsm-client.c

@@ -19,7 +19,7 @@
 #include <sound/timer.h>
 #include <sound/initval.h>
 #include <sound/control.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 #include <sound/pcm_params.h>
 #include <dsp/msm_audio_ion.h>
 #include <dsp/q6lsm.h>

+ 1 - 1
asoc/msm-pcm-q6-noirq.c

@@ -27,7 +27,7 @@
 #include <asm/dma.h>
 #include <sound/tlv.h>
 #include <sound/pcm_params.h>
-#include <sound/devdep_params.h>
+#include <audio/sound/devdep_params.h>
 #include <dsp/msm_audio_ion.h>
 #include <dsp/q6audio-v2.h>
 

+ 2 - 2
asoc/msm-pcm-q6-v2.c

@@ -21,12 +21,12 @@
 #include <sound/timer.h>
 #include <asm/dma.h>
 #include <linux/dma-mapping.h>
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 
 #include <linux/of_device.h>
 #include <sound/tlv.h>
 #include <sound/pcm_params.h>
-#include <sound/devdep_params.h>
+#include <audio/sound/devdep_params.h>
 #include <dsp/msm_audio_ion.h>
 #include <dsp/q6audio-v2.h>
 #include <dsp/q6core.h>

+ 1 - 1
asoc/msm-pcm-routing-devdep.c

@@ -7,7 +7,7 @@
 #include <linux/err.h>
 #include <linux/module.h>
 #include <sound/hwdep.h>
-#include <sound/devdep_params.h>
+#include <audio/sound/devdep_params.h>
 #include "msm-pcm-routing-devdep.h"
 #include "msm-ds2-dap-config.h"
 

+ 1 - 1
asoc/msm-pcm-routing-v2.c

@@ -21,7 +21,7 @@
 #include <sound/asound.h>
 #include <sound/pcm_params.h>
 #include <sound/hwdep.h>
-#include <sound/audio_effects.h>
+#include <audio/sound/audio_effects.h>
 #include <dsp/msm-dts-srs-tm-config.h>
 #include <dsp/q6voice.h>
 #include <dsp/q6adm-v2.h>

+ 2 - 2
asoc/msm-transcode-loopback-q6-v2.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/init.h>
@@ -17,7 +17,7 @@
 #include <sound/pcm.h>
 #include <sound/initval.h>
 #include <sound/control.h>
-#include <sound/audio_effects.h>
+#include <audio/sound/audio_effects.h>
 #include <sound/pcm_params.h>
 #include <sound/timer.h>
 #include <sound/tlv.h>

+ 2 - 2
dsp/audio_slimslave.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2013-2014, 2017-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2014, 2017-2018, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/init.h>
@@ -9,7 +9,7 @@
 #include <linux/device.h>
 #include <linux/mutex.h>
 #include <linux/miscdevice.h>
-#include <sound/audio_slimslave.h>
+#include <audio/sound/audio_slimslave.h>
 #include <linux/slimbus/slimbus.h>
 #include <linux/pm_runtime.h>
 

+ 2 - 2
dsp/avtimer.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2012-2015, 2017-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2015, 2017-2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/kernel.h>
@@ -12,7 +12,7 @@
 #include <linux/device.h>
 #include <linux/io.h>
 #include <linux/platform_device.h>
-#include <linux/avtimer.h>
+#include <audio/linux/avtimer.h>
 #include <linux/slab.h>
 #include <linux/of.h>
 #include <linux/wait.h>

+ 2 - 2
dsp/codecs/aac_in.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2017, 2020 The Linux Foundation. All rights reserved.
  */
 #include <linux/module.h>
 #include <linux/fs.h>
@@ -10,7 +10,7 @@
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/msm_audio_aac.h>
+#include <audio/linux/msm_audio_aac.h>
 #include <linux/compat.h>
 #include <linux/atomic.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/codecs/amrnb_in.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2010-2012, 2014, 2016-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2012, 2014, 2016-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -11,7 +11,7 @@
 #include <linux/slab.h>
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
-#include <linux/msm_audio_amrnb.h>
+#include <audio/linux/msm_audio_amrnb.h>
 #include <linux/compat.h>
 #include <linux/atomic.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/codecs/amrwb_in.c

@@ -1,13 +1,13 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2011-2012, 2014, 2016-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2012, 2014, 2016-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/dma-mapping.h>
 #include <linux/fs.h>
 #include <linux/module.h>
 #include <linux/miscdevice.h>
-#include <linux/msm_audio_amrwb.h>
+#include <audio/linux/msm_audio_amrwb.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>

+ 2 - 2
dsp/codecs/audio_aac.c

@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2010-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2020, The Linux Foundation. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -16,7 +16,7 @@
  *
  */
 
-#include <linux/msm_audio_aac.h>
+#include <audio/linux/msm_audio_aac.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_alac.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_alac.h>
+#include <audio/linux/msm_audio_alac.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_amrwbplus.c

@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2010-2017, 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2017, 2019-2020 The Linux Foundation. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  */
-#include <linux/msm_audio_amrwbplus.h>
+#include <audio/linux/msm_audio_amrwbplus.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_ape.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_ape.h>
+#include <audio/linux/msm_audio_ape.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_g711alaw.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2016-2017, 2019 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, 2019-2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_g711_dec.h>
+#include <audio/linux/msm_audio_g711_dec.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_g711mlaw.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2016-2017, 2019 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, 2019-2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_g711_dec.h>
+#include <audio/linux/msm_audio_g711_dec.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_hwacc_effects.c

@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/compat.h>
 #include "q6audio_common.h"
 #include <dsp/msm-audio-effects-q6-v2.h>

+ 2 - 2
dsp/codecs/audio_multi_aac.c

@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2011-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -16,7 +16,7 @@
  *
  */
 
-#include <linux/msm_audio_aac.h>
+#include <audio/linux/msm_audio_aac.h>
 #include <linux/compat.h>
 #include <soc/qcom/socinfo.h>
 #include "audio_utils_aio.h"

+ 2 - 2
dsp/codecs/audio_utils.h

@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/* Copyright (c) 2010-2015, 2017 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2015, 2017, 2020 The Linux Foundation. All rights reserved.
  */
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/compat.h>
 #include "q6audio_common.h"
 

+ 2 - 2
dsp/codecs/audio_utils_aio.h

@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /* Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2009-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009-2018, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/fs.h>
@@ -11,7 +11,7 @@
 #include <linux/sched.h>
 #include <linux/uaccess.h>
 #include <linux/wait.h>
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/debugfs.h>
 #include <linux/list.h>
 #include <linux/slab.h>

+ 2 - 2
dsp/codecs/audio_wma.c

@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2009-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009-2020, The Linux Foundation. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -17,7 +17,7 @@
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_wma.h>
+#include <audio/linux/msm_audio_wma.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/audio_wmapro.c

@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Google, Inc.
  * Copyright (C) 2008 HTC Corporation
- * Copyright (c) 2009-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009-2020, The Linux Foundation. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -17,7 +17,7 @@
  */
 
 #include <linux/types.h>
-#include <linux/msm_audio_wmapro.h>
+#include <audio/linux/msm_audio_wmapro.h>
 #include <linux/compat.h>
 #include "audio_utils_aio.h"
 

+ 2 - 2
dsp/codecs/evrc_in.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -10,7 +10,7 @@
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/msm_audio_qcp.h>
+#include <audio/linux/msm_audio_qcp.h>
 #include <linux/atomic.h>
 #include <linux/compat.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/codecs/g711alaw_in.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -10,7 +10,7 @@
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/msm_audio_g711.h>
+#include <audio/linux/msm_audio_g711.h>
 #include <linux/atomic.h>
 #include <linux/compat.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/codecs/g711mlaw_in.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -10,7 +10,7 @@
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/msm_audio_g711.h>
+#include <audio/linux/msm_audio_g711.h>
 #include <linux/atomic.h>
 #include <linux/compat.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/codecs/qcelp_in.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2017, 2020 The Linux Foundation. All rights reserved.
  */
 
 #include <linux/module.h>
@@ -10,7 +10,7 @@
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
-#include <linux/msm_audio_qcp.h>
+#include <audio/linux/msm_audio_qcp.h>
 #include <linux/atomic.h>
 #include <linux/compat.h>
 #include <asm/ioctls.h>

+ 2 - 2
dsp/q6afecal-hwdep.c

@@ -1,12 +1,12 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015, 2017 - 2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015, 2017 - 2018, 2020 The Linux Foundation. All rights reserved.
  */
 #include <linux/kernel.h>
 #include <linux/platform_device.h>
 #include <linux/ioctl.h>
 #include <sound/hwdep.h>
-#include <sound/msmcal-hwdep.h>
+#include <audio/sound/msmcal-hwdep.h>
 #include <sound/soc.h>
 #include "q6afecal-hwdep.h"
 

+ 1 - 1
dsp/q6afecal-hwdep.h

@@ -4,7 +4,7 @@
  */
 #ifndef __Q6AFECAL_HWDEP_H__
 #define __Q6AFECAL_HWDEP_H__
-#include <sound/msmcal-hwdep.h>
+#include <audio/sound/msmcal-hwdep.h>
 
 enum q6afe_cal_states {
 	Q6AFECAL_UNINITIALISED,

+ 1 - 1
dsp/q6lsm.c

@@ -15,7 +15,7 @@
 #include <linux/debugfs.h>
 #include <linux/time.h>
 #include <linux/atomic.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 #include <asm/ioctls.h>
 #include <linux/memory.h>
 #include <dsp/msm_audio_ion.h>

+ 2 - 2
dsp/rtac.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/fs.h>
@@ -10,7 +10,7 @@
 #include <linux/uaccess.h>
 #include <linux/mutex.h>
 #include <linux/sched.h>
-#include <linux/msm_audio_calibration.h>
+#include <audio/linux/msm_audio_calibration.h>
 #include <linux/atomic.h>
 #include <linux/compat.h>
 #include <dsp/msm_audio_ion.h>

+ 2 - 2
dsp/sp_params.c

@@ -1,11 +1,11 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <dsp/q6audio-v2.h>
 #include <dsp/q6afe-v2.h>
-#include <linux/msm_audio_calibration.h>
+#include <audio/linux/msm_audio_calibration.h>
 #include <dsp/sp_params.h>
 #include <linux/kernel.h>
 #include <linux/module.h>

+ 2 - 2
include/asoc/cpe_core.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2018, 2020 The Linux Foundation. All rights reserved.
  */
 
 #ifndef __CPE_CORE_H__
@@ -9,7 +9,7 @@
 #include <linux/types.h>
 #include <linux/wait.h>
 #include <linux/dma-mapping.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 
 enum {
 	CMD_INIT_STATE = 0,

+ 2 - 2
include/asoc/wcd9xxx-resmgr-v2.h

@@ -1,11 +1,11 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
  */
 #ifndef __WCD9XXX_COMMON_V2_H__
 #define __WCD9XXX_COMMON_V2_H__
 
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 #include "core.h"
 
 enum wcd_clock_type {

+ 2 - 2
include/asoc/wcdcal-hwdep.h

@@ -1,10 +1,10 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2014, 2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014, 2018, 2020 The Linux Foundation. All rights reserved.
  */
 #ifndef __WCD9XXX_HWDEP_H__
 #define __WCD9XXX_HWDEP_H__
-#include <sound/msmcal-hwdep.h>
+#include <audio/sound/msmcal-hwdep.h>
 
 enum wcd_cal_states {
 	WCDCAL_UNINITIALISED,

+ 1 - 1
include/dsp/apr_audio-v2.h

@@ -8,7 +8,7 @@
 #define _APR_AUDIO_V2_H_
 
 #include <ipc/apr.h>
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 
 /* size of header needed for passing data out of band */
 #define APR_CMD_OB_HDR_SZ  12

+ 2 - 2
include/dsp/audio_cal_utils.h

@@ -1,12 +1,12 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2014, 2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014, 2018, 2020 The Linux Foundation. All rights reserved.
  */
 #ifndef _AUDIO_CAL_UTILS_H
 #define _AUDIO_CAL_UTILS_H
 
 #include <linux/msm_ion.h>
-#include <linux/msm_audio_calibration.h>
+#include <audio/linux/msm_audio_calibration.h>
 #include <dsp/msm_audio_ion.h>
 #include <dsp/audio_calibration.h>
 

+ 2 - 2
include/dsp/audio_calibration.h

@@ -1,11 +1,11 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2014, 2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014, 2017, 2020 The Linux Foundation. All rights reserved.
  */
 #ifndef _AUDIO_CALIBRATION_H
 #define _AUDIO_CALIBRATION_H
 
-#include <linux/msm_audio_calibration.h>
+#include <audio/linux/msm_audio_calibration.h>
 
 /* Used by driver in buffer_number field to notify client
  * To update all blocks, for example: freeing all memory

+ 2 - 2
include/dsp/msm-audio-effects-q6-v2.h

@@ -1,12 +1,12 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2016, 2020 The Linux Foundation. All rights reserved.
  */
 
 #ifndef _MSM_AUDIO_EFFECTS_H
 #define _MSM_AUDIO_EFFECTS_H
 
-#include <sound/audio_effects.h>
+#include <audio/sound/audio_effects.h>
 
 #define MAX_PP_PARAMS_SZ   128
 

+ 1 - 1
include/dsp/q6lsm.h

@@ -8,7 +8,7 @@
 #include <linux/list.h>
 #include <linux/msm_ion.h>
 #include <dsp/apr_audio-v2.h>
-#include <sound/lsm_params.h>
+#include <audio/sound/lsm_params.h>
 #include <ipc/apr.h>
 
 #define MAX_NUM_CONFIDENCE 20

+ 2 - 2
include/dsp/q6voice.h

@@ -1,12 +1,12 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
  */
 #ifndef __QDSP6VOICE_H__
 #define __QDSP6VOICE_H__
 
 #include <linux/msm_ion.h>
-#include <sound/voice_params.h>
+#include <audio/sound/voice_params.h>
 #include <dsp/rtac.h>
 #include <dsp/q6core.h>
 #include <ipc/apr.h>

+ 1 - 1
include/uapi/audio/linux/mfd/wcd9xxx/wcd9320_registers.h

@@ -1,7 +1,7 @@
 #ifndef WCD9320_REGISTERS_H
 #define WCD9320_REGISTERS_H
 
-#include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
+#include <audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h>
 
 #define TAIKO_A_CHIP_CTL			WCD9XXX_A_CHIP_CTL
 #define TAIKO_A_CHIP_CTL__POR			WCD9XXX_A_CHIP_CTL__POR

+ 1 - 1
include/uapi/audio/linux/msm_audio_aac.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_AAC_H
 #define _UAPI_MSM_AUDIO_AAC_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_SET_AAC_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_ac3.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_AC3_H
 #define _UAPI_MSM_AUDIO_AC3_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 
 #define AUDIO_SET_AC3_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \
 	(AUDIO_MAX_COMMON_IOCTL_NUM+0), unsigned int)

+ 1 - 1
include/uapi/audio/linux/msm_audio_amrnb.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_AMRNB_H
 #define _UAPI_MSM_AUDIO_AMRNB_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_GET_AMRNB_ENC_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_amrwb.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_AMRWB_H
 #define _UAPI_MSM_AUDIO_AMRWB_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_GET_AMRWB_ENC_CONFIG _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_g711.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_G711_H
 #define _UAPI_MSM_AUDIO_G711_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 struct msm_audio_g711_enc_config {

+ 1 - 1
include/uapi/audio/linux/msm_audio_g711_dec.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_G711_H
 #define _UAPI_MSM_AUDIO_G711_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 struct msm_audio_g711_dec_config {

+ 1 - 1
include/uapi/audio/linux/msm_audio_mvs.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_MVS_H
 #define _UAPI_MSM_AUDIO_MVS_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_GET_MVS_CONFIG _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_qcp.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_QCP_H
 #define _UAPI_MSM_AUDIO_QCP_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_SET_QCELP_ENC_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_sbc.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_SBC_H
 #define _UAPI_MSM_AUDIO_SBC_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_SET_SBC_ENC_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \

+ 1 - 1
include/uapi/audio/linux/msm_audio_voicememo.h

@@ -1,7 +1,7 @@
 #ifndef _UAPI_MSM_AUDIO_VOICEMEMO_H
 #define _UAPI_MSM_AUDIO_VOICEMEMO_H
 
-#include <linux/msm_audio.h>
+#include <audio/linux/msm_audio.h>
 #include <linux/types.h>
 
 #define AUDIO_GET_VOICEMEMO_CONFIG  _IOW(AUDIO_IOCTL_MAGIC, \

+ 2 - 2
ipc/wcd-dsp-glink.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/init.h>
@@ -16,7 +16,7 @@
 #include <linux/of_device.h>
 #include <linux/vmalloc.h>
 #include <linux/rpmsg.h>
-#include "sound/wcd-dsp-glink.h"
+#include "audio/sound/wcd-dsp-glink.h"
 
 #define WDSP_GLINK_DRIVER_NAME "wcd-dsp-glink"
 #define WDSP_MAX_WRITE_SIZE (256 * 1024)

+ 2 - 2
soc/wcd-spi-ac.c

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
  */
 
 #include <linux/init.h>
@@ -11,7 +11,7 @@
 #include <linux/poll.h>
 #include <linux/slab.h>
 #include <linux/notifier.h>
-#include <linux/wcd-spi-ac-params.h>
+#include <audio/linux/wcd-spi-ac-params.h>
 #include <soc/wcd-spi-ac.h>
 #include <soc/qcom/msm_qmi_interface.h>