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

Commit 972c98a0 authored by Fei Tong's avatar Fei Tong Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: remove unused variable definition for compling issue



transcode_loopback_session_lock is defined but not used, and cause build issue
remove the unused definition

Change-Id: I233ca61084370cd17ccd04fa51fa1c25c8885c36
Signed-off-by: default avatarFei Tong <ftong@codeaurora.org>
parent 2e51c87f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
 */

#include <linux/init.h>
@@ -44,8 +44,6 @@
#define APP_TYPE_CONFIG_IDX_SAMPLE_RATE 2
#define APP_TYPE_CONFIG_IDX_BE_ID 3

static DEFINE_MUTEX(transcode_loopback_session_lock);

struct msm_transcode_audio_effects {
	struct bass_boost_params bass_boost;
	struct pbe_params pbe;