9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH 0/5] USB audio 2.0
@ 2022-11-19  3:27 Michael Forney
  2022-11-18  9:11 ` [9front] [PATCH 1/5] nusb: move audio-specific requests to nusb/audio Michael Forney
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Forney @ 2022-11-19  3:27 UTC (permalink / raw)
  To: 9front

Looking for people with USB audio devices to test this series. I
have two devices (one 1.0 and one 2.0), and both seem to work, but
the more testing the better.

Note that since 2.0 devices use an IAD, nusbrc auto-detection doesn't
work for them; you'll need to either add your device IDs to nusbrc,
or start nusb/audio manually.

The patches are also available in the "audio" branch of
https://git.sr.ht/~mcf/plan9front if that's more convenient for
you.

Michael Forney (5):
  nusb: move audio-specific requests to nusb/audio
  nusb/audio: remove code for bi-directional endpoint
  nusb/audio: only consider data endpoints when setting up stream
  nusb/audio: enumerate streams through control interface
  nusb/audio: add support for USB audio 2.0

 sys/src/cmd/nusb/audio/audio.c | 470 ++++++++++++++++++++++++++-------
 sys/src/cmd/nusb/lib/usb.h     |  14 +-
 2 files changed, 386 insertions(+), 98 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-11-19  3:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19  3:27 [9front] [PATCH 0/5] USB audio 2.0 Michael Forney
2022-11-18  9:11 ` [9front] [PATCH 1/5] nusb: move audio-specific requests to nusb/audio Michael Forney
2022-11-18  9:11 ` [9front] [PATCH 2/5] nusb/audio: remove code for bi-directional endpoint Michael Forney
2022-11-18  9:11 ` [9front] [PATCH 3/5] nusb/audio: only consider data endpoints when setting up stream Michael Forney
2022-11-18  9:21 ` [9front] [PATCH 4/5] nusb/audio: enumerate streams through control interface Michael Forney
2022-11-18 20:35 ` [9front] [PATCH 5/5] nusb/audio: add support for USB audio 2.0 Michael Forney

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