Merge "ASoC: remove unused variable definition for compling issue"

This commit is contained in:
qctecmdr 2021-03-17 17:20:30 -07:00 committed by Gerrit - the friendly Code Review server
commit 1c3c1cf248

View File

@ -1,5 +1,5 @@
// 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;