summaryrefslogtreecommitdiff
path: root/recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf')
-rw-r--r--recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf b/recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf
new file mode 100644
index 0000000..f4486cb
--- /dev/null
+++ b/recipes-multimedia/alsa/alsa-ucm-conf-tdx/verdin-wm8904-HiFi.conf
@@ -0,0 +1,35 @@
+# Use case configuration for Toradex Dahlia Carrier Board
+
+SectionDevice."Headphone" {
+ Comment "Headphone"
+
+ BootSequence [
+ cset "name='Headphone Volume' 50%"
+ ]
+
+ EnableSequence [
+ cset "name='Headphone Switch' on"
+ ]
+
+ DisableSequence [
+ cset "name='Headphone Switch' off"
+ ]
+}
+
+SectionDevice."Microphone" {
+ Comment "Microphone"
+
+ BootSequence [
+ cset "name='Left Capture Inverting Mux' 'IN1L'"
+ cset "name='Right Capture Inverting Mux' 'IN1R'"
+ cset "name='Capture Volume' 31"
+ ]
+
+ EnableSequence [
+ cset "name='Capture Switch' on"
+ ]
+
+ DisableSequence [
+ cset "name='Capture Switch' off"
+ ]
+}