aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/info.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-02-05 16:10:00 +0100
committerTakashi Iwai <tiwai@suse.de>2019-02-06 18:11:58 +0100
commit9725752867cb158e076bcb6bc4bdb35d9710b1bd (patch)
tree9532aaa200b4d7b3edf5d636a9b8070fb209bff6 /include/sound/info.h
parentALSA: usb: Clean up with new procfs helpers (diff)
downloadwireguard-linux-9725752867cb158e076bcb6bc4bdb35d9710b1bd.tar.xz
wireguard-linux-9725752867cb158e076bcb6bc4bdb35d9710b1bd.zip
ALSA: info: Drop unused snd_info_entry.card field
It's referred only in snd_card_id_read() which can receive the card object via private_data. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/info.h')
-rw-r--r--include/sound/info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/info.h b/include/sound/info.h
index 96530f7599e1..97fdda41e076 100644
--- a/include/sound/info.h
+++ b/include/sound/info.h
@@ -82,7 +82,6 @@ struct snd_info_entry {
struct snd_info_entry_ops *ops;
} c;
struct snd_info_entry *parent;
- struct snd_card *card;
struct module *module;
void *private_data;
void (*private_free)(struct snd_info_entry *entry);