new file mode 100644
@@ -0,0 +1,25 @@
+# Use case Configuration for sof-soundwire card
+
+SectionDevice."Speaker" {
+ Comment "Speaker"
+
+ ConflictingDevice [
+ "Headphones"
+ ]
+
+ EnableSequence [
+ cset "name='cs42l43 Speaker L Input 1' 'DP5RX1'"
+ cset "name='cs42l43 Speaker R Input 1' 'DP5RX2'"
+ ]
+
+ DisableSequence [
+ cset "name='cs42l43 Speaker L Input 1' 'None'"
+ cset "name='cs42l43 Speaker R Input 1' 'None'"
+ ]
+
+ Value {
+ PlaybackPriority 100
+ PlaybackPCM "hw:${CardId},0"
+ PlaybackMixerElem "cs42l43 Speaker Digital"
+ }
+}
Previous support was added for the mics and headset on cs42l43, expand this support with additional configuration for the speaker output. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> --- ucm2/sof-soundwire/cs42l43-spk.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ucm2/sof-soundwire/cs42l43-spk.conf