Page MenuHomeFreeBSD

sound: Call device_get_name() and device_get_unit() only once in mixer_init()
ClosedPublic

Authored by christos on Apr 18 2024, 5:42 PM.
Tags
None
Referenced Files
F148774536: D44840.id137318.diff
Fri, Mar 20, 4:04 AM
Unknown Object (File)
Thu, Mar 19, 7:19 AM
Unknown Object (File)
Wed, Mar 18, 5:14 AM
Unknown Object (File)
Feb 16 2026, 8:52 AM
Unknown Object (File)
Feb 8 2026, 4:06 AM
Unknown Object (File)
Feb 8 2026, 3:05 AM
Unknown Object (File)
Feb 8 2026, 2:08 AM
Unknown Object (File)
Jan 31 2026, 7:12 AM
Subscribers

Diff Detail

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

Event Timeline

sys/dev/sound/pcm/mixer.c
736–740

probably swap the order here just for consistency (we think of <name><unit>)

christos marked an inline comment as done.

Address Ed's comment.

This revision is now accepted and ready to land.Apr 18 2024, 6:16 PM