]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: atom: Remove unused functions
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 9 May 2025 00:37:16 +0000 (01:37 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 9 May 2025 02:01:35 +0000 (11:01 +0900)
commit248b75f89e99e59e5362d02d4df3f5e698137c29
treeef9bbd32dbfced4c193121b0e37f7876f4860ba7
parent4815e9fc892bb85f856f119006687fdb6c71ee01
ASoC: Intel: atom: Remove unused functions

sst_cdev_fragment_elapsed() was added in 2014 by
commit 7adab122a57c ("ASoC: Intel: sst - add compressed ops handling")
but has remained unused.

sst_get_stream_allocated() was added in 2014 by
commit cc547054d312 ("ASoC: Intel: sst - add pcm ops handling")
but has remained unused.

sst_wait_interruptible() was added in 2014 by
commit 60dc8dbacb00 ("ASoC: Intel: sst: Add some helper functions")
but has remained unused.

Remove them.

Signed-off-by: "Dr. David Alan Gilbert" <linux@treblig.org>
Link: https://patch.msgid.link/20250509003716.278416-1-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst.h
sound/soc/intel/atom/sst/sst_drv_interface.c
sound/soc/intel/atom/sst/sst_pvt.c