[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|u...@freebsd.org Component

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 --- Comment #5 from Ed Maste --- That's not directly the cause of the assertion though, the values involved in the assertion expression: firstChannel=0 channelCount=18 bp->inputChannelCount=2 -- You are receiving this mail because: You ar

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 --- Comment #4 from Ed Maste --- Looks like PA OSS only tries up to 16 channels: https://github.com/PortAudio/portaudio/blob/master/src/hostapi/oss/pa_unix_oss.c#L358 /* Negotiate for the maximum number of channels for this device. PL

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 --- Comment #3 from Ed Maste --- I've submitted a few pull requests to PortAudio related to the work that prompted this PR: https://github.com/PortAudio/portaudio/pull/448 https://github.com/PortAudio/portaudio/pull/449 https://github.com/

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 --- Comment #2 from Ed Maste --- Indeed, this attaches with bitperfect mode enabled dev.pcm.2.bitperfect: 1 The 2nd problem I encountered is Audacity's OSS support via PortAudio does not support beyond S16_NE. I will try (sometime) to hav

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Com

[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-01-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761 Bug ID: 252761 Summary: multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO Product: Base System Version: CURRENT Hardware: Any