summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eso.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/eso.c')
-rw-r--r--sys/dev/pci/eso.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/eso.c b/sys/dev/pci/eso.c
index b700ddecbdc..eec3e04be4b 100644
--- a/sys/dev/pci/eso.c
+++ b/sys/dev/pci/eso.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eso.c,v 1.50 2022/03/21 19:22:41 miod Exp $ */
+/* $OpenBSD: eso.c,v 1.51 2022/10/18 08:22:19 kn Exp $ */
/* $NetBSD: eso.c,v 1.48 2006/12/18 23:13:39 kleink Exp $ */
/*
@@ -1571,8 +1571,7 @@ eso_round_buffersize(void *hdl, int direction, size_t bufsize)
int
eso_get_props(void *hdl)
{
- return (AUDIO_PROP_MMAP | AUDIO_PROP_INDEPENDENT |
- AUDIO_PROP_FULLDUPLEX);
+ return (AUDIO_PROP_FULLDUPLEX);
}
int