The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:
Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.0-rc6
for you to fetch changes up to 0a0342ede303fc420f3a388e1ae82da3ae8ff6bd:
ASoC: tas2770: Reinit regcache on reset (2022-09-19 18:48:43 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.0
A few device specific fixes, nothing too large, and a new device ID for a Dell laptop.
---------------------------------------------------------------- Martin PoviĊĦer (1): ASoC: tas2770: Reinit regcache on reset
Oder Chiou (1): ASoC: rt5640: Fix the issue of the abnormal JD2 status
Pierre-Louis Bossart (1): ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF
SJLIN0 (1): ASoC: nau8824: Fix semaphore is released unexpectedly
Shengjiu Wang (1): ASoC: imx-card: Fix refcount issue with of_node_put
sound/soc/codecs/nau8824.c | 17 +++++++++-- sound/soc/codecs/nau8824.h | 1 + sound/soc/codecs/rt5640.c | 64 ++++++++++++++++++++++++++++------------ sound/soc/codecs/rt5640.h | 14 +++++++++ sound/soc/codecs/tas2770.c | 3 ++ sound/soc/fsl/imx-card.c | 4 +++ sound/soc/intel/boards/sof_sdw.c | 10 +++++++ 7 files changed, 91 insertions(+), 22 deletions(-)