diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2023-04-23 08:06:05 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2023-04-23 08:06:05 +0000 |
| commit | d5abd618f382df5f46eb1e98b0129c24ae8dfbba (patch) | |
| tree | 6a5c94bfa35b49be1ee8c71dc5a9e7a4162aa88a /sys/dev | |
| parent | 0adbb9d0e503f152197d13a298a7194882f5935b (diff) | |
Enable 24bit support by default.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/audio/audiovar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio/audiovar.h b/sys/dev/audio/audiovar.h index c9ddc7d34b2..4c9ef91a884 100644 --- a/sys/dev/audio/audiovar.h +++ b/sys/dev/audio/audiovar.h @@ -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. |
