On Mon, 17 Aug 2020 10:56:53 +0200, Allen Pais wrote: > > From: Allen Pais <allen.lkml@xxxxxxxxx> > > 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 Mark, may I apply those ASoC patches through my tree together with others? Those seem targeting to 5.9, and I have a patch set to convert to tasklet for 5.10, which would be better manageable when based on top of those changes. thanks, Takashi > 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 >