Page MenuHomeFreeBSD

sound: Merge ac97 and ac97_patch
ClosedPublic

Authored by christos on Nov 25 2024, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 12:48 PM
Unknown Object (File)
Sat, Apr 19, 12:07 PM
Unknown Object (File)
Sat, Apr 19, 6:21 AM
Unknown Object (File)
Mar 19 2025, 8:15 AM
Unknown Object (File)
Mar 19 2025, 8:00 AM
Unknown Object (File)
Mar 2 2025, 8:09 AM
Unknown Object (File)
Feb 22 2025, 2:32 PM
Unknown Object (File)
Feb 22 2025, 2:02 PM
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.