diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-05-23 13:29:27 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-05-23 13:29:27 +0200 |
commit | d001e978c1c45b25d823489171151d13fd28ef4e (patch) | |
tree | 446d8d7b8606fbf9af67904e63ffb6666012dcd1 /Documentation | |
parent | ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11. (diff) | |
parent | ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string (diff) | |
download | linux-d001e978c1c45b25d823489171151d13fd28ef4e.tar.xz linux-d001e978c1c45b25d823489171151d13fd28ef4e.zip |
Merge tag 'asoc-fix-v6.10-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.10
A bunch of fixes that came in during the merge window, all driver
specific and none of them especially remarkable.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/st,stm32-sai.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml index 59df8a832310..f555ccd6b00a 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml @@ -68,7 +68,7 @@ patternProperties: properties: compatible: description: Compatible for SAI sub-block A or B. - pattern: "st,stm32-sai-sub-[ab]" + pattern: "^st,stm32-sai-sub-[ab]$" "#sound-dai-cells": const: 0 |