Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: linux-sound@vger.kernel.org
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Takashi Iwai <tiwai@suse.de>
Subject: [PATCH 0/9] ALSA: Use *-y instead of *-objs in Makefile
Date: Tue,  7 May 2024 15:55:00 +0200	[thread overview]
Message-ID: <20240507135513.14919-1-tiwai@suse.de> (raw)

Hi,

this is a series of trivial cleanup patches for Makefile in sound/*
(modulo ASoC -- which will be submitted later in a separate series).

As Andy suggested in a patch review, *-objs suffix in Makefile is
basically a mis-use nowadays for kernel driver modules.  They should
be replaced with *-y suffix instead.  This is a result of systematic
conversions, separated per directory.


Takashi

===

Takashi Iwai (9):
  ALSA: core: Use *-y instead of *-objs in Makefile
  ALSA: pci: Use *-y instead of *-objs in Makefile
  ALSA: hda: Use *-y instead of *-objs in Makefile
  ALSA: isa: Use *-y instead of *-objs in Makefile
  ALSA: usb: Use *-y instead of *-objs in Makefile
  ALSA: drivers: Use *-y instead of *-objs in Makefile
  ALSA: firewire: Use *-y instead of *-objs in Makefile
  ALSA: aoa: Use *-y instead of *-objs in Makefile
  ALSA: misc: Use *-y instead of *-objs in Makefile

 sound/Makefile                     |  2 +-
 sound/aoa/codecs/Makefile          |  6 ++--
 sound/aoa/core/Makefile            |  2 +-
 sound/aoa/fabrics/Makefile         |  2 +-
 sound/aoa/soundbus/Makefile        |  2 +-
 sound/aoa/soundbus/i2sbus/Makefile |  2 +-
 sound/arm/Makefile                 |  4 +--
 sound/atmel/Makefile               |  2 +-
 sound/core/Makefile                | 18 +++++------
 sound/core/oss/Makefile            |  2 +-
 sound/core/seq/Makefile            | 14 ++++----
 sound/core/seq/oss/Makefile        |  2 +-
 sound/drivers/Makefile             | 18 +++++------
 sound/drivers/mpu401/Makefile      |  4 +--
 sound/drivers/opl3/Makefile        |  2 +-
 sound/drivers/opl4/Makefile        |  4 +--
 sound/drivers/pcsp/Makefile        |  2 +-
 sound/drivers/vx/Makefile          |  2 +-
 sound/firewire/Makefile            |  4 +--
 sound/firewire/bebob/Makefile      |  2 +-
 sound/firewire/dice/Makefile       |  2 +-
 sound/firewire/digi00x/Makefile    |  2 +-
 sound/firewire/fireface/Makefile   |  2 +-
 sound/firewire/fireworks/Makefile  |  2 +-
 sound/firewire/motu/Makefile       |  2 +-
 sound/firewire/oxfw/Makefile       |  2 +-
 sound/firewire/tascam/Makefile     |  2 +-
 sound/hda/Makefile                 |  8 ++---
 sound/hda/ext/Makefile             |  2 +-
 sound/i2c/Makefile                 |  6 ++--
 sound/i2c/other/Makefile           | 10 +++---
 sound/isa/Makefile                 | 18 +++++------
 sound/isa/ad1816a/Makefile         |  2 +-
 sound/isa/ad1848/Makefile          |  2 +-
 sound/isa/cs423x/Makefile          |  4 +--
 sound/isa/es1688/Makefile          |  4 +--
 sound/isa/galaxy/Makefile          |  4 +--
 sound/isa/gus/Makefile             | 12 +++----
 sound/isa/msnd/Makefile            |  6 ++--
 sound/isa/opti9xx/Makefile         |  8 ++---
 sound/isa/sb/Makefile              | 18 +++++------
 sound/isa/wavefront/Makefile       |  2 +-
 sound/isa/wss/Makefile             |  2 +-
 sound/mips/Makefile                |  4 +--
 sound/parisc/Makefile              |  2 +-
 sound/pci/Makefile                 | 48 +++++++++++++--------------
 sound/pci/ali5451/Makefile         |  2 +-
 sound/pci/asihpi/Makefile          |  2 +-
 sound/pci/au88x0/Makefile          |  6 ++--
 sound/pci/aw2/Makefile             |  2 +-
 sound/pci/ca0106/Makefile          |  2 +-
 sound/pci/ctxfi/Makefile           |  2 +-
 sound/pci/echoaudio/Makefile       | 28 ++++++++--------
 sound/pci/emu10k1/Makefile         |  6 ++--
 sound/pci/hda/Makefile             | 52 +++++++++++++++---------------
 sound/pci/ice1712/Makefile         |  6 ++--
 sound/pci/korg1212/Makefile        |  2 +-
 sound/pci/lx6464es/Makefile        |  2 +-
 sound/pci/mixart/Makefile          |  2 +-
 sound/pci/nm256/Makefile           |  2 +-
 sound/pci/oxygen/Makefile          |  8 ++---
 sound/pci/pcxhr/Makefile           |  2 +-
 sound/pci/riptide/Makefile         |  2 +-
 sound/pci/rme9652/Makefile         |  6 ++--
 sound/pci/trident/Makefile         |  2 +-
 sound/pci/vx222/Makefile           |  2 +-
 sound/pci/ymfpci/Makefile          |  2 +-
 sound/pcmcia/pdaudiocf/Makefile    |  2 +-
 sound/pcmcia/vx/Makefile           |  2 +-
 sound/ppc/Makefile                 |  2 +-
 sound/sh/Makefile                  |  4 +--
 sound/sparc/Makefile               |  6 ++--
 sound/spi/Makefile                 |  2 +-
 sound/synth/Makefile               |  2 +-
 sound/synth/emux/Makefile          |  2 +-
 sound/usb/6fire/Makefile           |  2 +-
 sound/usb/Makefile                 |  4 +--
 sound/usb/hiface/Makefile          |  2 +-
 sound/usb/misc/Makefile            |  2 +-
 sound/usb/usx2y/Makefile           |  4 +--
 sound/virtio/Makefile              |  2 +-
 sound/x86/Makefile                 |  2 +-
 sound/xen/Makefile                 |  2 +-
 83 files changed, 227 insertions(+), 227 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-05-07 13:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 13:55 Takashi Iwai [this message]
2024-05-07 13:55 ` [PATCH 1/9] ALSA: core: Use *-y instead of *-objs in Makefile Takashi Iwai
2024-05-07 13:55 ` [PATCH 2/9] ALSA: pci: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 3/9] ALSA: hda: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 4/9] ALSA: isa: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 5/9] ALSA: usb: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 6/9] ALSA: drivers: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 7/9] ALSA: firewire: " Takashi Iwai
2024-05-08  9:59   ` Takashi Sakamoto
2024-05-07 13:55 ` [PATCH 8/9] ALSA: aoa: " Takashi Iwai
2024-05-07 13:55 ` [PATCH 9/9] ALSA: misc: " Takashi Iwai
2024-05-07 14:34 ` [PATCH 0/9] ALSA: " Jaroslav Kysela
2024-05-07 16:02 ` Andy Shevchenko
2024-05-07 20:53   ` Andy Shevchenko
2024-05-08  9:02     ` Takashi Iwai
2024-05-09 16:10       ` Pierre-Louis Bossart
2024-05-09 18:28         ` Takashi Iwai
2024-05-10 14:15           ` Andy Shevchenko
2024-05-23 21:00             ` Jeff Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240507135513.14919-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox