[PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable

Alvin Šipraga posted 3 patches 1 week, 3 days ago
sound/soc/codecs/Kconfig        |  4 ++--
sound/soc/codecs/adau1977-i2c.c |  9 +++++++++
sound/soc/codecs/adau1977-spi.c | 12 ++++++------
3 files changed, 17 insertions(+), 8 deletions(-)
[PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable
Posted by Alvin Šipraga 1 week, 3 days ago
Here's a few fixes I encountered were needed in order to use this driver
as a module together with the simple audio card.

Signed-off-by: Alvin Šipraga <alvin.sipraga@analog.com>
---
Alvin Šipraga (3):
      ASoC: adau1977: make the Kconfig symbols user selectable
      ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
      ASoC: adau1977-i2c: add OF match table for I2C

 sound/soc/codecs/Kconfig        |  4 ++--
 sound/soc/codecs/adau1977-i2c.c |  9 +++++++++
 sound/soc/codecs/adau1977-spi.c | 12 ++++++------
 3 files changed, 17 insertions(+), 8 deletions(-)
---
base-commit: 7e125889f1705fc6326679a3db3b4159f7a8c87e
change-id: 20260914-asoc-adau1977-fixes-86cde36468a6

Best regards,
--  
Alvin Šipraga <alvin.sipraga@analog.com>

Re: [PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable
Posted by Mark Brown 1 week, 1 day ago
On Mon, 14 Sep 2026 12:12:34 +0200, Alvin Šipraga wrote:
> ASoC: adau1977: small fixes to make the driver more usable
> 
> Here's a few fixes I encountered were needed in order to use this driver
> as a module together with the simple audio card.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3

Thanks!

[1/3] ASoC: adau1977: make the Kconfig symbols user selectable
      https://git.kernel.org/broonie/sound/c/0030f62683d5
[2/3] ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
      https://git.kernel.org/broonie/sound/c/528a0da3e55b
[3/3] ASoC: adau1977-i2c: add OF match table for I2C
      https://git.kernel.org/broonie/sound/c/76a8fe25b978

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

Re: [PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable
Posted by Mark Brown 1 week, 3 days ago
On Mon, 14 Sep 2026 12:12:34 +0200, Alvin Šipraga wrote:
> ASoC: adau1977: small fixes to make the driver more usable
> 
> Here's a few fixes I encountered were needed in order to use this driver
> as a module together with the simple audio card.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3

Thanks!

[1/3] ASoC: adau1977: make the Kconfig symbols user selectable
      https://git.kernel.org/broonie/sound/c/b205b45c67c4
[2/3] ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
      https://git.kernel.org/broonie/sound/c/a6e83c65cbd5
[3/3] ASoC: adau1977-i2c: add OF match table for I2C
      https://git.kernel.org/broonie/sound/c/642759979afc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

Re: [PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable
Posted by Nuno Sá 1 week, 3 days ago
On Mon, Sep 14, 2026 at 12:12:34PM +0200, Alvin Šipraga wrote:
> Here's a few fixes I encountered were needed in order to use this driver
> as a module together with the simple audio card.
> 
> Signed-off-by: Alvin Šipraga <alvin.sipraga@analog.com>
> ---
> Alvin Šipraga (3):
>       ASoC: adau1977: make the Kconfig symbols user selectable
>       ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
>       ASoC: adau1977-i2c: add OF match table for I2C
> 
>  sound/soc/codecs/Kconfig        |  4 ++--
>  sound/soc/codecs/adau1977-i2c.c |  9 +++++++++
>  sound/soc/codecs/adau1977-spi.c | 12 ++++++------
>  3 files changed, 17 insertions(+), 8 deletions(-)
> ---

Small nit from me but nevertheless:

Reviewed-by: Nuno Sá <nuno.sa@analog.com>

> base-commit: 7e125889f1705fc6326679a3db3b4159f7a8c87e
> change-id: 20260914-asoc-adau1977-fixes-86cde36468a6
> 
> Best regards,
> --  
> Alvin Šipraga <alvin.sipraga@analog.com>
>