]> Git Repo - J-linux.git/commitdiff
Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
authorLinus Torvalds <[email protected]>
Fri, 24 May 2024 15:48:51 +0000 (08:48 -0700)
committerLinus Torvalds <[email protected]>
Fri, 24 May 2024 15:48:51 +0000 (08:48 -0700)
Pull sound fixes from Takashi Iwai:
 "A collection of small fixes for 6.10-rc1. Most of changes are various
  device-specific fixes and quirks, while there are a few small changes
  in ALSA core timer and module / built-in fixes"

* tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
  ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11.
  ALSA: core: Enable proc module when CONFIG_MODULES=y
  ALSA: core: Fix NULL module pointer assignment at card init
  ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897
  ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string
  ASoC: tas2781: Fix wrong loading calibrated data sequence
  ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
  ALSA: usb-audio: Fix for sampling rates support for Mbox3
  Documentation: sound: Fix trailing whitespaces
  ALSA: timer: Set lower bound of start tick time
  ASoC: codecs: ES8326: solve hp and button detect issue
  ASoC: rt5645: mic-in detection threshold modification
  ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for `-sdca` detection

1  2 
Documentation/devicetree/bindings/sound/st,stm32-sai.yaml

index b46a4778807d452593b18c1ede5786f839c3063b,f555ccd6b00a9b40947b91dfd5c0fdfadeb99dd9..68f97b462598bc4cf1a7ef1455f82bcca5889057
@@@ -48,10 -48,6 +48,10 @@@ properties
    clock-names:
      maxItems: 3
  
 +  access-controllers:
 +    minItems: 1
 +    maxItems: 2
 +
  required:
    - compatible
    - reg
@@@ -72,7 -68,7 +72,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
This page took 0.053332 seconds and 4 git commands to generate.