diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-07-14 18:24:23 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-07-15 10:22:30 +0200 |
commit | fc93c96fe34e10b873fef73e80cee52503f3a679 (patch) | |
tree | aaadf65e24af5034b9ba6f0c99bbdf097b8ef716 /include | |
parent | 27757876d1738a2dd528986c8143192f84eaa58a (diff) | |
download | linux-fc93c96fe34e10b873fef73e80cee52503f3a679.tar.bz2 |
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')
-rw-r--r-- | include/sound/compress_driver.h | 2 |
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); |