alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Allen Pais <allen.cryptic@gmail.com>
To: perex@perex.cz, tiwai@suse.com, clemens@ladisch.de,
	o-takashi@sakamocchi.jp, timur@kernel.org,
	nicoleotsuka@gmail.com, Xiubo.Lee@gmail.com
Cc: alsa-devel@alsa-project.org, Allen Pais <allen.lkml@gmail.com>,
	linuxppc-dev@lists.ozlabs.org, keescook@chromium.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
Date: Mon, 17 Aug 2020 14:26:53 +0530	[thread overview]
Message-ID: <20200817085703.25732-1-allen.cryptic@gmail.com> (raw)

From: Allen Pais <allen.lkml@gmail.com>

Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts 
all the sound drivers to use the new tasklet_setup() API

Allen Pais (10):
  sound: core: convert tasklets to use new tasklet_setup() API
  sound: firewire: convert tasklets to use new tasklet_setup() API
  sound: asihpi: convert tasklets to use new tasklet_setup() API
  sound: riptide: convert tasklets to use new tasklet_setup() API
  sound: rm9652: convert tasklets to use new tasklet_setup() API
  sound/soc: fsl_esai: convert tasklets to use new tasklet_setup() API
  sound/soc: sh: convert tasklets to use new tasklet_setup() API
  sound/soc: txx9: convert tasklets to use new tasklet_setup() API
  sound: midi: convert tasklets to use new tasklet_setup() API
  sound: ua101: convert tasklets to use new tasklet_setup() API

 sound/core/timer.c            |  7 +++----
 sound/firewire/amdtp-stream.c |  8 ++++----
 sound/pci/asihpi/asihpi.c     |  9 ++++-----
 sound/pci/riptide/riptide.c   |  6 +++---
 sound/pci/rme9652/hdsp.c      |  6 +++---
 sound/pci/rme9652/hdspm.c     |  7 +++----
 sound/soc/fsl/fsl_esai.c      |  7 +++----
 sound/soc/sh/siu_pcm.c        | 10 ++++------
 sound/soc/txx9/txx9aclc.c     |  7 +++----
 sound/usb/midi.c              |  7 +++----
 sound/usb/misc/ua101.c        |  7 +++----
 11 files changed, 36 insertions(+), 45 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-08-17  9:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17  8:56 Allen Pais [this message]
2020-08-17  8:56 ` [PATCH 01/10] sound: core: convert tasklets to use new tasklet_setup() API Allen Pais
2020-08-17  8:56 ` [PATCH 02/10] sound: firewire: " Allen Pais
2020-08-17  8:56 ` [PATCH 03/10] sound: asihpi: " Allen Pais
2020-08-17  8:56 ` [PATCH 04/10] sound: riptide: " Allen Pais
2020-08-17  8:56 ` [PATCH 05/10] sound: rm9652: " Allen Pais
2020-08-17  8:56 ` [PATCH 06/10] sound/soc: fsl_esai: " Allen Pais
2020-08-17  8:57 ` [PATCH 07/10] sound/soc: sh: " Allen Pais
2020-08-17  8:57 ` [PATCH 08/10] sound/soc: txx9: " Allen Pais
2020-08-17  8:57 ` [PATCH 09/10] sound: midi: " Allen Pais
2020-08-17  8:57 ` [PATCH 10/10] sound: ua101: " Allen Pais
2020-08-17  9:08 ` [PATCH 00/10] sound: convert tasklets to use new tasklet_setup() Takashi Iwai
2020-08-17  9:18   ` Allen Pais
2020-08-17  9:43     ` Takashi Iwai
2020-08-18  9:31       ` Allen
2020-08-18 10:25 ` Takashi Iwai
2020-08-18 10:44   ` Mark Brown
2020-08-18 10:59     ` Takashi Iwai
2020-08-19 10:51     ` Allen
2020-08-19 11:16       ` Mark Brown
2020-08-19 11:28         ` Takashi Iwai
2020-09-01 10:04           ` Allen
2020-09-01 10:09             ` Takashi Iwai

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=20200817085703.25732-1-allen.cryptic@gmail.com \
    --to=allen.cryptic@gmail.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=allen.lkml@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=o-takashi@sakamocchi.jp \
    --cc=perex@perex.cz \
    --cc=timur@kernel.org \
    --cc=tiwai@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).