mbox series

[GIT,PULL] ASoC fixes for v5.15-rc5

Message ID 20211015115718.5D3A160524@mail.kernel.org (mailing list archive)
State Accepted
Commit eadeb06e7645f7a7ddbcfac39480be3892a60ae3
Headers show
Series [GIT,PULL] ASoC fixes for v5.15-rc5 | expand

Pull-request

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

Message

Mark Brown Oct. 15, 2021, 11:57 a.m. UTC
The following changes since commit cfacfefd382af3b42905108b54f02820dca225c4:

  ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6b9b546dc00797c74bef491668ce5431ff54e1e2:

  ASoC: wm8960: Fix clock configuration on slave mode (2021-10-13 16:25:33 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.15

A colletion of smallish mostly driver specific fixes, the biggest thing
here is fixing some of the core code to generate change notifications
properly when writing to controls which will fix issues with UIs not
showing the correct values.

There's one build fix here with a slightly misleading changelog saying
it's adding IRQ config support, it's adding a missing select of the
regmap-irq code rather than adding a feature.

----------------------------------------------------------------
Andy Shevchenko (4):
      ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata()
      ASoC: Intel: bytcht_es8316: Use temporary variable for struct device
      ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional()
      ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation

Hans de Goede (1):
      ASoC: nau8824: Fix headphone vs headset, button-press detection no longer working

Mark Brown (2):
      ASoC: pcm179x: Add missing entries SPI to device ID table
      ASoC: cs4341: Add SPI device ID table

Peter Rosin (1):
      ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers

Shengjiu Wang (2):
      ASoC: fsl_xcvr: Fix channel swap issue with ARC
      ASoC: wm8960: Fix clock configuration on slave mode

Srinivasa Rao Mandadapu (2):
      ASoC: wcd938x: Fix jack detection issue
      ASoC: codec: wcd938x: Add irq config support

Stefan Binding (1):
      ASoC: cs42l42: Ensure 0dB full scale volume is used for headsets

Takashi Iwai (1):
      ASoC: DAPM: Fix missing kctl change notifications

Yang Yingliang (1):
      ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()

 sound/soc/codecs/Kconfig               |  1 +
 sound/soc/codecs/cs42l42.c             | 16 +++------------
 sound/soc/codecs/cs4341.c              |  7 +++++++
 sound/soc/codecs/nau8824.c             |  4 ++--
 sound/soc/codecs/pcm179x-spi.c         |  1 +
 sound/soc/codecs/pcm512x.c             |  2 ++
 sound/soc/codecs/wcd938x.c             |  6 +++---
 sound/soc/codecs/wm8960.c              | 13 +++++++++---
 sound/soc/fsl/fsl_xcvr.c               | 17 +++++++++++-----
 sound/soc/intel/boards/bytcht_es8316.c | 37 +++++++++++-----------------------
 sound/soc/soc-core.c                   |  1 +
 sound/soc/soc-dapm.c                   | 13 +++++++-----
 12 files changed, 62 insertions(+), 56 deletions(-)

Comments

Takashi Iwai Oct. 15, 2021, 3:45 p.m. UTC | #1
On Fri, 15 Oct 2021 13:57:04 +0200,
Mark Brown wrote:
> 
> The following changes since commit cfacfefd382af3b42905108b54f02820dca225c4:
> 
>   ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc5
> 
> for you to fetch changes up to 6b9b546dc00797c74bef491668ce5431ff54e1e2:
> 
>   ASoC: wm8960: Fix clock configuration on slave mode (2021-10-13 16:25:33 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.15
> 
> A colletion of smallish mostly driver specific fixes, the biggest thing
> here is fixing some of the core code to generate change notifications
> properly when writing to controls which will fix issues with UIs not
> showing the correct values.
> 
> There's one build fix here with a slightly misleading changelog saying
> it's adding IRQ config support, it's adding a missing select of the
> regmap-irq code rather than adding a feature.

Thanks, pulled now.


Takashi