mbox series

[GIT,PULL] ASoC fixes for v6.14-rc3

Message ID dfd2c1bf9276c12f021c6474d60d71ee.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.14-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc3

Message

Mark Brown Feb. 21, 2025, 12:27 p.m. UTC
The following changes since commit 571b69f2f9b1ec7cf7d0e9b79e52115a87a869c4:

  ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (2025-02-13 11:34:32 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc3

for you to fetch changes up to f5468beeab1b1adfc63c2717b1f29ef3f49a5fab:

  ASoC: tas2764: Set the SDOUT polarity correctly (2025-02-18 20:08:43 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.14

A few fixes I and James Calligero picked out of the Asahi tree.

----------------------------------------------------------------
Hector Martin (3):
      ASoC: tas2770: Fix volume scale
      ASoC: tas2764: Fix power control mask
      ASoC: tas2764: Set the SDOUT polarity correctly

 sound/soc/codecs/tas2764.c | 10 +++++++++-
 sound/soc/codecs/tas2764.h |  8 +++++++-
 sound/soc/codecs/tas2770.c |  2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

Comments

Takashi Iwai Feb. 21, 2025, 1:36 p.m. UTC | #1
On Fri, 21 Feb 2025 13:27:18 +0100,
Mark Brown wrote:
> 
> The following changes since commit 571b69f2f9b1ec7cf7d0e9b79e52115a87a869c4:
> 
>   ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (2025-02-13 11:34:32 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc3
> 
> for you to fetch changes up to f5468beeab1b1adfc63c2717b1f29ef3f49a5fab:
> 
>   ASoC: tas2764: Set the SDOUT polarity correctly (2025-02-18 20:08:43 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.14
> 
> A few fixes I and James Calligero picked out of the Asahi tree.

Thanks, pulled now.


Takashi