Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: amd: Move to GPIO descriptors
@ 2026-03-14 20:05 Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2026-03-14 20:05 UTC (permalink / raw)
  To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, Linus Walleij

After a quick look and test-compile I can determine that
all of these drivers include <linux/gpio.h> for no reason
whatsoever, so fixing it is low hanging fruit.

Signed-off-by: Linus Walleij <linusw@kernel.org>
---
Linus Walleij (5):
      AoC: amd: acp-da7291-max98357a: Drop unused include
      ASoC: amd: acp-es8336: Drop unused include
      ASoC: amd: acp-rt5645: Drop unused include
      ASoC: amd: acp3x-es83x: Drop unused include
      ASoC: amd: acp3x-rt5682-max9836: Drop unused include

 sound/soc/amd/acp-da7219-max98357a.c          | 1 -
 sound/soc/amd/acp-es8336.c                    | 1 -
 sound/soc/amd/acp-rt5645.c                    | 1 -
 sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c | 1 -
 sound/soc/amd/acp3x-rt5682-max9836.c          | 1 -
 5 files changed, 5 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260314-asoc-amd-61b910b46110

Best regards,
-- 
Linus Walleij <linusw@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/5] ASoC: amd: Move to GPIO descriptors
@ 2026-03-14 20:06 Linus Walleij
  2026-03-16  1:11 ` Mark Brown
  2026-03-16 12:06 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Linus Walleij @ 2026-03-14 20:06 UTC (permalink / raw)
  To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, Linus Walleij

After a quick look and test-compile I can determine that
all of these drivers include <linux/gpio.h> for no reason
whatsoever, so fixing it is low hanging fruit.

Signed-off-by: Linus Walleij <linusw@kernel.org>
---
Linus Walleij (5):
      ASoC: amd: acp-da7291-max98357a: Drop unused include
      ASoC: amd: acp-es8336: Drop unused include
      ASoC: amd: acp-rt5645: Drop unused include
      ASoC: amd: acp3x-es83x: Drop unused include
      ASoC: amd: acp3x-rt5682-max9836: Drop unused include

 sound/soc/amd/acp-da7219-max98357a.c          | 1 -
 sound/soc/amd/acp-es8336.c                    | 1 -
 sound/soc/amd/acp-rt5645.c                    | 1 -
 sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c | 1 -
 sound/soc/amd/acp3x-rt5682-max9836.c          | 1 -
 5 files changed, 5 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260314-asoc-amd-61b910b46110

Best regards,
-- 
Linus Walleij <linusw@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] ASoC: amd: Move to GPIO descriptors
  2026-03-14 20:06 Linus Walleij
@ 2026-03-16  1:11 ` Mark Brown
  2026-03-16 12:06 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-03-16  1:11 UTC (permalink / raw)
  To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, Linus Walleij
  Cc: linux-sound

On Sat, 14 Mar 2026 21:06:19 +0100, Linus Walleij wrote:
> ASoC: amd: Move to GPIO descriptors
> 
> After a quick look and test-compile I can determine that
> all of these drivers include <linux/gpio.h> for no reason
> whatsoever, so fixing it is low hanging fruit.
> 
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: amd: acp-da7291-max98357a: Drop unused include
      https://git.kernel.org/broonie/sound/c/6d841b46ec05
[2/5] ASoC: amd: acp-es8336: Drop unused include
      https://git.kernel.org/broonie/sound/c/0a80eff3f53c
[3/5] ASoC: amd: acp-rt5645: Drop unused include
      https://git.kernel.org/broonie/sound/c/d63b722361b8
[4/5] ASoC: amd: acp3x-es83x: Drop unused include
      https://git.kernel.org/broonie/sound/c/70f0a90e718d
[5/5] ASoC: amd: acp3x-rt5682-max9836: Drop unused include
      https://git.kernel.org/broonie/sound/c/c43988dfe25b

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] ASoC: amd: Move to GPIO descriptors
  2026-03-14 20:06 Linus Walleij
  2026-03-16  1:11 ` Mark Brown
@ 2026-03-16 12:06 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-03-16 12:06 UTC (permalink / raw)
  To: Vijendar Mukunda, Venkata Prasad Potturu, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, Linus Walleij
  Cc: linux-sound

On Sat, 14 Mar 2026 21:06:19 +0100, Linus Walleij wrote:
> After a quick look and test-compile I can determine that
> all of these drivers include <linux/gpio.h> for no reason
> whatsoever, so fixing it is low hanging fruit.

Applied to

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

Thanks!

[1/5] ASoC: amd: acp-da7291-max98357a: Drop unused include
      https://git.kernel.org/broonie/misc/c/6d841b46ec05
[2/5] ASoC: amd: acp-es8336: Drop unused include
      https://git.kernel.org/broonie/misc/c/0a80eff3f53c
[3/5] ASoC: amd: acp-rt5645: Drop unused include
      https://git.kernel.org/broonie/misc/c/d63b722361b8
[4/5] ASoC: amd: acp3x-es83x: Drop unused include
      https://git.kernel.org/broonie/misc/c/70f0a90e718d
[5/5] ASoC: amd: acp3x-rt5682-max9836: Drop unused include
      https://git.kernel.org/broonie/misc/c/c43988dfe25b

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-16 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 20:05 [PATCH 0/5] ASoC: amd: Move to GPIO descriptors Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2026-03-14 20:06 Linus Walleij
2026-03-16  1:11 ` Mark Brown
2026-03-16 12:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox