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)
Mon, Oct 20, 12:42 PM
Unknown Object (File)
Sat, Oct 18, 5:09 AM
Unknown Object (File)
Sep 18 2025, 12:33 AM
Unknown Object (File)
Sep 17 2025, 12:44 AM
Unknown Object (File)
Aug 3 2025, 8:00 AM
Unknown Object (File)
Jun 23 2025, 9:50 PM
Unknown Object (File)
Jun 23 2025, 3:03 AM
Unknown Object (File)
Jun 21 2025, 4:44 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 60754
Build 57638: arc lint + arc unit

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.