Page MenuHomeFreeBSD

sound: Remove obsolete DV_F_* flags
ClosedPublic

Authored by christos on Apr 18 2024, 6:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 8:37 AM
Unknown Object (File)
Wed, May 15, 6:13 PM
Unknown Object (File)
Apr 28 2024, 4:11 PM
Unknown Object (File)
Apr 26 2024, 5:44 PM
Unknown Object (File)
Apr 26 2024, 9:15 AM
Unknown Object (File)
Apr 26 2024, 2:42 AM
Unknown Object (File)
Apr 26 2024, 2:42 AM
Unknown Object (File)
Apr 26 2024, 2:29 AM
Subscribers

Details

Summary

The ISA sound drivers that used them are retired.

Last reference of DV_F_DRQ_MASK and DV_F_DUAL_DMA:
716924cb4832ea0a440daf09913a06f3166f243e ("Retire snd_sbc ISA sound card
driver")

Last reference of DV_F_DEV_MASK and DV_F_DEV_SHIFT:
5126e5eeeb5e07ceef3c809452a8c9f508b2d4d1 ("Retire snd_mss ISA sound card
driver")

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

christos retitled this revision from sound: Remove obsolete flags to sound: Remove obsolete DV_F_* flags.Apr 18 2024, 6:48 PM

If it's not too much trouble it would be good to link to the commit that removed the last reference, or maybe just mention "...the ISA sound drivers that...". (I assume it is the ISA drivers I removed that were the consumers of these flags.)

This revision is now accepted and ready to land.Apr 18 2024, 6:53 PM

If it's not too much trouble it would be good to link to the commit that removed the last reference, or maybe just mention "...the ISA sound drivers that...". (I assume it is the ISA drivers I removed that were the consumers of these flags.)

No problem.

This revision was automatically updated to reflect the committed changes.