mbox series

[0/5] ASoC: Correct *-objs usages

Message ID 20241203141823.22393-1-tiwai@suse.de (mailing list archive)
Headers show
Series ASoC: Correct *-objs usages | expand

Message

Takashi Iwai Dec. 3, 2024, 2:18 p.m. UTC
I stumbled upon the use of *-objs in Makefile in a few places in
ASoC.  Here are trivial patches to correct those.


Takashi

===

Takashi Iwai (5):
  ASoC: cs40l50: Use *-y for Makefile
  ASoC: mediatek: mt8365: Use *-y for Makefile
  ASoC: SDCA: Use *-y for Makefile
  ASoC: cs42l84: Use *-y for Makefile
  ASoC: wcd937x: Use *-y for Makefile

 sound/soc/codecs/Makefile          | 8 ++++----
 sound/soc/mediatek/mt8365/Makefile | 2 +-
 sound/soc/sdca/Makefile            | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Mark Brown Dec. 3, 2024, 5:51 p.m. UTC | #1
On Tue, 03 Dec 2024 15:18:15 +0100, Takashi Iwai wrote:
> I stumbled upon the use of *-objs in Makefile in a few places in
> ASoC.  Here are trivial patches to correct those.
> 
> 
> Takashi
> 
> ===
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: cs40l50: Use *-y for Makefile
      commit: 3f0b8d367db5b0c0a0096b1c2ff02ec7c5c893b6
[2/5] ASoC: mediatek: mt8365: Use *-y for Makefile
      commit: e9d2a2f49244d9737f0ec33f4b7f3580faecd805
[3/5] ASoC: SDCA: Use *-y for Makefile
      commit: f60646d9c3bd5b390728ed1a1caa9ded53d47afc
[4/5] ASoC: cs42l84: Use *-y for Makefile
      commit: 7916a8d8782d4e53fe0133c8dace20a925e0204e
[5/5] ASoC: wcd937x: Use *-y for Makefile
      commit: 582057d2233a5a38e1aec3f4a6d66b362b42076c

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