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)
Sun, May 19, 7:56 AM
Unknown Object (File)
May 8 2024, 1:50 PM
Unknown Object (File)
May 2 2024, 8:48 PM
Unknown Object (File)
May 2 2024, 12:40 PM
Unknown Object (File)
Apr 26 2024, 5:05 AM
Unknown Object (File)
Apr 16 2024, 3:19 AM
Unknown Object (File)
Apr 14 2024, 7:37 AM
Unknown Object (File)
Apr 14 2024, 2:43 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57058
Build 53946: arc lint + arc unit

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