NetBSD-Bugs archive

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

PR/59712 CVS commit: [netbsd-11] src/sys/dev/hdaudio



The following reply was made to PR kern/59712; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59712 CVS commit: [netbsd-11] src/sys/dev/hdaudio
Date: Tue, 28 Oct 2025 13:33:07 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Oct 28 13:33:07 UTC 2025
 
 Modified Files:
 	src/sys/dev/hdaudio [netbsd-11]: hdafg.c
 
 Log Message:
 Pull up following revision(s) (requested by nia in ticket #76):
 
 	sys/dev/hdaudio/hdafg.c: revision 1.33
 
 hdaudio(4): Do not expose non-functional volume controls.
 
 The old code supported "volume without mute", but not "mute
 without volume", which are widely exposed by hdaudio devices.
 
 This resulted in redundant volume controls with delta=256
 (not allowing them to be set).
 
 While here, classify PC speaker and phone out controls as
 output controls.
 "ship it" jmcneill@
 
 PR kern/59712 hdaudio driver exposes nonexistent volume controls
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.32 -r1.32.4.1 src/sys/dev/hdaudio/hdafg.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index