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)
Thu, Sep 18, 12:33 AM
Unknown Object (File)
Wed, Sep 17, 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
Unknown Object (File)
Jun 11 2025, 12:19 PM
Unknown Object (File)
May 18 2025, 1:20 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.