Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] expand dshare to allow audio clock when not streaming data
@ 2019-07-08 11:04 Adam Miartus
  2019-07-08 11:04 ` [PATCH 1/2] alsa: pcm: add unsupported OPS Adam Miartus
  2019-07-08 11:04 ` [PATCH 2/2] alsa: dshare: allow missing bindings Adam Miartus
  0 siblings, 2 replies; 8+ messages in thread
From: Adam Miartus @ 2019-07-08 11:04 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

The general idea of these changes is to be able to open the device without
defined bindings. This would start the audio clock without blocking a channel.

This might be useful for hardware that requires running clock early at
system start and to be available even without application streaming
audio data.

Andreas Pape (2):
  alsa: pcm: add unsupported OPS
  alsa: dshare: allow missing bindings

 src/pcm/Makefile.am       |   4 +-
 src/pcm/pcm_dshare.c      |  72 +++++++++++--
 src/pcm/pcm_unsupported.c | 265 ++++++++++++++++++++++++++++++++++++++++++++++
 src/pcm/pcm_unsupported.h | 167 +++++++++++++++++++++++++++++
 4 files changed, 495 insertions(+), 13 deletions(-)
 create mode 100644 src/pcm/pcm_unsupported.c
 create mode 100644 src/pcm/pcm_unsupported.h

-- 
2.7.4

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

end of thread, other threads:[~2019-07-16  5:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-08 11:04 [PATCH 0/2] expand dshare to allow audio clock when not streaming data Adam Miartus
2019-07-08 11:04 ` [PATCH 1/2] alsa: pcm: add unsupported OPS Adam Miartus
2019-07-09 12:25   ` [ALSA patch] " Takashi Iwai
2019-07-10 14:58     ` Miartus, Adam (Arion Recruitment; ADITG/ESM)
2019-07-10 14:59       ` Takashi Iwai
2019-07-11 14:58         ` Miartus, Adam (Arion Recruitment; ADITG/ESM)
2019-07-16  5:53           ` Takashi Iwai
2019-07-08 11:04 ` [PATCH 2/2] alsa: dshare: allow missing bindings Adam Miartus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox