summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/uaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c
index 2a155c509df..7119b2299f8 100644
--- a/sys/dev/usb/uaudio.c
+++ b/sys/dev/usb/uaudio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uaudio.c,v 1.155 2020/04/30 12:38:36 ratchov Exp $ */
+/* $OpenBSD: uaudio.c,v 1.156 2020/04/30 12:41:39 ratchov Exp $ */
/*
* Copyright (c) 2018 Alexandre Ratchov <alex@caoua.org>
*
@@ -173,7 +173,7 @@
/*
* names of DAC and ADC unit names
*/
-#define UAUDIO_NAME_PLAY "play"
+#define UAUDIO_NAME_PLAY "dac"
#define UAUDIO_NAME_REC "record"
/*