---
 src/conf/cards/Makefile.in       |  1 +
 src/conf/cards/STM32MP13EV1.conf | 65 ++++++++++++++++++++++++++++++++
 src/conf/cards/STM32MP15DK.conf  | 47 +++++++++++++++++++++++
 src/conf/cards/STM32MP15EV.conf  | 64 +++++++++++++++++++++++++++++++
 src/conf/cards/aliases.conf      |  3 ++
 5 files changed, 180 insertions(+)
 create mode 100644 src/conf/cards/STM32MP13EV1.conf
 create mode 100644 src/conf/cards/STM32MP15DK.conf
 create mode 100644 src/conf/cards/STM32MP15EV.conf

diff --git a/src/conf/cards/Makefile.in b/src/conf/cards/Makefile.in
index 6d288a2..5a673c2 100644
--- a/src/conf/cards/Makefile.in
+++ b/src/conf/cards/Makefile.in
@@ -301,6 +301,7 @@ cfg_files = aliases.conf AACI.conf ATIIXP.conf ATIIXP-SPDMA.conf \
 	SB-XFi.conf TRID4DWAVENX.conf USB-Audio.conf YMF744.conf \
 	vc4-hdmi.conf VIA686A.conf VIA8233.conf VIA8233A.conf \
 	VIA8237.conf VX222.conf VXPocket.conf VXPocket440.conf \
+	STM32MP15EV.conf STM32MP15DK.conf STM32MP13EV1.conf \
 	$(am__append_1)
 alsa_DATA = $(cfg_files)
 @BUILD_ALISP_TRUE@SI7018dir = $(alsaconfigdir)/cards/SI7018
diff --git a/src/conf/cards/STM32MP13EV1.conf b/src/conf/cards/STM32MP13EV1.conf
new file mode 100644
index 0000000..332bdbc
--- /dev/null
+++ b/src/conf/cards/STM32MP13EV1.conf
@@ -0,0 +1,65 @@
+<confdir:pcm/front.conf>
+
+STM32MP13EV1.pcm.front.0 {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+}
+
+<confdir:pcm/default.conf>
+
+STM32MP13EV1.pcm.default {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+        capture.pcm {
+                type hw
+                card $CARD
+                device 1
+        }
+}
+
+<confdir:pcm/iec958.conf>
+
+STM32MP13EV1.pcm.iec958.0 {
+        @args [ CARD AES0 AES1 AES2 AES3 ]
+        @args.CARD { type string }
+        @args.AES0 { type integer }
+        @args.AES1 { type integer }
+        @args.AES2 { type integer }
+        @args.AES3 { type integer }
+        type asym
+        playback.pcm {
+                type iec958
+                slave.pcm {
+                        type hw
+                        card $CARD
+                        device 2
+                }
+                type hooks
+                hooks.0 {
+                        type ctl_elems
+                        hook_args [
+                        {
+                                interface PCM
+                                name "IEC958 Playback Default"
+                                device 2
+                                lock true
+                                preserve true
+                                value [ $AES0 $AES1 $AES2 $AES3 ]
+                        }
+                        ]
+                }
+        }
+}
+
diff --git a/src/conf/cards/STM32MP15DK.conf b/src/conf/cards/STM32MP15DK.conf
new file mode 100644
index 0000000..b57cc69
--- /dev/null
+++ b/src/conf/cards/STM32MP15DK.conf
@@ -0,0 +1,47 @@
+<confdir:pcm/front.conf>
+
+STM32MP15DK.pcm.front.0 {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+}
+
+<confdir:pcm/default.conf>
+
+STM32MP15DK.pcm.default {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+        capture.pcm {
+                type hw
+                card $CARD
+                device 1
+        }
+}
+
+<confdir:pcm/hdmi.conf>
+
+STM32MP15DK.pcm.hdmi.0 {
+        @args [ CARD AES0 AES1 AES2 AES3 ]
+        @args.CARD { type string }
+        @args.AES0 { type integer }
+        @args.AES1 { type integer }
+        @args.AES2 { type integer }
+        @args.AES3 { type integer }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 2
+        }
+}
diff --git a/src/conf/cards/STM32MP15EV.conf b/src/conf/cards/STM32MP15EV.conf
new file mode 100644
index 0000000..fc2e57e
--- /dev/null
+++ b/src/conf/cards/STM32MP15EV.conf
@@ -0,0 +1,64 @@
+<confdir:pcm/front.conf>
+
+STM32MP15EV.pcm.front.0 {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+}
+
+<confdir:pcm/default.conf>
+
+STM32MP15EV.pcm.default {
+        @args [ CARD ]
+        @args.CARD { type string }
+        type asym
+        playback.pcm {
+                type hw
+                card $CARD
+                device 0
+        }
+        capture.pcm {
+                type hw
+                card $CARD
+                device 1
+        }
+}
+
+<confdir:pcm/iec958.conf>
+
+STM32MP15EV.pcm.iec958.0 {
+        @args [ CARD AES0 AES1 AES2 AES3 ]
+        @args.CARD { type string }
+        @args.AES0 { type integer }
+        @args.AES1 { type integer }
+        @args.AES2 { type integer }
+        @args.AES3 { type integer }
+        type asym
+        playback.pcm {
+                type iec958
+                slave.pcm {
+                        type hw
+                        card $CARD
+                        device 2
+                }
+                type hooks
+                hooks.0 {
+                        type ctl_elems
+                        hook_args [
+                        {
+                                interface PCM
+                                name "IEC958 Playback Default"
+                                device 2
+                                lock true
+                                preserve true
+                                value [ $AES0 $AES1 $AES2 $AES3 ]
+                        }
+                        ]
+                }
+        }
+}
diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf
index 7e352f7..d1897c9 100644
--- a/src/conf/cards/aliases.conf
+++ b/src/conf/cards/aliases.conf
@@ -57,6 +57,9 @@ CMI8786 cards.CMI8788
 CMI8787 cards.CMI8788
 pistachio cards.pistachio-card
 VC4-HDMI cards.vc4-hdmi
+STM32MP15-EV cards.STM32MP15EV
+STM32MP15-DK cards.STM32MP15DK
+STM32MP13-EV1 cards.STM32MP13EV1
 
 <confdir:ctl/default.conf>
 <confdir:pcm/default.conf>
-- 
2.25.1

