Page MenuHomeFreeBSD

limit kmix to 25 devices per soundcard.h
ClosedPublic

Authored by swills on Oct 3 2020, 12:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 7, 8:13 AM
Unknown Object (File)
Thu, Mar 7, 12:01 AM
Unknown Object (File)
Tue, Mar 5, 2:40 PM
Unknown Object (File)
Dec 20 2023, 7:17 AM
Unknown Object (File)
Nov 12 2023, 6:57 AM
Unknown Object (File)
Oct 11 2023, 5:50 AM
Unknown Object (File)
Oct 6 2023, 10:48 AM
Unknown Object (File)
May 14 2023, 6:59 PM
Subscribers
None

Details

Reviewers
adridg
Summary

See:

https://github.com/freebsd/freebsd/blob/master/sys/sys/soundcard.h#L1009

The entries above 25 are used for non-mixer things and can cause problems on certain devices (usbaudio), causing kmix to print "kmix: Could not read from mixer." continuously.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 33961
Build 31154: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 4 2020, 11:11 AM

This has landed upstream and is no longer needed in ports.