All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] ALSA: Kill tasklet usage
@ 2020-09-03 10:41 Takashi Iwai
  2020-09-03 10:41 ` [PATCH 01/11] ALSA: pcsp: Replace tasklet with work Takashi Iwai
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Takashi Iwai @ 2020-09-03 10:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: Clemens Ladisch

Hi,

here is a patch set to convert the tasklet usage in sound tree with
either the threaded irq or the dedicated work.  It's applied after the
tasket API conversion series, found in topic/tasklet-convert branch of
sound git tree (which will be included in the next pull request for
5.9-rc4).

This contains only non-ASoC changes, the changes for ASoC will
follow at next.


Takashi

===

Takashi Iwai (11):
  ALSA: pcsp: Replace tasklet with work
  ALSA: timer: Replace tasklet with work
  ALSA: usb-audio: Replace tasklet with work
  ALSA: ua101: Replace tasklet with work
  ALSA: aloop: Replace tasklet with work
  ALSA: hdsp: Replace tasklet with work
  ALSA: hdspm: Replace tasklet with work
  ALSA: riptide: Replace tasklet with threaded irq
  ALSA: asihpi: Replace tasklet with threaded irq
  ALSA: firewire: Replace tasklet with work
  ALSA: mixart: Correct comment wrt obsoleted tasklet usage

 include/sound/timer.h               |  8 +++---
 sound/core/hrtimer.c                |  2 +-
 sound/core/timer.c                  | 20 +++++++-------
 sound/drivers/aloop.c               | 23 ++++++++--------
 sound/drivers/pcsp/pcsp_lib.c       | 12 ++++----
 sound/firewire/amdtp-stream-trace.h |  2 +-
 sound/firewire/amdtp-stream.c       | 25 +++++++++--------
 sound/firewire/amdtp-stream.h       |  2 +-
 sound/pci/asihpi/asihpi.c           | 28 ++-----------------
 sound/pci/asihpi/hpioctl.c          | 16 +++++++++--
 sound/pci/mixart/mixart.h           |  2 +-
 sound/pci/riptide/riptide.c         | 20 ++++++++------
 sound/pci/rme9652/hdsp.c            | 55 ++++++++++++++++++-------------------
 sound/pci/rme9652/hdspm.c           | 13 ++++-----
 sound/usb/midi.c                    | 13 +++++----
 sound/usb/misc/ua101.c              | 16 +++++------
 16 files changed, 122 insertions(+), 135 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-09-07  8:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03 10:41 [PATCH 00/11] ALSA: Kill tasklet usage Takashi Iwai
2020-09-03 10:41 ` [PATCH 01/11] ALSA: pcsp: Replace tasklet with work Takashi Iwai
2020-09-03 10:41 ` [PATCH 02/11] ALSA: timer: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 03/11] ALSA: usb-audio: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 04/11] ALSA: ua101: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 05/11] ALSA: aloop: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 06/11] ALSA: hdsp: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 07/11] ALSA: hdspm: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 08/11] ALSA: riptide: Replace tasklet with threaded irq Takashi Iwai
2020-09-03 10:41 ` [PATCH 09/11] ALSA: asihpi: " Takashi Iwai
2020-09-03 10:41 ` [PATCH 10/11] ALSA: firewire: Replace tasklet with work Takashi Iwai
2020-09-06  8:26   ` Takashi Sakamoto
2020-09-07  8:34     ` Takashi Iwai
2020-09-03 10:41 ` [PATCH 11/11] ALSA: mixart: Correct comment wrt obsoleted tasklet usage Takashi Iwai

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.