summaryrefslogtreecommitdiff
path: root/sys/dev/pci/yds.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/yds.c')
-rw-r--r--sys/dev/pci/yds.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/yds.c b/sys/dev/pci/yds.c
index 5657423174e..b26b3ecce67 100644
--- a/sys/dev/pci/yds.c
+++ b/sys/dev/pci/yds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yds.c,v 1.60 2022/08/29 06:08:04 jsg Exp $ */
+/* $OpenBSD: yds.c,v 1.61 2022/10/18 08:22:19 kn Exp $ */
/* $NetBSD: yds.c,v 1.5 2001/05/21 23:55:04 minoura Exp $ */
/*
@@ -1570,8 +1570,7 @@ yds_round_buffersize(void *addr, int direction, size_t size)
int
yds_get_props(void *addr)
{
- return (AUDIO_PROP_MMAP | AUDIO_PROP_INDEPENDENT |
- AUDIO_PROP_FULLDUPLEX);
+ return (AUDIO_PROP_FULLDUPLEX);
}
int