]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
conf/ucm: PAZ00: add Toshiba AC100/Dynabook AZ new config
authorzombah <zombah@gmail.com>
Tue, 23 Sep 2014 15:53:43 +0000 (19:53 +0400)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 10:41:46 +0000 (12:41 +0200)
Recent mainline kernels threat Toshiba AC100 audio hardware as hw:PAZ00
vs old hw:tegraalc5632.

This patch adds config files for new hw name and include them to
makefiles.

Signed-off-by: zombah <zombah@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
ucm/PAZ00/HiFi.conf [new file with mode: 0644]
ucm/PAZ00/PAZ00.conf [new file with mode: 0644]
ucm/PAZ00/Record.conf [new file with mode: 0644]

diff --git a/ucm/PAZ00/HiFi.conf b/ucm/PAZ00/HiFi.conf
new file mode 100644 (file)
index 0000000..275516d
--- /dev/null
@@ -0,0 +1,45 @@
+SectionVerb {
+    EnableSequence [
+        cdev "hw:PAZ00"
+        cset "name='Speaker Playback Switch' on"
+        cset "name='Int Spk Switch' on"
+        cset "name='Speaker Mix DAC2SPK Playback Switch' on"
+    ]
+    DisableSequence [
+        cset "name='Speaker Playback Switch' off"
+        cset "name='Int Spk Switch' off"
+        cset "name='Speaker Mix DAC2SPK Playback Switch' off"
+    ]
+}
+SectionDevice."Headset".0 {
+    Comment "3.5mm Headset"
+    Value {
+        JackName "Paz00 Headset Jack"
+    }
+    EnableSequence [
+        cdev "hw:PAZ00"
+        # Internal speaker
+        cset "name='Int Spk Switch' off"
+        # Headphones
+        cset "name='Headphone Playback Switch' on"
+        cset "name='HPL Mix DACL2HP Playback Switch' on"
+        cset "name='HPR Mix DACR2HP Playback Switch' on"
+    ]
+    DisableSequence [
+        cdev "hw:PAZ00"
+        # Headphones
+        cset "name='Headphone Playback Switch' off"
+        cset "name='HPL Mix DACL2HP Playback Switch' off"
+        cset "name='HPR Mix DACR2HP Playback Switch' off"
+        # Internal speaker
+        cset "name='Int Spk Switch' on"
+    ]
+}
diff --git a/ucm/PAZ00/PAZ00.conf b/ucm/PAZ00/PAZ00.conf
new file mode 100644 (file)
index 0000000..8b9d904
--- /dev/null
@@ -0,0 +1,39 @@
+Comment "PAZ00 alc5632"
+ValueDefaults {
+  PlaybackCTL "hw:0"
+  CaptureCTL "hw:0"
+}
+SectionDefaults [
+        cdev "hw:PAZ00"
+        cset "name='Master Playback Switch' on"
+        cset "name='Master Playback Volume' 44,44"
+        cset "name='Headphone Playback Volume' 21,21"
+        cset "name='Speaker Playback Volume' 21,21"
+        cset "name='SpeakerOut Mux' 2"
+        cset "name='SpeakerOut N Mux' LN/-R"
+        cset "name='AB-D Amp Mux' 0"
+        cset "name='Left Headphone Mux' 1"
+        cset "name='Right Headphone Mux' 1"
+        cset "name='DMIC Boost Capture Volume' 4"
+        cset "name='Rec Capture Volume' 24"
+        # Fix external mic record volumes
+        cset "name='Mic 1 Boost Volume' 0"
+        cset "name='Mic 2 Boost Volume' 0"
+        cset "name='Mic1 Playback Volume' 0"
+        cset "name='Mic2 Playback Volume' 0"
+        cset "name='Rec Capture Volume' 0"
+]
+SectionUseCase."HiFi" {
+    File "HiFi.conf"
+    Comment "Music playback"
+}
+SectionUseCase."Record" {
+    File "Record.conf"
+    Comment "Playback and capture"
+}
diff --git a/ucm/PAZ00/Record.conf b/ucm/PAZ00/Record.conf
new file mode 100644 (file)
index 0000000..568e2fb
--- /dev/null
@@ -0,0 +1,65 @@
+SectionVerb {
+    EnableSequence [
+        cdev "hw:PAZ00"
+        cset "name='Speaker Playback Switch' on"
+        cset "name='Int Spk Switch' on"
+        cset "name='Speaker Mix DAC2SPK Playback Switch' on"
+        cset "name='DMICL Mix DMICL2ADC Capture Switch' on"
+        cset "name='DMIC En Capture Switch' on"
+        cset "name='DMIC PreFilter Capture Switch' on"
+    ]
+    DisableSequence [
+        cset "name='Speaker Playback Switch' off"
+        cset "name='Int Spk Switch' off"
+        cset "name='Speaker Mix DAC2SPK Playback Switch' off"
+        cset "name='DMICL Mix DMICL2ADC Capture Switch' off"
+        cset "name='DMIC En Capture Switch' off"
+        cset "name='DMIC PreFilter Capture Switch' off"
+    ]
+}
+SectionDevice."Headset".0 {
+    Comment "3.5mm Headset"
+    Value {
+        JackName "Paz00 Headset Jack"
+    }
+    EnableSequence [
+        cdev "hw:PAZ00"
+        # Internal speaker
+        cset "name='Int Spk Switch' off"
+        # Internal mic
+        cset "name='DMIC En Capture Switch' off"
+        # Headphones
+        cset "name='Headphone Playback Switch' on"
+        cset "name='HPL Mix DACL2HP Playback Switch' on"
+        cset "name='HPR Mix DACR2HP Playback Switch' on"
+        # External min
+        cset "name='Left Capture Mix MIC12REC_L Capture Switch' on"
+    ]
+    DisableSequence [
+        cdev "hw:PAZ00"
+        # Headphones
+        cset "name='Headphone Playback Switch' off"
+        cset "name='HPL Mix DACL2HP Playback Switch' off"
+        cset "name='HPR Mix DACR2HP Playback Switch' off"
+        # External mic
+        cset "name='Left Capture Mix MIC12REC_L Capture Switch' on"
+        # Internal speaker
+        cset "name='Int Spk Switch' on"
+        # Internal mic
+        cset "name='DMIC En Capture Switch' on"
+    ]
+}