linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] USB Audio Device Class 3.0 support
@ 2017-11-07  2:01 Ruslan Bilovol
  2017-11-07  2:01 ` [PATCH 1/1] ALSA: usb: initial " Ruslan Bilovol
  0 siblings, 1 reply; 14+ messages in thread
From: Ruslan Bilovol @ 2017-11-07  2:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Greg Kroah-Hartman, alsa-devel, linux-kernel

Hi Takashi,

This patch adds initial USB Audio Device Class 3.0 [1]
support to the ALSA that we discussed at ELCE.

The patch was tested with UAC3 gadget [2] that I posted
to USB mailing list before. It is good for working with
BADD device which implements such topologies like
BAIF (Basic Audio Input Functions), BAOF (Basic Audio
Output Functions) or compbination of both.

UAC3 spec has changed descriptors laout and many other
codes comparing to UAC2 spec, thus making reuse of existing
sources impossible or quite complex.

There are still many areas of improvement, as this patch
doesn't have UAC3 Mixer Unit support nor some new features
like Power Management

I tested this with BeagleBone Black as UAC3 gadget device.

[1] http://www.usb.org/developers/docs/devclass_docs/USB_Audio_v3.0.zip
[2] http://www.spinics.net/lists/linux-usb/msg162482.html

Ruslan Bilovol (1):
  ALSA: usb: initial USB Audio Device Class 3.0 support

 include/linux/usb/audio-v2.h   |   4 +-
 include/linux/usb/audio-v3.h   | 343 +++++++++++++++++++++++++++++++++++++++++
 include/uapi/linux/usb/audio.h |   1 +
 sound/usb/card.c               |   7 +-
 sound/usb/card.h               |   2 +-
 sound/usb/clock.c              | 228 ++++++++++++++++++++++++---
 sound/usb/clock.h              |   4 +-
 sound/usb/format.c             |  87 +++++++++--
 sound/usb/format.h             |   6 +-
 sound/usb/mixer.c              | 332 ++++++++++++++++++++++++++-------------
 sound/usb/stream.c             | 296 ++++++++++++++++++++++++++++++-----
 11 files changed, 1117 insertions(+), 193 deletions(-)
 create mode 100644 include/linux/usb/audio-v3.h

-- 
1.9.1

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

end of thread, other threads:[~2017-11-13 16:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07  2:01 [PATCH 0/1] USB Audio Device Class 3.0 support Ruslan Bilovol
2017-11-07  2:01 ` [PATCH 1/1] ALSA: usb: initial " Ruslan Bilovol
2017-11-08 14:38   ` Takashi Iwai
2017-11-09  8:04     ` Greg Kroah-Hartman
2017-11-09  8:16       ` Takashi Iwai
2017-11-09  8:33         ` Greg Kroah-Hartman
2017-11-09  8:58           ` Takashi Iwai
2017-11-11  2:56           ` Ruslan Bilovol
2017-11-11  7:29             ` Takashi Iwai
2017-11-10 11:12     ` Ruslan Bilovol
2017-11-08 16:46   ` kbuild test robot
2017-11-08 19:38   ` [alsa-devel] " Pierre-Louis Bossart
2017-11-11  2:48     ` Ruslan Bilovol
2017-11-13 16:07       ` Pierre-Louis Bossart

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).