summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorGergo Koteles <soyer@irl.hu>2024-02-09 08:59:34 +0300
committerMark Brown <broonie@kernel.org>2024-02-09 17:32:51 +0300
commit4089d82e67a9967fc5bf2b4e5ef820d67fe73924 (patch)
tree2e6f14a4c4b6b208fb7241a55e481e4fbbb726cd /include/sound
parent6b4c7d4d8297a9f395ff4addba8e5fde7f730c37 (diff)
downloadlinux-4089d82e67a9967fc5bf2b4e5ef820d67fe73924.tar.xz
ASoC: tas2781: remove unused acpi_subysystem_id
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>
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 b00d65417c31..cc110a360861 100644
--- a/include/sound/tas2781.h
+++ b/include/sound/tas2781.h
@@ -103,7 +103,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];