All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add sound frontend driver
@ 2015-01-19  8:19 Oleksandr Dmytryshyn
  2015-01-19  8:19 ` [PATCH 1/3] xen-sndfront: add " Oleksandr Dmytryshyn
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Oleksandr Dmytryshyn @ 2015-01-19  8:19 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.

Iurii Konovalenko (2):
  xen-sndfront: switch to the v2 driver
  xen-sndfront: add capture support

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

 include/xen/interface/io/sndif.h |  140 ++++
 sound/drivers/Kconfig            |   10 +
 sound/drivers/Makefile           |    2 +
 sound/drivers/xen-sndfront.c     | 1603 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1755 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] 10+ messages in thread

end of thread, other threads:[~2015-01-19 11:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19  8:19 [PATCH 0/3] Add sound frontend driver Oleksandr Dmytryshyn
2015-01-19  8:19 ` [PATCH 1/3] xen-sndfront: add " Oleksandr Dmytryshyn
2015-01-19 10:55   ` David Vrabel
2015-01-19 11:13     ` Oleksandr Dmytryshyn
2015-01-19  8:19 ` [PATCH 2/3] xen-sndfront: switch to the v2 driver Oleksandr Dmytryshyn
2015-01-19 10:57   ` David Vrabel
2015-01-19 11:17     ` Oleksandr Dmytryshyn
2015-01-19  8:19 ` [PATCH 3/3] xen-sndfront: add capture support Oleksandr Dmytryshyn
2015-01-19 10:50 ` [PATCH 0/3] Add sound frontend driver David Vrabel
2015-01-19 11:14   ` 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.