[GIT PULL] sound fixes for 6.10-rc6

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



Linus,

please pull sound fixes for v6.10-rc6 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.10-rc6

The topmost commit is 4b3e3810738376b3292d1bf29996640843fbd9a0

----------------------------------------------------------------

sound fixes for 6.10-rc6

This became bigger than usual, as it receives a pile of pending
ASoC fixes.  Most of changes are for device-specific issues while
there are a few core fixes that are all rather trivial.

- DMA-engine sync fixes
- Continued MIDI2 conversion fixes
- Various ASoC Intel SOF fixes
- A series of ASoC topology fixes for memory handling
- AMD ACP fix, curing a recent regression, too
- Platform / codec-specific fixes for mediatek, atmel, realtek, etc

----------------------------------------------------------------

Aivaz Latypov (1):
      ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx

Alibek Omarov (1):
      ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk

Amadeusz Sławiński (5):
      ASoC: topology: Fix references to freed memory
      ASoC: Intel: avs: Fix route override
      ASoC: topology: Do not assign fields that are already set
      ASoC: topology: Clean up route loading
      ASoC: topology: Fix route memory corruption

Andrei Simion (1):
      ASoC: atmel: atmel-classd: Re-add dai_link->platform to fix card init

Bard Liao (2):
      ASoC: SOF: Intel: hda-dai: skip tlv for dspless mode
      ASoC: SOF: Intel: hda-dai: remove skip_tlv label

Chen-Yu Tsai (1):
      ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link

Dirk Su (1):
      ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook 645/665 G11.

Dmitry Baryshkov (1):
      MAINTAINERS: copy linux-arm-msm for sound/qcom changes

Elinor Montmasson (1):
      ASoC: fsl-asoc-card: set priv->pdev before using it

Hsin-Te Yuan (1):
      ASoC: mediatek: mt8183-da7219-max98357: Fix kcontrol name collision

Jack Yu (3):
      ASoC: rt722-sdca-sdw: add silence detection register as volatile
      ASoC: rt722-sdca-sdw: add debounce time for type detection
      ASoC: rt5645: fix issue of random interrupt from push-button

Jai Luthra (2):
      ALSA: dmaengine: Synchronize dma channel after drop()
      ASoC: ti: davinci-mcasp: Set min period size using FIFO config

Jeff Johnson (3):
      ASoC: mxs: add missing MODULE_DESCRIPTION() macro
      ASoC: fsl: add missing MODULE_DESCRIPTION() macro
      ASoC: qcom: add missing MODULE_DESCRIPTION() macro

Maciej Strozek (1):
      ASoC: cs42l43: Increase default type detect time and button delay

Peter Ujfalusi (1):
      ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback

Primoz Fiser (1):
      ASoC: ti: omap-hdmi: Fix too long driver name

Richard Fitzgerald (1):
      ASoC: cs35l56: Disconnect ASP1 TX sources when ASP1 DAI is hooked up

Shengjiu Wang (1):
      ALSA: dmaengine_pcm: terminate dmaengine before synchronize

Shuming Fan (1):
      ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64

Srinivas Kandagatla (1):
      ASoC: q6apm-lpass-dai: close graph on prepare errors

Takashi Iwai (4):
      ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages
      ALSA: PCM: Allow resume only for suspended streams
      ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820
      ALSA: seq: Fix missing MSB in MIDI2 SPP conversion

Thomas GENTY (1):
      bytcr_rt5640 : inverse jack detect for Archos 101 cesium

Vijendar Mukunda (3):
      ASoC: amd: acp: add a null check for chip_pdev structure
      ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe()
      ASoC: amd: acp: move chip->flag variable assignment

Vyacheslav Frantsishko (1):
      ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA

Zhang Yi (1):
      ASoC: codecs: ES8326: Solve headphone detection issue

---
 MAINTAINERS                                        |  1 +
 include/sound/dmaengine_pcm.h                      |  1 +
 sound/core/pcm_dmaengine.c                         | 22 +++++++++++++
 sound/core/pcm_native.c                            |  2 ++
 sound/core/seq/seq_ump_convert.c                   | 10 +++---
 sound/pci/hda/patch_realtek.c                      | 25 ++++++++++++++-
 sound/soc/amd/acp/acp-i2s.c                        |  8 -----
 sound/soc/amd/acp/acp-pci.c                        | 12 ++++---
 sound/soc/amd/yc/acp6x-mach.c                      |  7 ++++
 sound/soc/atmel/atmel-classd.c                     |  7 ++--
 sound/soc/codecs/cs35l56-shared.c                  |  4 +++
 sound/soc/codecs/cs42l43-jack.c                    |  4 +--
 sound/soc/codecs/es8326.c                          |  8 +++--
 sound/soc/codecs/rt5645.c                          | 24 ++++++++++----
 sound/soc/codecs/rt5645.h                          |  6 ++++
 sound/soc/codecs/rt722-sdca-sdw.c                  |  4 ++-
 sound/soc/fsl/fsl-asoc-card.c                      |  3 +-
 sound/soc/fsl/imx-pcm-dma.c                        |  1 +
 sound/soc/intel/avs/topology.c                     | 19 ++++++++---
 sound/soc/intel/boards/bytcr_rt5640.c              | 11 +++++++
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c  |  2 +-
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 10 +++---
 sound/soc/mediatek/mt8195/mt8195-mt6359.c          |  1 +
 sound/soc/mxs/mxs-pcm.c                            |  1 +
 sound/soc/qcom/qdsp6/q6apm-lpass-dais.c            | 32 ++++++++++++-------
 sound/soc/qcom/sdw.c                               |  1 +
 sound/soc/rockchip/rockchip_i2s_tdm.c              | 13 ++++++--
 sound/soc/soc-generic-dmaengine-pcm.c              |  8 +++++
 sound/soc/soc-topology.c                           | 37 ++++++++++------------
 sound/soc/sof/intel/hda-dai.c                      |  6 ++--
 sound/soc/sof/sof-audio.c                          |  2 +-
 sound/soc/ti/davinci-mcasp.c                       |  9 ++++--
 sound/soc/ti/omap-hdmi.c                           |  6 +---
 33 files changed, 221 insertions(+), 86 deletions(-)





[Index of Archives]     [Pulseaudio]     [Linux Audio Users]     [ALSA Devel]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux