summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/hda/hdac_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/hda/hdac_private.h')
-rw-r--r--sys/dev/sound/pci/hda/hdac_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/hda/hdac_private.h b/sys/dev/sound/pci/hda/hdac_private.h
index a41f72f..a4752ab 100644
--- a/sys/dev/sound/pci/hda/hdac_private.h
+++ b/sys/dev/sound/pci/hda/hdac_private.h
@@ -170,8 +170,6 @@ struct hdac_codec {
nid_t cad;
struct hdac_command_list *commands;
struct hdac_softc *sc;
-
- SLIST_ENTRY(hdac_codec) next_codec;
};
struct hdac_bdle {
@@ -321,7 +319,6 @@ struct hdac_softc {
uint32_t unsolq[HDAC_UNSOLQ_MAX];
struct hdac_codec *codecs[HDAC_CODEC_MAX];
- SLIST_HEAD(hdac_codec_list_head, hdac_codec) codec_list;
int registered;
};
OpenPOWER on IntegriCloud