All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PCM cleanups
@ 2018-04-16 12:14 Takashi Iwai
  2018-04-16 12:14 ` [PATCH 1/3] ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers Takashi Iwai
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Takashi Iwai @ 2018-04-16 12:14 UTC (permalink / raw)
  To: alsa-devel

Hi,

this is a patch series for minor cleanups of PCM core codes.
Mostly to unify the direction-separated PCM callbacks to unified
ones.


Takashi

===

Takashi Iwai (3):
  ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail()
    helpers
  ALSA: pcm: Unify playback and capture poll callbacks
  ALSA: pcm: Unify delay calculation in snd_pcm_status() and
    snd_pcm_delay()

 sound/core/pcm_compat.c |  10 +--
 sound/core/pcm_lib.c    |  15 +----
 sound/core/pcm_local.h  |  18 +++++
 sound/core/pcm_native.c | 175 ++++++++++++------------------------------------
 4 files changed, 67 insertions(+), 151 deletions(-)

-- 
2.16.3

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

end of thread, other threads:[~2018-04-17 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 12:14 [PATCH 0/3] PCM cleanups Takashi Iwai
2018-04-16 12:14 ` [PATCH 1/3] ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers Takashi Iwai
2018-04-16 12:14 ` [PATCH 2/3] ALSA: pcm: Unify playback and capture poll callbacks Takashi Iwai
2018-04-16 12:14 ` [PATCH 3/3] ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay() Takashi Iwai
2018-04-17  3:01   ` Takashi Sakamoto
2018-04-17  5:20     ` Takashi Iwai
2018-04-17 10:05       ` Takashi Sakamoto
2018-04-17  3:05 ` [PATCH 0/3] PCM cleanups 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.