aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/rt711/init.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ucm2/codecs/rt711/init.conf')
-rw-r--r--ucm2/codecs/rt711/init.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/ucm2/codecs/rt711/init.conf b/ucm2/codecs/rt711/init.conf
new file mode 100644
index 0000000..c2b8629
--- /dev/null
+++ b/ucm2/codecs/rt711/init.conf
@@ -0,0 +1,17 @@
+# RT711 specific volume control settings
+If.rt711init {
+ Condition {
+ Type String
+ Haystack "${CardComponents}"
+ Needle "hs:rt711"
+ }
+ True {
+ BootSequence [
+ cset "name='rt711 DAC Surr Playback Volume' 87"
+ cset "name='rt711 ADC 08 Capture Volume' 63"
+ cset "name='rt711 ADC 23 Mux' 'MIC2'"
+ cset "name='rt711 ADC 08 Capture Switch' 1"
+ cset "name='rt711 AMIC Volume' 1"
+ ]
+ }
+}