Skip to content

Commit 56c7ee1

Browse files
kendase3Chromeos LUCI
authored and
Chromeos LUCI
committed
Add ucm with loudness control for hp dock
BUG=b:241135463 TEST=Loudness control now toggled unmuted correctly on DUT TEST=Dock headphone on DUT now works after USB card selected Cq-Depend: chromium:5535518 Change-Id: I7f3e659583e074a76dd85d55b8b78b2abdd086da Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5431273 Commit-Queue: ChromeOS Auto Retry <[email protected]> Reviewed-by: Curtis Malainey <[email protected]> Tested-by: [email protected] <[email protected]> Tested-by: Steve Kendall <[email protected]>
1 parent bdda522 commit 56c7ee1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Comment "For Cros Flex USB Audio"
2+
SectionUseCase."HiFi" {
3+
File "HiFi.conf"
4+
Comment "Default"
5+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
SectionVerb {
2+
Value.FullySpecifiedUCM "1"
3+
EnableSequence [
4+
cset "name='Loudness' on"
5+
]
6+
7+
DisableSequence [
8+
]
9+
}
10+
11+
SectionDevice."Headphone" {
12+
Comment "Headphones"
13+
14+
Value {
15+
PlaybackPCM "hw:Dock,0"
16+
PlaybackMixerElem "Headphone,0"
17+
}
18+
}

0 commit comments

Comments
 (0)