Skip to content

Commit 28f1b6c

Browse files
WhaleChangChromeos LUCI
WhaleChang
authored and
Chromeos LUCI
committed
ucm: fix outdated ucm flag for Lenovo USB-C TO 3.5mm Adapter
crrev/c/5643355 replaced DisableSoftwareVolume with UseSoftwareVolume. But the crrev/c/5643355 missed changing Lenovo USB-C TO 3.5mm Adapter config. Fix the problem by replacing DisableSoftwareVolume with UseSoftwareVolume in Lenovo USB-C TO 3.5mm Adapter ucm config. BUG=b:351706161 TEST=code search DisableSoftwareVolume and make sure DisableSoftwareVolume don't exist under adhd folder Change-Id: I02ae293d5bf92800b60193891221b5400df87544 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5681320 Reviewed-by: Jeremy Wu <[email protected]> Tested-by: [email protected] <[email protected]> Commit-Queue: Ching Yun Chang <[email protected]>
1 parent c98bdd5 commit 28f1b6c

File tree

1 file changed

+1
-1
lines changed
  • ucm-config/for_all_boards/Lenovo USB-C TO 3.5mm Adapter

1 file changed

+1
-1
lines changed

ucm-config/for_all_boards/Lenovo USB-C TO 3.5mm Adapter/HiFi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SectionVerb {
22
Value {
33
FullySpecifiedUCM "1"
4-
DisableSoftwareVolume "0"
4+
UseSoftwareVolume "1"
55
}
66
}
77

0 commit comments

Comments
 (0)