All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ALSA: Prep work for PCI rescan support
@ 2021-05-23  9:09 Takashi Iwai
  2021-05-23  9:09 ` [PATCH v2 1/6] ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state change Takashi Iwai
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Takashi Iwai @ 2021-05-23  9:09 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown

Hi,

this is a revised patch set as a prep work for the future-planned PCI
rescan support(*).  The essential part is the patch to track in-flight
tasks, and the rest are cleanups and fixes in the core code.  With
those changes, the driver can perform a sort of software suspend on
the device without the hardware intervention, which is required during
the PCI BAR movement, for example.

v1->v2:
* Move / drop unnecessary snd_power_wait() calls
* Rephrase changelogs and comments, reorder patches


Takashi

(*) https://lore.kernel.org/alsa-devel/e25017c6-e5e4-7a24-e793-14a2e70a434e@amd.com/

===

Takashi Iwai (6):
  ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state change
  ALSA: control: Track in-flight control read/write/tlv accesses
  ALSA: control: Drop superfluous snd_power_wait() calls
  ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATE
  ALSA: Drop superfluous argument from snd_power_wait()
  ALSA: pcm: Block the release until the system resume finishes

 include/sound/core.h        | 50 ++++++++++++++++++++++++++++++++++---
 sound/core/control.c        | 38 +++++++++++++---------------
 sound/core/control_compat.c | 14 +++--------
 sound/core/init.c           | 46 ++++++++++++++++++++++++++++------
 sound/core/pcm_native.c     |  6 ++++-
 sound/soc/soc-core.c        |  2 +-
 sound/usb/usx2y/us122l.c    |  2 +-
 7 files changed, 113 insertions(+), 45 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-05-25  6:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23  9:09 [PATCH v2 0/6] ALSA: Prep work for PCI rescan support Takashi Iwai
2021-05-23  9:09 ` [PATCH v2 1/6] ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state change Takashi Iwai
2021-05-23  9:09 ` [PATCH v2 2/6] ALSA: control: Track in-flight control read/write/tlv accesses Takashi Iwai
2021-05-23  9:09 ` [PATCH v2 3/6] ALSA: control: Drop superfluous snd_power_wait() calls Takashi Iwai
2021-05-23  9:09 ` [PATCH v2 4/6] ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATE Takashi Iwai
2021-05-23  9:09 ` [PATCH v2 5/6] ALSA: Drop superfluous argument from snd_power_wait() Takashi Iwai
2021-05-24  8:39   ` Mark Brown
2021-05-23  9:09 ` [PATCH v2 6/6] ALSA: pcm: Block the release until the system resume finishes Takashi Iwai
2021-05-24  9:32 ` [PATCH v2 0/6] ALSA: Prep work for PCI rescan support Jaroslav Kysela
2021-05-25  6:56 ` 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.