All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ALSA: Add PCM USER_PVERSION ioctl
@ 2017-06-27 10:29 Takashi Iwai
  2017-06-27 10:29 ` [PATCH v3 1/2] ALSA: pcm: Add an ioctl to specify the supported protocol version Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Takashi Iwai @ 2017-06-27 10:29 UTC (permalink / raw)
  To: alsa-devel
  Cc: Vinod Koul, Subhransu S . Prusty, Pierre-Louis Bossart, Takashi Sakamoto

Hi,

this is a revised patchset that is applied on top of the current
for-next branch, in order to optimize the appl_ptr sync on x86-64,
adapting the alsa-lib side change by Sakamoto-san's patchset.

Basically it adds a new ioctl for receiving the supported PCM protocol
version from user-space side, and change the mmap code to allow only
disabling the PCM status record depending on the supported protocol
version.  The former patch is identical with the previous version,
only the latter one differs.

The corresponding alsa-lib patch will follow.


thanks,

Takashi

===

Takashi Iwai (2):
  ALSA: pcm: Add an ioctl to specify the supported protocol version
  ALSA: pcm: Disable only control mmap for explicit appl_ptr sync

 include/sound/pcm.h         |  1 +
 include/uapi/sound/asound.h |  3 ++-
 sound/core/pcm_compat.c     |  1 +
 sound/core/pcm_native.c     | 29 ++++++++++++++++++++++++-----
 4 files changed, 28 insertions(+), 6 deletions(-)

-- 
2.13.2

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

end of thread, other threads:[~2017-06-27 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 10:29 [PATCH v3 0/2] ALSA: Add PCM USER_PVERSION ioctl Takashi Iwai
2017-06-27 10:29 ` [PATCH v3 1/2] ALSA: pcm: Add an ioctl to specify the supported protocol version Takashi Iwai
2017-06-27 10:29 ` [PATCH v3 2/2] ALSA: pcm: Disable only control mmap for explicit appl_ptr sync Takashi Iwai
2017-06-27 11:43 ` [PATCH v3 0/2] ALSA: Add PCM USER_PVERSION ioctl Takashi Sakamoto
2017-06-27 11:58   ` Takashi Iwai
2017-06-27 12:14     ` Takashi Sakamoto

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.