Module Name:    src
Committed By:   mlelstv
Date:           Sun Apr 23 08:06:05 UTC 2023

Modified Files:
        src/sys/dev/audio: audiovar.h

Log Message:
Enable 24bit support by default.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/audio/audiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/audio/audiovar.h
diff -u src/sys/dev/audio/audiovar.h:1.12 src/sys/dev/audio/audiovar.h:1.13
--- src/sys/dev/audio/audiovar.h:1.12	Fri May 29 03:09:14 2020
+++ src/sys/dev/audio/audiovar.h	Sun Apr 23 08:06:05 2023
@@ -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.

Reply via email to