Page MenuHomeFreeBSD

sound: Update some LICENSE headers
ClosedPublic

Authored by christos on Apr 12 2024, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 22 2024, 4:59 PM
Unknown Object (File)
Nov 22 2024, 4:59 PM
Unknown Object (File)
Nov 21 2024, 11:24 AM
Unknown Object (File)
Nov 20 2024, 11:55 AM
Unknown Object (File)
Nov 19 2024, 10:14 AM
Unknown Object (File)
Nov 13 2024, 1:01 PM
Unknown Object (File)
Nov 6 2024, 6:26 PM
Unknown Object (File)
Oct 18 2024, 11:14 AM
Subscribers

Details

Summary

The following commits introduced substantial changes to pcm/dsp.c,
pcm/sndstat.c and pcm/sound.c.

9da3b645dbaaad724d524727d003fed7be05ff7c ("sound: Move
sndstat_prepare_pcm() to pcm/sndstat.c and remove
sndstat_entry->handler")
e8c0d15a64fadb4a330f2da7244becaac161bb70 ("sound: Get rid of snd_clone
and use DEVFS_CDEVPRIV(9)")

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

The log message should say which commit(s) this is for.

sys/dev/sound/pcm/sndstat.c
7–11

The "All rights reserved" should come before the new lines.

christos marked an inline comment as done.
christos edited the summary of this revision. (Show Details)

Address Mark's comments.

Looks ok with one nit fixed.

sys/dev/sound/pcm/dsp.c
12

Don't include this blank line.

This revision is now accepted and ready to land.Apr 12 2024, 6:30 PM
This revision was automatically updated to reflect the committed changes.