summaryrefslogtreecommitdiff
path: root/sound/core/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/info.c')
-rw-r--r--sound/core/info.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index 70fa87189f36..527b207462b0 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -653,23 +653,6 @@ int snd_info_card_register(struct snd_card *card)
}
/*
- * called on card->id change
- */
-void snd_info_card_id_change(struct snd_card *card)
-{
- mutex_lock(&info_mutex);
- if (card->proc_root_link) {
- snd_remove_proc_entry(snd_proc_root, card->proc_root_link);
- card->proc_root_link = NULL;
- }
- if (strcmp(card->id, card->proc_root->name))
- card->proc_root_link = proc_symlink(card->id,
- snd_proc_root,
- card->proc_root->name);
- mutex_unlock(&info_mutex);
-}
-
-/*
* de-register the card proc file
* called from init.c
*/