From 18fe73ef7c96e98668f84c02ebb9ac626f062b67 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 28 May 2015 14:46:55 +0200 Subject: ALSA: hda - Drop unused fields from struct hda_codec_preset It's very unlikely that we'd need these fields out of sudden. Let's drop them. Signed-off-by: Takashi Iwai --- sound/pci/hda/hda_codec.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sound/pci/hda/hda_codec.h') diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index ed7e9cfd699a..6c572588f7e5 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -82,11 +82,7 @@ struct hda_bus { */ struct hda_codec_preset { unsigned int id; - unsigned int mask; - unsigned int subs; - unsigned int subs_mask; unsigned int rev; - hda_nid_t afg, mfg; const char *name; int (*patch)(struct hda_codec *codec); }; -- cgit v1.2.3-55-g7522