mbox series

[GIT,PULL] ASoC fixes for v5.10-rc4

Message ID 20201119174519.B1CD921D7A@mail.kernel.org (mailing list archive)
State Accepted
Commit aecd1fbe7784e75226682afe7a9c3a34af35aa3e
Headers show
Series [GIT,PULL] ASoC fixes for v5.10-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.10-rc4

Message

Mark Brown Nov. 19, 2020, 5:44 p.m. UTC
The following changes since commit f9d7c6eb23f7e55e7a0ca5451da06909bdfdd0e4:

  ASoC: mchp-spdiftx: Do not set Validity bit(s) (2020-11-04 17:50:22 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.10-rc4

for you to fetch changes up to 879ee8b6f2bae0cc4a25536f8841db1dbc969523:

  ASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable disabled clock (2020-11-18 17:59:23 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.11

A collection of driver specific fixes, mostly for x86 systems (or CODECs
used mostly on x86) and all for relatively minor issues, the biggest one
being fixing S24_LE format on Keem Bay systems.

----------------------------------------------------------------
Cezary Rojewski (2):
      ASoC: Intel: catpt: Skip position update for unprepared streams
      ASoC: Intel: catpt: Correct clock selection for dai trigger

Guenter Roeck (1):
      ASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable disabled clock

Jack Yu (1):
      ASoC: rt1015: add delay to fix pop noise from speaker

Mark Brown (1):
      Merge Intel catpt DSP fixes into asoc-5.10

Michael Sit Wei Hong (1):
      ASoC: Intel: KMB: Fix S24_LE configuration

Shuming Fan (1):
      ASoC: rt1015: increase the time to detect BCLK

Srinivasa Rao Mandadapu (1):
      ASoC: qcom: lpass-platform: Fix memory leak

 Documentation/devicetree/bindings/sound/rt1015.txt |  6 ++++++
 include/sound/rt1015.h                             | 15 +++++++++++++++
 sound/soc/codecs/rt1015.c                          | 22 +++++++++++++++++++++-
 sound/soc/codecs/rt1015.h                          |  2 ++
 .../soc/intel/boards/kbl_rt5663_rt5514_max98927.c  |  2 ++
 sound/soc/intel/catpt/pcm.c                        |  9 ++++-----
 sound/soc/intel/keembay/kmb_platform.c             |  6 +++---
 sound/soc/qcom/lpass-platform.c                    |  5 ++++-
 8 files changed, 57 insertions(+), 10 deletions(-)
 create mode 100644 include/sound/rt1015.h

Comments

Takashi Iwai Nov. 19, 2020, 7:01 p.m. UTC | #1
On Thu, 19 Nov 2020 18:44:58 +0100,
Mark Brown wrote:
> 
> The following changes since commit f9d7c6eb23f7e55e7a0ca5451da06909bdfdd0e4:
> 
>   ASoC: mchp-spdiftx: Do not set Validity bit(s) (2020-11-04 17:50:22 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.10-rc4
> 
> for you to fetch changes up to 879ee8b6f2bae0cc4a25536f8841db1dbc969523:
> 
>   ASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable disabled clock (2020-11-18 17:59:23 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.11
> 
> A collection of driver specific fixes, mostly for x86 systems (or CODECs
> used mostly on x86) and all for relatively minor issues, the biggest one
> being fixing S24_LE format on Keem Bay systems.

Pulled now.  Thanks.


Takashi