[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #22 from Hans Petter Selasky --- Hi, I managed to reproduce the issue. It is a minor issue in the chipdriver DWC OTG. I'm currently testing some patches. Stay tuned. --HPS diff --git a/sys/dev/usb/controller/dwc_otg.c b/sys/

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 Hans Petter Selasky changed: What|Removed |Added Status|New |In Progress -- You are rece

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #23 from Hans Petter Selasky --- Created attachment 198213 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198213&action=edit Fix for issue -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #24 from Hans Petter Selasky --- The RPI3 has some limitation on the ISOCHRONOUS schedule, so you might need to set: sysctl dev.pcm.0.rec.vchanrate=32000 sysctl dev.pcm.0.play.vchanrate=32000 In order to use duplex audio! Or

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #25 from ch...@crvintel.com --- Many thanks indeed Hans for your work. Glad that you could reproduce it. I'll apply your patch and give it a shot on my system here and let you know how things go. Cheers Chris -- You are rec

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 Hans Petter Selasky changed: What|Removed |Added Attachment #198213|0 |1 is obsolete|

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #27 from Hans Petter Selasky --- Created attachment 198229 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198229&action=edit Updated fix for issue (v2) -- You are receiving this mail because: You are the assignee fo

[Bug 230434] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 --- Comment #28 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Tue Oct 16 18:47:13 UTC 2018 New revision: 339388 URL: https://svnweb.freebsd.org/changeset/base/339388 Log: Fix for reception of large

[Bug 230434] [DWC OTG] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 Hans Petter Selasky changed: What|Removed |Added Summary|USB sound card fails to |[DWC OTG] USB sound card

[Bug 230434] [DWC OTG] USB sound card fails to record

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434 Hans Petter Selasky changed: What|Removed |Added Assignee|u...@freebsd.org |hsela...@freebsd.org -- Yo