Page MenuHomeFreeBSD

sound: Do not use double pointer in dsp_io_ops()
ClosedPublic

Authored by christos on Nov 13 2025, 1:46 PM.
Tags
None
Referenced Files
F149513164: D53734.id.diff
Tue, Mar 24, 11:24 PM
F149471057: D53734.id.diff
Tue, Mar 24, 4:33 PM
Unknown Object (File)
Sat, Mar 21, 2:01 AM
Unknown Object (File)
Thu, Mar 12, 3:58 AM
Unknown Object (File)
Wed, Mar 11, 9:23 PM
Unknown Object (File)
Mon, Mar 9, 8:41 PM
Unknown Object (File)
Mon, Mar 9, 4:20 PM
Unknown Object (File)
Mon, Mar 9, 4:20 PM
Subscribers

Details

Summary

No reason to do so.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68599
Build 65482: arc lint + arc unit

Event Timeline

kib added inline comments.
sys/dev/sound/pcm/dsp.c
493

At least by style(9), since you are changing the line anyway.

500

Same there and in most other places testing the bit flags.

This revision is now accepted and ready to land.Nov 13 2025, 1:55 PM
sys/dev/sound/pcm/dsp.c
493

There are many places that we check bits like that. I was thinking of addressing that in a commit that changes this everywhere. No?

sys/dev/sound/pcm/dsp.c
493

Up to you.