summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-07-14 19:24:23 +0300
committerTakashi Iwai <tiwai@suse.de>2021-07-15 11:22:30 +0300
commitfc93c96fe34e10b873fef73e80cee52503f3a679 (patch)
treeaaadf65e24af5034b9ba6f0c99bbdf097b8ef716 /include/sound
parent27757876d1738a2dd528986c8143192f84eaa58a (diff)
downloadlinux-fc93c96fe34e10b873fef73e80cee52503f3a679.tar.xz
ALSA: compress: Drop unused functions
snd_compress_register() and snd_compress_deregister() API functions have been never used by in-tree drivers. Let's clean up the dead code. Acked-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20210714162424.4412-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/compress_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/compress_driver.h b/include/sound/compress_driver.h
index 277087f635f3..d91289c6f00e 100644
--- a/include/sound/compress_driver.h
+++ b/include/sound/compress_driver.h
@@ -165,8 +165,6 @@ struct snd_compr {
};
/* compress device register APIs */
-int snd_compress_register(struct snd_compr *device);
-int snd_compress_deregister(struct snd_compr *device);
int snd_compress_new(struct snd_card *card, int device,
int type, const char *id, struct snd_compr *compr);