linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] ALSA: virtio: add support for audio controls
@ 2022-03-07 19:47 Anton Yakovlev
  2022-03-07 19:47 ` [PATCH 1/1] " Anton Yakovlev
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Yakovlev @ 2022-03-07 19:47 UTC (permalink / raw)
  To: virtualization, alsa-devel, virtio-dev
  Cc: Anton Yakovlev, Michael S. Tsirkin, Jaroslav Kysela,
	Takashi Iwai, Jason Wang, linux-kernel

Implementation of support for audio controls in accordance with the
proposed extension of the virtio sound device specification [1].

Design of virtual audio controls is based on and derived from ALSA
audio controls. It allows the driver to perform all standard operations,
such as reading and writing audio control value, as well as working with
metadata (represented in the TLV form).

The driver part was tested on top of the Linux 5.10 kernel.

As a device part was used OpenSynergy proprietary implementation.

[1] https://lists.oasis-open.org/archives/virtio-comment/202104/msg00013.html


Anton Yakovlev (1):
  ALSA: virtio: add support for audio controls

 include/uapi/linux/virtio_snd.h | 154 +++++++++++
 sound/virtio/Makefile           |   1 +
 sound/virtio/virtio_card.c      |  21 ++
 sound/virtio/virtio_card.h      |  22 ++
 sound/virtio/virtio_kctl.c      | 464 ++++++++++++++++++++++++++++++++
 5 files changed, 662 insertions(+)
 create mode 100644 sound/virtio/virtio_kctl.c

-- 
2.35.1


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

end of thread, other threads:[~2022-03-07 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 19:47 [PATCH 0/1] ALSA: virtio: add support for audio controls Anton Yakovlev
2022-03-07 19:47 ` [PATCH 1/1] " Anton Yakovlev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).