[INF] ks.inf: Fix AudFName.VideoVol and AudFName.VideoMute captioning (#8567)

Fix consistency issues through the volume meters. The odd audio line name can be observed on Creative sound cards, like the one used in VMware Workstation by default for Windows XP.
This commit is contained in:
Vitaly Orekhov
2026-01-09 20:58:46 +03:00
committed by GitHub
parent 8aafd0491d
commit 93f6ac6cde

View File

@@ -637,8 +637,8 @@ AudFName.MicBoost="Microphone Boost"
AudFName.AltMic="Alternate Microphone"
AudFName.3DDepth="3D Depth"
AudFName.3DCenter="3D Center"
AudFName.VideoVol="video Volume"
AudFName.VideoMute="video Mute"
AudFName.VideoVol="Video Volume"
AudFName.VideoMute="Video Mute"
AudFName.Video="Video"
AudFName.Peakmeter="Peakmeter"