public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ALSA: info: Remove unused function declarations
@ 2023-08-07 14:15 Yue Haibing
  2023-08-08 12:45 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-07 14:15 UTC (permalink / raw)
  To: perex, tiwai, yuehaibing; +Cc: alsa-devel, linux-kernel

These declarations is never used since beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/sound/info.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/sound/info.h b/include/sound/info.h
index 7c13bf52cc81..adbc506860d6 100644
--- a/include/sound/info.h
+++ b/include/sound/info.h
@@ -118,8 +118,6 @@ struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
 					     const char *name,
 					     struct snd_info_entry *parent);
 void snd_info_free_entry(struct snd_info_entry *entry);
-int snd_info_store_text(struct snd_info_entry *entry);
-int snd_info_restore_text(struct snd_info_entry *entry);
 
 int snd_info_card_create(struct snd_card *card);
 int snd_info_card_register(struct snd_card *card);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-08 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07 14:15 [PATCH -next] ALSA: info: Remove unused function declarations Yue Haibing
2023-08-08 12:45 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox