Page MenuHomeFreeBSD

sound: Remove leftover references to snd_clone
ClosedPublic

Authored by christos on Apr 12 2024, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 9, 5:57 PM
Unknown Object (File)
Mon, May 5, 5:25 PM
Unknown Object (File)
Apr 12 2025, 4:15 PM
Unknown Object (File)
Apr 6 2025, 8:50 AM
Unknown Object (File)
Apr 4 2025, 3:11 AM
Unknown Object (File)
Feb 10 2025, 6:25 AM
Unknown Object (File)
Feb 9 2025, 11:06 AM
Unknown Object (File)
Jan 24 2025, 1:37 PM
Subscribers

Details

Summary

The snd_clone framework does not exist as of
e8c0d15a64fadb4a330f2da7244becaac161bb70 ("sound: Get rid of snd_clone
and use DEVFS_CDEVPRIV(9)"), so remove leftover references to it from
unit.c.

Sponsored by: The FreeBSD Foundation
MFC after: 2 months

Diff Detail

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

Event Timeline

The 2 month MFC is because e8c0d15a64fa will also be MFC'd in 2 months.

sys/dev/sound/unit.c
49
57

Why is "by design" in quotes?

christos added inline comments.
sys/dev/sound/unit.c
57

I do not really know to be honest, but I would assume it doesn't mean much (the fact that it is in quotes).

This revision is now accepted and ready to land.Apr 13 2024, 5:10 PM