Source-Changes-HG archive

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

[src/trunk]: src/sys/arch x86: Enable HDAUDIOVERBOSE (as on arm) in order for...



details:   https://anonhg.NetBSD.org/src/rev/7ef1776144b2
branches:  trunk
changeset: 365251:7ef1776144b2
user:      nia <nia%NetBSD.org@localhost>
date:      Sat Apr 16 11:57:46 2022 +0000

description:
x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV
to return human-readable data.  Especially now that HDMI/DP audio
is enabled by default, it helps to be able to tell two devices
apart in audiocfg/aiomixer.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 sys/arch/i386/conf/GENERIC  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 469d6032a135 -r 7ef1776144b2 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Apr 16 11:13:10 2022 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Apr 16 11:57:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.594 2022/03/24 02:24:24 manu Exp $
+# $NetBSD: GENERIC,v 1.595 2022/04/16 11:57:46 nia Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.594 $"
+#ident         "GENERIC-$Revision: 1.595 $"
 
 maxusers       64              # estimated number of users
 
@@ -250,7 +250,7 @@
 #options       PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 options        SCSIVERBOSE     # human readable SCSI error messages
 #options       USBVERBOSE      # verbose USB device autoconfig messages
-#options       HDAUDIOVERBOSE  # verbose HDAUDIO driver messages
+options        HDAUDIOVERBOSE  # human readable HDAUDIO device names
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 
diff -r 469d6032a135 -r 7ef1776144b2 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Apr 16 11:13:10 2022 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Apr 16 11:57:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1237 2021/05/17 04:07:43 yamaguchi Exp $
+# $NetBSD: GENERIC,v 1.1238 2022/04/16 11:57:46 nia Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1237 $"
+#ident         "GENERIC-$Revision: 1.1238 $"
 
 maxusers       64              # estimated number of users
 
@@ -211,7 +211,7 @@
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
 #options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 #options       MCAVERBOSE      # verbose MCA device autoconfig messages
-#options       HDAUDIOVERBOSE  # verbose HDAUDIO driver messages
+options        HDAUDIOVERBOSE  # human readable HDAUDIO device names
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 



Home | Main Index | Thread Index | Old Index