Page MenuHomeFreeBSD

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

Authored by christos on Thu, Nov 13, 1:46 PM.
Tags
None
Referenced Files
F136681588: D53734.diff
Tue, Nov 18, 9:16 PM
Unknown Object (File)
Sat, Nov 15, 6:47 PM
Unknown Object (File)
Sat, Nov 15, 5:56 PM
Unknown Object (File)
Sat, Nov 15, 7:38 AM
Unknown Object (File)
Sat, Nov 15, 7:38 AM
Unknown Object (File)
Sat, Nov 15, 7:37 AM
Unknown Object (File)
Sat, Nov 15, 5:00 AM
Unknown Object (File)
Fri, Nov 14, 3:29 AM
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.Thu, Nov 13, 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.