summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorGergo Koteles <soyer@irl.hu>2024-02-09 06:59:34 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-04 16:29:04 +0200
commitc0f6521806963ba3f5303f2e66aa7b5c2dba345a (patch)
tree347e7eb2f0a5a9d32dd4341d76b352cb3978c116 /include/sound
parent06a95f7184abed0dfede82a6ef88c69cf6fbfdc2 (diff)
downloadlinux-c0f6521806963ba3f5303f2e66aa7b5c2dba345a.tar.gz
linux-c0f6521806963ba3f5303f2e66aa7b5c2dba345a.tar.bz2
linux-c0f6521806963ba3f5303f2e66aa7b5c2dba345a.zip
ASoC: tas2781: remove unused acpi_subysystem_id
[ Upstream commit 4089d82e67a9967fc5bf2b4e5ef820d67fe73924 ] The acpi_subysystem_id is only written and freed, not read, so unnecessary. Signed-off-by: Gergo Koteles <soyer@irl.hu> Link: https://lore.kernel.org/r/454639336be28d2b50343e9c8366a56b0975e31d.1707456753.git.soyer@irl.hu Signed-off-by: Mark Brown <broonie@kernel.org> Stable-dep-of: c2c0b67dca3c ("ASoC: tas2781-i2c: Drop weird GPIO code") Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/tas2781.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/tas2781.h b/include/sound/tas2781.h
index be58d870505a..be6f70dd54f9 100644
--- a/include/sound/tas2781.h
+++ b/include/sound/tas2781.h
@@ -101,7 +101,6 @@ struct tasdevice_priv {
struct tm tm;
enum device_catlog_id catlog_id;
- const char *acpi_subsystem_id;
unsigned char cal_binaryname[TASDEVICE_MAX_CHANNELS][64];
unsigned char crc8_lkp_tbl[CRC8_TABLE_SIZE];
unsigned char coef_binaryname[64];