Page MenuHomeFreeBSD

sound: Merge ac97 and ac97_patch
ClosedPublic

Authored by christos on Nov 25 2024, 2:06 PM.
Tags
None
Referenced Files
F166247240: D47732.id146905.diff
Wed, Aug 12, 1:36 PM
Unknown Object (File)
Wed, Aug 12, 1:12 AM
Unknown Object (File)
Mon, Aug 10, 8:20 PM
Unknown Object (File)
Sun, Aug 9, 8:19 PM
Unknown Object (File)
Sat, Aug 8, 5:26 AM
Unknown Object (File)
Fri, Aug 7, 5:57 PM
Unknown Object (File)
Thu, Aug 6, 8:05 AM
Unknown Object (File)
Thu, Jul 30, 9:22 AM
Subscribers

Details

Summary

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days

Diff Detail

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

Event Timeline

markj added inline comments.
sys/dev/sound/pcm/ac97.c
882

It'd be nice to fix style while here, i.e., add a newline after static void.

This revision is now accepted and ready to land.Nov 25 2024, 8:29 PM
christos added inline comments.
sys/dev/sound/pcm/ac97.c
882

Done. Also fixed the pointer notation: struct ac97_info* codec -> struct ac97_info *codec.

This revision was automatically updated to reflect the committed changes.