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
Unknown Object (File)
Fri, Nov 7, 4:21 AM
Unknown Object (File)
Wed, Nov 5, 10:02 PM
Unknown Object (File)
Sun, Nov 2, 9:08 PM
Unknown Object (File)
Sun, Nov 2, 9:08 PM
Unknown Object (File)
Sun, Nov 2, 9:05 PM
Unknown Object (File)
Sun, Nov 2, 9:05 PM
Unknown Object (File)
Sun, Nov 2, 9:04 PM
Unknown Object (File)
Thu, Oct 30, 12:26 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