Page MenuHomeFreeBSD

sound: Retire SND_OLDSTEREO
ClosedPublic

Authored by christos on Mar 19 2026, 1:27 PM.
Tags
None
Referenced Files
F167900366: D55933.id173894.diff
Tue, Aug 25, 8:26 AM
Unknown Object (File)
Sun, Aug 23, 11:27 AM
Unknown Object (File)
Fri, Aug 21, 4:55 AM
Unknown Object (File)
Thu, Aug 20, 5:32 AM
Unknown Object (File)
Wed, Aug 19, 10:19 AM
Unknown Object (File)
Tue, Aug 18, 11:38 PM
Unknown Object (File)
Mon, Aug 17, 8:02 PM
Unknown Object (File)
Sun, Aug 16, 4:18 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.