summaryrefslogtreecommitdiff
path: root/ucm-config/peppy/HDA Intel PCH/HiFi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ucm-config/peppy/HDA Intel PCH/HiFi.conf')
-rw-r--r--ucm-config/peppy/HDA Intel PCH/HiFi.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/ucm-config/peppy/HDA Intel PCH/HiFi.conf b/ucm-config/peppy/HDA Intel PCH/HiFi.conf
new file mode 100644
index 00000000..c33144d1
--- /dev/null
+++ b/ucm-config/peppy/HDA Intel PCH/HiFi.conf
@@ -0,0 +1,55 @@
+SectionVerb {
+ Value {
+ OutputDspName "speaker_eq"
+ }
+ EnableSequence [
+ cdev "hw:PCH"
+
+ cset "name='Master Playback Switch' on"
+ cset "name='Headphone Playback Switch' off"
+ cset "name='Speaker Playback Switch' on"
+
+ cset "name='Capture Switch' on"
+ cset "name='Capture Volume' 39"
+ cset "name='Mic Boost Volume' 2"
+ cset "name='Internal Mic Boost Volume' 1"
+ cset "name='Input Source' 1"
+ ]
+ DisableSequence [
+ ]
+}
+
+SectionDevice."Headphone".0 {
+ Value {
+ JackName "Headphone Jack"
+ DspName ""
+ }
+ EnableSequence [
+ cdev "hw:PCH"
+
+ cset "name='Speaker Playback Switch' off"
+ cset "name='Headphone Playback Switch' on"
+ ]
+ DisableSequence [
+ cdev "hw:PCH"
+
+ cset "name='Headphone Playback Switch' off"
+ cset "name='Speaker Playback Switch' on"
+ ]
+}
+
+SectionDevice."Mic".0 {
+ Value {
+ JackName "Mic Jack"
+ }
+ EnableSequence [
+ cdev "hw:PCH"
+
+ cset "name='Input Source' 0"
+ ]
+ DisableSequence [
+ cdev "hw:PCH"
+
+ cset "name='Input Source' 1"
+ ]
+}