summaryrefslogtreecommitdiff
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2002-05-11 02:33:13 +0000
committerOrion Hodson <orion@FreeBSD.org>2002-05-11 02:33:13 +0000
commitce26667e66d98e721245dfa757cf8f018c555338 (patch)
treecaa861b3a5c6055f8cd567c730ef8f3d3d5a4d12 /sys/dev/sound
parentcb145eee29998da5c3f246069e03210f6ed06d60 (diff)
Notes
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/ich.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 5a36b66cd5bc..4b1cb18b1c7a 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -762,9 +762,6 @@ ich_pci_suspend(device_t dev)
ichchan_trigger(0, &sc->ch[i], PCMTRIG_ABORT);
}
}
-
- /* ACLINK shut off */
- ich_wr(sc,ICH_REG_GLOB_CNT, ICH_GLOB_CTL_SHUT, 4);
return 0;
}