All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Clemens Ladisch <clemens@ladisch.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-sound@vger.kernel.org
Subject: Re: [PATCH 0/9] ALSA: seq: Use bus specific probe and remove
Date: Tue, 02 Dec 2025 15:17:05 +0100	[thread overview]
Message-ID: <87v7ipt1cu.wl-tiwai@suse.de> (raw)
In-Reply-To: <cover.1764677854.git.u.kleine-koenig@baylibre.com>

On Tue, 02 Dec 2025 13:35:49 +0100,
Uwe Kleine-König wrote:
> 
> Hello,
> 
> for the quest to drop .probe(), .remove() and .shutdown() from struct
> device_driver, this patch set converts all seq drivers to use bus type
> callbacks.
> 
> The dependencies here are:
>  - patches #2 - #8 depend (only) on patch #1
>  - patch #9 depends on #1 - #8
> but I guess this series will go in in a single go and there is no need
> to coordinate merging.
> 
> This series is compile tested only, as I have no access to seq devices.
> Still I'm reasonably sure that there is no user-visible effect when this
> series is applied. (There is a runtime warning introduced by patch #1
> that goes away with patches #2-#8 again. So future bisections suffer a
> tiny bit.)

It looks OK though a quick glance, but since it's a bit too late for
6.19, I'll postpone this series for 6.20, unless those are urgently
required for any reason.


thanks,

Takashi

> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (9):
>   ALSA: seq: Use bus specific probe and remove
>   ALSA: seq: midi: Convert to snd_seq bus probe mechanism
>   ALSA: seq: ump: Convert to snd_seq bus probe mechanism
>   ALSA: opl3: Convert to snd_seq bus probe mechanism
>   ALSA: opl4: Convert to snd_seq bus probe mechanism
>   ALSA: sb: Convert to snd_seq bus probe mechanism
>   ALSA: emu10k1: Convert to snd_seq bus probe mechanism
>   ALSA: seq: oss: Convert to snd_seq bus probe mechanism
>   ALSA: seq: Refuse to probe seq drivers with non-bus probe or remove
> 
>  include/sound/seq_device.h         |  2 ++
>  sound/core/seq/oss/seq_oss.c       |  4 ++--
>  sound/core/seq/oss/seq_oss_synth.c | 12 ++++--------
>  sound/core/seq/oss/seq_oss_synth.h |  4 ++--
>  sound/core/seq/seq_midi.c          | 15 ++++++---------
>  sound/core/seq/seq_ump_client.c    | 11 ++++-------
>  sound/core/seq_device.c            | 26 +++++++++++++++++++++++++-
>  sound/drivers/opl3/opl3_seq.c      | 13 +++++--------
>  sound/drivers/opl4/opl4_seq.c      | 10 ++++------
>  sound/isa/sb/emu8000_synth.c       | 13 +++++--------
>  sound/pci/emu10k1/emu10k1_synth.c  | 13 +++++--------
>  11 files changed, 64 insertions(+), 59 deletions(-)
> 
> 
> base-commit: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
> -- 
> 2.47.3
> 

  parent reply	other threads:[~2025-12-02 14:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 12:35 [PATCH 0/9] ALSA: seq: Use bus specific probe and remove Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 1/9] " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 2/9] ALSA: seq: midi: Convert to snd_seq bus probe mechanism Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 3/9] ALSA: seq: ump: " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 4/9] ALSA: opl3: " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 5/9] ALSA: opl4: " Uwe Kleine-König
2025-12-03 13:46   ` Uwe Kleine-König
2025-12-03 13:51     ` Takashi Iwai
2025-12-02 12:35 ` [PATCH 6/9] ALSA: sb: " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 7/9] ALSA: emu10k1: " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 8/9] ALSA: seq: oss: " Uwe Kleine-König
2025-12-02 12:35 ` [PATCH 9/9] ALSA: seq: Refuse to probe seq drivers with non-bus probe or remove Uwe Kleine-König
2025-12-02 14:17 ` Takashi Iwai [this message]
2025-12-02 16:12   ` [PATCH 0/9] ALSA: seq: Use bus specific probe and remove Uwe Kleine-König

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=87v7ipt1cu.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=clemens@ladisch.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=u.kleine-koenig@baylibre.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.