--- /dev/null
+# RT713-dmic specific volume control settings
+
+BootSequence [
+ cset "name='rt713-dmic ADC 25 Mux' 'DMIC1'"
+ cset "name='rt713-dmic FU1E Capture Switch' 1"
+]
--- /dev/null
+# RT713-sdca specific volume control settings
+
+BootSequence [
+ cset "name='rt713 FU05 Playback Volume' 87"
+ cset "name='rt713 ADC 23 Mux' 'MIC2'"
+ cset "name='rt713 FU0F Capture Volume' 57"
+ cset "name='rt713 FU0F Capture Switch' 1"
+]
--- /dev/null
+# Use case Configuration for sof-soundwire card
+
+SectionDevice."Mic" {
+ Comment "SoundWire microphones"
+
+ EnableSequence [
+ cset "name='rt713-dmic FU1E Capture Switch' 1"
+ ]
+
+ DisableSequence [
+ cset "name='rt713-dmic FU1E Capture Switch' 0"
+ ]
+
+ Value {
+ CapturePriority 100
+ CapturePCM "hw:${CardId},4"
+ CaptureSwitch "rt713-dmic FU1E Capture Switch"
+ CaptureVolume "rt713-dmic FU1E Capture Volume"
+ CaptureMixerElem "rt713-dmic FU1E"
+ }
+}
--- /dev/null
+# Use case Configuration for sof-soundwire card
+
+SectionDevice."Headphones" {
+ Comment "Headphones"
+
+ EnableSequence [
+ cset "name='Headphone Switch' on"
+ ]
+
+ DisableSequence [
+ cset "name='Headphone Switch' off"
+ ]
+
+ Value {
+ PlaybackPriority 200
+ PlaybackPCM "hw:${CardId}"
+ JackControl "Headphone Jack"
+ }
+}
+
+SectionDevice."Headset" {
+ Comment "Headset Microphone"
+
+ EnableSequence [
+ cset "name='rt713 FU0F Capture Switch' 1"
+ ]
+
+ DisableSequence [
+ cset "name='rt713 FU0F Capture Switch' 0"
+ ]
+
+ Value {
+ CapturePriority 200
+ CapturePCM "hw:${CardId},1"
+ JackControl "Headset Mic Jack"
+ CaptureSwitch "rt713 FU0F Capture Switch"
+ CaptureVolume "rt713 FU0F Capture Volume"
+ CaptureMixerElem "rt713 FU0F"
+ }
+}
String "${CardComponents}"
}
MicCodec {
- Regex " mic:([a-z0-9]+(-sdca)?)"
+ Regex " mic:([a-z0-9]+(-dmic)?+(-sdca)?)"
String "${CardComponents}"
}
Mics {
If.hs_init {
Condition {
Type RegexMatch
- Regex "(rt5682|rt700|rt711(-sdca)?)"
+ Regex "(rt5682|rt700|rt711|rt713(-sdca)?)"
String "${var:HeadsetCodec1}"
}
True.Include.hs_init.File "/codecs/${var:HeadsetCodec1}/init.conf"
If.mic_init {
Condition {
Type RegexMatch
- Regex "(rt715(-sdca)?)"
+ Regex "(rt713-dmic|rt715(-sdca)?)"
String "${var:MicCodec1}"
}
True.Include.mic_init.File "/codecs/${var:MicCodec1}/init.conf"