summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/es137x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/es137x.c')
-rw-r--r--sys/dev/sound/pci/es137x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 116a0fff45c0..fef48fcb2995 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -486,7 +486,8 @@ es1371_init(struct es_info *es, device_t dev)
es->ctrl = 0;
es->sctrl = 0;
/* initialize the chips */
- if (revid == 7 || revid >= 9 || (devid == ES1371_PCI_ID3 && revid == 2)) {
+ if (revid == 7 || revid >= 9 ||
+ (devid == ES1371_PCI_ID3 && (revid == 2 || revid == 3))) {
#define ES1371_BINTSUMM_OFF 0x04
bus_space_write_4(es->st, es->sh, ES1371_BINTSUMM_OFF, 0x20000000);
DELAY(20000);