[GIT PULL] sound fixes for 6.14-rc4

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



Linus,

please pull sound fixes for v6.14-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.14-rc4

The topmost commit is e77aa4b2eaa7fb31b2a7a50214ecb946b2a8b0f6

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

sound fixes for 6.14-rc4

A slightly large collection of fixes, spread over various drivers.
Almost all are small and device-specific fixes and quirks in ASoC
SOF Intel and AMD, Renesas, Cirrus, HD-audio, in addition to a small
fix for MIDI 2.0.

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

Baojun Xu (2):
      ALSA: hda/tas2781: Update tas2781 hda SPI driver
      ALSA: hda/tas2781: Fix index issue in tas2781 hda SPI driver

Bard Liao (2):
      ASoC: Intel: soc-acpi-intel-tgl-match: declare adr as ull
      ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull

Cristian Ciocaltea (4):
      ASoC: SOF: amd: Add post_fw_run_delay ACP quirk
      ASoC: SOF: amd: Drop unused includes from Vangogh driver
      ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
      ASoC: SOF: amd: Add branch prediction hint in ACP IRQ handler

Edson Juliano Drosdeck (1):
      ALSA: hda/realtek: Limit mic boost on Positivo ARN50

John Keeping (1):
      ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]

John Veness (1):
      ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED

Kailang Yang (1):
      ALSA: hda/realtek: Fixup ALC225 depop procedure

Kuninori Morimoto (4):
      ASoC: simple-card-utils.c: add missing dlc->of_node
      ASoC: rsnd: indicate unsupported clock rate
      ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime()
      ASoC: rsnd: adjust convert rate limitation

Nam Cao (1):
      ALSA: Switch to use hrtimer_setup()

Nikita Zhandarovich (1):
      ASoC: fsl_micfil: Enable default case in micfil_set_quality()

Peter Ujfalusi (6):
      ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()
      ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
      ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers
      ASoC: SOF: Intel: pci-ptl: Add support for PTL-H
      ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt712_vb + rt1320 support
      ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt713_vb_l2_rt1320_l13

Pierre-Louis Bossart (3):
      PCI: pci_ids: add INTEL_HDA_PTL_H
      ALSA: hda: intel-dsp-config: Add PTL-H support
      ALSA: hda: hda-intel: add Panther Lake-H support

Richard Fitzgerald (2):
      ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID
      ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14

Shenghao Ding (1):
      ASoC: tas2781: drop a redundant code

Shengjiu Wang (1):
      ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device

Stefan Binding (2):
      ASoC: cs35l41: Fallback to using HID for system_name if no SUB is available
      ASoC: cs35l41: Fix acpi_device_hid() not found

Stefano Garzarella (1):
      virtio_snd.h: clarify that `controls` depends on VIRTIO_SND_F_CTLS

Takashi Iwai (1):
      ALSA: seq: Drop UMP events when no UMP-conversion is set

Terry Cheong (1):
      ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module

Uday M Bhat (1):
      ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform

Vitaly Rodionov (3):
      ASoC: arizona/madera: use fsleep() in up/down DAPM event delays.
      ALSA: hda/cirrus: Correct the full scale volume set logic
      ALSA: hda/cirrus: Reduce codec resume time

Wentao Liang (1):
      ALSA: hda: Add error check for snd_ctl_rename_id() in snd_hda_create_dig_out_ctls()

---
 include/linux/pci_ids.h                           |   1 +
 include/uapi/linux/virtio_snd.h                   |   2 +-
 sound/core/hrtimer.c                              |   3 +-
 sound/core/seq/seq_clientmgr.c                    |  12 ++-
 sound/drivers/dummy.c                             |   3 +-
 sound/drivers/pcsp/pcsp.c                         |   3 +-
 sound/hda/intel-dsp-config.c                      |   5 +
 sound/pci/hda/hda_codec.c                         |   4 +-
 sound/pci/hda/hda_intel.c                         |   2 +
 sound/pci/hda/patch_conexant.c                    |   1 +
 sound/pci/hda/patch_cs8409-tables.c               |  12 +--
 sound/pci/hda/patch_cs8409.c                      |  26 +++--
 sound/pci/hda/patch_cs8409.h                      |   7 +-
 sound/pci/hda/patch_realtek.c                     |   2 +
 sound/pci/hda/tas2781_hda_spi.c                   |  27 ++---
 sound/pci/hda/tas2781_spi_fwlib.c                 |  10 +-
 sound/sh/sh_dac_audio.c                           |   3 +-
 sound/soc/codecs/arizona.c                        |  14 +--
 sound/soc/codecs/cs35l41.c                        |  30 ++++--
 sound/soc/codecs/madera.c                         |  10 +-
 sound/soc/codecs/tas2781-i2c.c                    |   4 +-
 sound/soc/codecs/wm5110.c                         |   8 +-
 sound/soc/fsl/fsl_micfil.c                        |   2 +
 sound/soc/fsl/imx-audmix.c                        |  31 ------
 sound/soc/generic/simple-card-utils.c             |   1 +
 sound/soc/intel/boards/sof_sdw.c                  |  41 ++++++--
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c |   2 +-
 sound/soc/intel/common/soc-acpi-intel-ptl-match.c |  12 +--
 sound/soc/intel/common/soc-acpi-intel-tgl-match.c |  16 +--
 sound/soc/renesas/rcar/core.c                     |  14 ---
 sound/soc/renesas/rcar/rsnd.h                     |   1 -
 sound/soc/renesas/rcar/src.c                      | 116 +++++++++++++++++-----
 sound/soc/renesas/rcar/ssi.c                      |   3 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c             |   4 +-
 sound/soc/sof/amd/acp-ipc.c                       |  25 +++--
 sound/soc/sof/amd/acp.c                           |   1 +
 sound/soc/sof/amd/acp.h                           |   1 +
 sound/soc/sof/amd/pci-vangogh.c                   |   2 -
 sound/soc/sof/amd/vangogh.c                       |  22 +++-
 sound/soc/sof/intel/hda-codec.c                   |   1 +
 sound/soc/sof/intel/pci-ptl.c                     |   1 +
 sound/soc/sof/ipc4-topology.c                     |  12 ++-
 sound/soc/sof/pcm.c                               |   2 +
 sound/soc/sof/stream-ipc.c                        |   6 +-
 44 files changed, 319 insertions(+), 186 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