Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/audio Enable 24bit support by default.



details:   https://anonhg.NetBSD.org/src/rev/5c9e629ee33c
branches:  trunk
changeset: 374448:5c9e629ee33c
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Apr 23 08:06:05 2023 +0000

description:
Enable 24bit support by default.

diffstat:

 sys/dev/audio/audiovar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f2caee354db -r 5c9e629ee33c sys/dev/audio/audiovar.h
--- a/sys/dev/audio/audiovar.h  Sun Apr 23 08:05:36 2023 +0000
+++ b/sys/dev/audio/audiovar.h  Sun Apr 23 08:06:05 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiovar.h,v 1.12 2020/05/29 03:09:14 isaki Exp $      */
+/*     $NetBSD: audiovar.h,v 1.13 2023/04/23 08:06:05 mlelstv Exp $    */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
 /*
  * Whether supports [US]LINEAR24/24 as userland format.
  */
-/* #define AUDIO_SUPPORT_LINEAR24 */
+#define AUDIO_SUPPORT_LINEAR24
 
 /*
  * Frequency range.



Home | Main Index | Thread Index | Old Index