All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add sound frontend driver
@ 2015-01-20  9:03 Oleksandr Dmytryshyn
  2015-01-20  9:03 ` [PATCH v2 1/2] xen-sndfront: add " Oleksandr Dmytryshyn
  2015-01-20  9:04 ` [PATCH v2 2/2] xen-sndfront: add capture support Oleksandr Dmytryshyn
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksandr Dmytryshyn @ 2015-01-20  9:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Takashi Iwai, Iurii Konovalenko, Jaroslav Kysela

Hi to all.

Next series of patches introduces Para-virtual sound driver

CONFIG_XEN_SND_FRONTEND should be selected to use this driver.

Frontend driver registers an virtual sound card and sends/receives
an PCM streams to/from the backend driver. Backend driver is an
user-space application which uses ALSA with dmix plugin to play/capture audio.

Changes since v1:
 * 2 first patches are squashed
 * ALSA specific structure is renamed
 * used fixed width types in sndif.h

Iurii Konovalenko (1):
  xen-sndfront: add capture support

Oleksandr Dmytryshyn (1):
  xen-sndfront: add sound frontend driver

 include/xen/interface/io/sndif.h |  208 +++++
 sound/drivers/Kconfig            |   10 +
 sound/drivers/Makefile           |    2 +
 sound/drivers/xen-sndfront.c     | 1613 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1833 insertions(+)
 create mode 100644 include/xen/interface/io/sndif.h
 create mode 100644 sound/drivers/xen-sndfront.c

-- 
1.9.1

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

end of thread, other threads:[~2015-01-22 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20  9:03 [PATCH v2 0/2] Add sound frontend driver Oleksandr Dmytryshyn
2015-01-20  9:03 ` [PATCH v2 1/2] xen-sndfront: add " Oleksandr Dmytryshyn
2015-01-21 15:39   ` Jaroslav Kysela
2015-01-22 10:24     ` Oleksandr Dmytryshyn
2015-01-20  9:04 ` [PATCH v2 2/2] xen-sndfront: add capture support Oleksandr Dmytryshyn

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.