Эх сурвалжийг харах

Merge changes I3c3e0f41,I1dc09c32 into audio-drivers.lnx.5.0

* changes:
  ASoC: update uapi header location
  dsp: update ion alloc header file
Linux Build Service Account 5 жил өмнө
parent
commit
1599fbce86

+ 2 - 2
asoc/msm-ds2-dap-config.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2013-2014, 2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2014, 2017, 2019 The Linux Foundation. All rights reserved.
  */
 
 #ifndef _MSM_DS2_DAP_CONFIG_H_
@@ -9,7 +9,7 @@
 #include <sound/soc.h>
 #include "msm-dolby-common.h"
 #include <sound/hwdep.h>
-#include <uapi/sound/devdep_params.h>
+#include <uapi/audio/sound/devdep_params.h>
 
 #ifdef CONFIG_COMPAT
 struct dolby_param_data32 {

+ 1 - 1
dsp/msm_audio_ion.c

@@ -16,7 +16,7 @@
 #include <linux/platform_device.h>
 #include <linux/of_device.h>
 #include <linux/export.h>
-#include <linux/ion_kernel.h>
+#include <linux/ion.h>
 #include <ipc/apr.h>
 #include <dsp/msm_audio_ion.h>