Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1599fbce authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

* changes:
  ASoC: update uapi header location
  dsp: update ion alloc header file
parents 46462c81 e10da098
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* 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
Original line number Diff line number Diff line
@@ -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>