[GIT PULL] ASoC fixes for v6.11-rc2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-rc2

for you to fetch changes up to 72776774b55bb59b7b1b09117e915a5030110304:

  ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (2024-08-08 20:34:56 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.11

Quite a lot of fixes have come in since the merge window, there's some
repetitive fixes over the Qualcomm drivers increasing the patch count,
along with a large batch of fixes from Cirrus.  We also have some quirks
and some individual fixes.

----------------------------------------------------------------
Bruno Ancona (1):
      ASoC: amd: yc: Support mic on HP 14-em0002la

Charles Keepax (5):
      ASoC: cs42l43: Remove redundant semi-colon at end of function
      ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers
      ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper
      ASoC: cs42l43: Cache shutter IRQ control pointers
      MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list

Curtis Malainey (1):
      ASoC: SOF: Remove libraries from topology lookups

Francesco Dolcini (1):
      ASoC: nau8822: Lower debug print priority

Jerome Audu (1):
      ASoC: sti: add missing probe entry for player and reader

Jerome Brunet (1):
      ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT

Johan Hovold (1):
      ASoC: codecs: lpass-macro: fix missing codec version

Krzysztof Kozlowski (10):
      ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask
      ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
      ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask
      ASoC: codecs: wsa881x: Correct Soundwire ports mask
      ASoC: codecs: wsa883x: Correct Soundwire ports mask
      ASoC: codecs: wsa884x: Correct Soundwire ports mask
      ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example
      ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example
      ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example
      ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example

Krzysztof StÄ?pniak (1):
      ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6

Mark Brown (3):
      ASoC: codecs: wcd93xx/wsa88xx: Correct Soundwire ports
      ASoC: fsl_micfil: Check the difference for i.MX8 and
      ASoC: Extend wm_adsp so cs35l56 can suppress controls

Paul Handrigan (1):
      ASoC: cs530x: Change IN HPF Select kcontrol name

Richard Fitzgerald (2):
      ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL
      ASoC: cs35l56: Handle OTP read latency over SoundWire

Shengjiu Wang (2):
      ASoC: fsl_micfil: Expand the range of FIFO watermark mask
      ASoC: fsl_micfil: Differentiate register access permission for platforms

Simon Trimmer (3):
      ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add()
      ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients
      ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value

Takashi Iwai (1):
      ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx

Zhang Yi (1):
      ASoC: codecs: ES8326: button detect issue

 .../devicetree/bindings/sound/qcom,wcd934x.yaml    |  3 +-
 .../devicetree/bindings/sound/qcom,wcd937x.yaml    |  2 +-
 .../devicetree/bindings/sound/qcom,wcd938x.yaml    |  3 +-
 .../devicetree/bindings/sound/qcom,wcd939x.yaml    |  4 +-
 MAINTAINERS                                        |  4 +-
 include/sound/cs35l56.h                            |  5 ++
 include/sound/soc-component.h                      |  5 ++
 sound/soc/amd/yc/acp6x-mach.c                      | 21 ++++++
 sound/soc/codecs/cs-amp-lib.c                      |  2 +-
 sound/soc/codecs/cs35l45.c                         | 11 +---
 sound/soc/codecs/cs35l56-sdw.c                     | 77 ++++++++++++++++++++++
 sound/soc/codecs/cs35l56-shared.c                  |  1 +
 sound/soc/codecs/cs35l56.c                         | 11 ++++
 sound/soc/codecs/cs42l43.c                         | 75 ++++++++++++++++-----
 sound/soc/codecs/cs42l43.h                         |  2 +
 sound/soc/codecs/cs530x.c                          |  8 +--
 sound/soc/codecs/es8326.c                          |  2 +
 sound/soc/codecs/lpass-va-macro.c                  |  2 +
 sound/soc/codecs/nau8822.c                         |  2 +-
 sound/soc/codecs/wcd937x-sdw.c                     |  4 +-
 sound/soc/codecs/wcd938x-sdw.c                     |  4 +-
 sound/soc/codecs/wcd939x-sdw.c                     |  4 +-
 sound/soc/codecs/wm_adsp.c                         | 17 ++++-
 sound/soc/codecs/wm_adsp.h                         |  3 +
 sound/soc/codecs/wsa881x.c                         |  2 +-
 sound/soc/codecs/wsa883x.c                         |  2 +-
 sound/soc/codecs/wsa884x.c                         |  2 +-
 sound/soc/fsl/fsl_micfil.c                         | 20 ++++--
 sound/soc/fsl/fsl_micfil.h                         |  2 +-
 sound/soc/meson/axg-fifo.c                         | 26 +++-----
 sound/soc/soc-component.c                          | 42 +++++++++---
 sound/soc/sof/mediatek/mt8195/mt8195.c             |  2 +-
 sound/soc/sti/sti_uniperif.c                       |  2 +-
 sound/soc/sti/uniperif.h                           |  1 +
 sound/soc/sti/uniperif_player.c                    |  1 +
 sound/soc/sti/uniperif_reader.c                    |  1 +
 36 files changed, 291 insertions(+), 84 deletions(-)



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux