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)
Tue, Feb 24, 11:46 AM
Unknown Object (File)
Sun, Feb 22, 4:31 PM
Unknown Object (File)
Feb 8 2026, 1:05 PM
Unknown Object (File)
Feb 8 2026, 2:01 AM
Unknown Object (File)
Feb 4 2026, 12:36 PM
Unknown Object (File)
Jan 31 2026, 2:45 AM
Unknown Object (File)
Jan 17 2026, 1:24 AM
Unknown Object (File)
Jan 16 2026, 11:40 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.