Page MenuHomeFreeBSD

sound: Retire SND_OLDSTEREO
ClosedPublic

Authored by christos on Mar 19 2026, 1:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 25, 2:04 AM
Unknown Object (File)
Wed, Apr 22, 3:34 AM
Unknown Object (File)
Tue, Apr 14, 12:27 PM
Unknown Object (File)
Tue, Apr 14, 4:37 AM
Unknown Object (File)
Mon, Apr 13, 11:53 PM
Unknown Object (File)
Fri, Apr 10, 2:12 AM
Unknown Object (File)
Wed, Apr 8, 9:56 AM
Unknown Object (File)
Sun, Apr 5, 7:04 PM
Subscribers

Details

Summary

This is a legacy option and does not serve a good purpose anymore.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/sound/pcm/matrix.h
33

How is this "unused"?

sys/dev/sound/pcm/matrix.h
33

It never gets defined, so this condition is always true.

sys/dev/sound/pcm/matrix.h
33

It's a kernel option, right? So a user might define it by configuring "options SND_OLDSTEREO" in their kernel config.

If you want to remove the option, then fine, but "unused" is not correct I think.

christos retitled this revision from sound: Retire unused SND_OLDSTEREO to sound: Retire SND_OLDSTEREO.Mar 23 2026, 12:48 PM
christos edited the summary of this revision. (Show Details)
sys/dev/sound/pcm/matrix.h
33

I forgot about this. But still I'm pretty sure no one is using this option.

This revision is now accepted and ready to land.Mar 23 2026, 1:58 PM
This revision was automatically updated to reflect the committed changes.